// Add the onload event...
t3aAddEvent(window, "load", false, function() {
	var map = t3aMapInitialise("map", true, 50.37004732801407, -4.145879745483398, 14);
	if (map != null) {
		t3aAddMarker(map, 50.3697239886342, -4.150182008743286, "<strong>Club Jesters</strong><br/>39-43 Union Street<br/>Plymouth<br/>PL1 3LU<br/>Tel: (01752) 220878");
	}
});
// Add the onunload event...
t3aAddEvent(window, "unload", false, GUnload);


