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

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

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


    //]]>
