
    //<![CDATA[
	var map = new GMap(document.getElementById("map"));
	map.addControl(new GMapTypeControl());
	map.addControl(new GLargeMapControl());
	map.centerAndZoom(new GPoint(-80.25323867797851, 44.519520427177106), 5);

	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Lighthouse Point</font></b><br/>West on Hwy 26 approx: 2.0 Km <br/>from First Street in Collingwoood</font></center>";

	map.openInfoWindow(map.getCenterLatLng(), t);


    //]]>
