function Gload()
{//<![CDATA[

	var obj= new GmapClass();
	obj.setMapType('small'); //#'small' is default
	obj.lat=-38.03095; //pass latitude
	obj.lng=145.20482; //pass longitude
	obj.enableScroll=true; //# true by default ; if true then zoom in/out ON Mouse scroll is enabled
	obj.hybridMap=true;
	obj.markerText='<table border="0" cellpadding="0" cellspacing="0"><tr><td colspan="2" class="set_center"><img src="/images/logo.jpg" width="150" heigth="30" title="Wainwright Engineering Services" alt="Wainwright Engineering Services"\/><\/td><\/tr><tr><td><p style="font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #0000000;font-weight: normal;">15 Kimberly Road,<br\/> Dandenong South Vic 3175<br\/><br\/><\/p><\/td><\/tr><\/table>'; //# This is the text that appears in overlay
	obj.loadGmap();
	//]]>
}
