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

	var t = document.createElement( 'div' );
	t.innerHTML = "<center><font size=1><font color=red size=2><b>Rivergrass</b></font><br/>West on Blue Mountain Road (Grey 19) from Collingwood<br/>to Jozo Weider Blvd (2nd set of lights from town) and make a left turn.<br/>On the corner of Fairway Cres. just past the convention center.</font></center>";

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


    //]]>
