
    //<![CDATA[
	var map = new GMap(document.getElementById("map"));
	map.addControl(new GMapTypeControl());
	map.addControl(new GLargeMapControl());
	map.centerAndZoom(new GPoint(-80.232253074646, 44.50807522540202), 4);
	
	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Mariners Haven</font></b><br/>West on Hwy 26 approx: 0.5 Km <br/>from First Street in Collingwoood.Hidden behind the<br/> Kaufman factory and next to Cranberry Marina</font></center>";

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


    //]]>
