	function load()
	{
		if (GBrowserIsCompatible())
		{
			var map = new GMap2(document.getElementById("map"));
			map.setCenter(new GLatLng(-33.70811111111111, 151.10417222222222), 15);
		}
	}
