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

	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Cachet Crossing</b></font><br/>West on Blue Mountain Road from Collingwood<br/>to Jozo Weider Blvd (second lights).<br/> Make a left turn and go past the Grand Georgian<br/>to the corner of Ann Heggiviet Dr. and Jozo Weider Blvd.<br/>Make a left turn and then another left into the complex.</font></center>";

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


    //]]>
