
//if (GBrowserIsCompatible()) 
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "43.64554753982532,-79.3857479095459", 3);
map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget();
marker1 = new CustomPOIMarker( 'Renaissance Hotel', ' ', 'One Blue Jays Way, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=2715&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Soho Metropolitan', ' ', '318 Wellington St West, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=41551&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Holiday Inn', ' ', '370 King Street West, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=18164&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Intercontinental', ' ', '225 Front Street West, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=174251&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Bridgestreet Qwest', ' ', '168 Simcoe Street, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=38579&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Strathcona Hotel', ' ', '60 York Street, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=21624&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Fairmont Royal York', ' ', '100 Front Street West, Toronto, ON<br><a href="http://hotelsearch.rogerscentrehotels.com/v5/redir.aspx?type=property&pid=15003&siteid=22352&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Radisson Hotel Admiral', ' ', '249 Queens Quay West, Toronto, ON<br><a href="http://hotelsearch.vanderbiltuniversityhotels.com/v5/redir.aspx?type=property&pid=39889&siteid=22351&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Rogers Centre', ' ', '1 Blue Jays Way, Toronto, ON', '0xB42A2A', '0xFFFFFF');

map.addMarkerByAddress( marker1, "43.64163453933765,-79.39141273498535" )
map.addMarkerByAddress( marker2, "43.64464695118206,-79.39175605773926" )
map.addMarkerByAddress( marker3, "43.64619968179377,-79.3915843963623" )
map.addMarkerByAddress( marker4, "43.64467800618761,-79.38497543334961" )
map.addMarkerByAddress( marker5, "43.645500957985234,-79.3851900100708" )
map.addMarkerByAddress( marker6, "43.64664996616383,-79.38302278518677" )
map.addMarkerByAddress( marker7, "43.6455164852693,-79.3816065788269" )
map.addMarkerByAddress( marker8, "43.63910337549743,-79.3855333328247" )
map.addMarkerByAddress( marker9, "43.64092023396222,-79.38909530639648" )
map.addWidget(navWidget);
