//if (GBrowserIsCompatible()) 
	//var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "41.44272,-82.68498", 4);
	var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "42.34703140901506,-71.0930871963501", 4);


map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Howard Johnson Inn', 'Fenway Park', '1271 Boylston Street, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=18345&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Hotel Buckminster', ' ', '645 Beacon Street, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=32478&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Hotel Commonwealth', ' ', '500 Commonwealth Ave, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=208717&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Hyatt Regency', ' ', '575 Memorial Drive, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=20400&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Best Western', ' ', '342 Longwood Avenue, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=3500&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Midtown Hotel', ' ', '220 Huntington Avenue, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=33647&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Hilton', 'Back Bay', '40 Dalton Street, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=16566&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Sheraton', ' ', '39 Dalton Street, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=29667&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Newbury Guest House', ' ', '261 Newbury Street, Boston, MA<br><a href="http://hotelsearch.fenwayparkhotels.net/v5/redir.aspx?type=property&pid=52152&siteid=22263&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker10 = new CustomPOIMarker( 'Fenway Park', ' ', 'Yawkey Way, Boston, MA', '0xB42A2A', '0xFFFFFF');

map.addMarkerByAddress( marker1, "1271 Boylston Street, Boston, MA 02215" );
map.addMarkerByAddress( marker2, "645 Beacon Street, Boston, MA 02215" );
map.addMarkerByAddress( marker3, "500 Commonwealth Ave, Boston, MA 02215" );
map.addMarkerByAddress( marker4, "575 Memorial Drive, Boston, MA 02139" );
map.addMarkerByAddress( marker5, "342 Longwood Avenue, Boston, MA 02115" );
map.addMarkerByAddress( marker6, "220 Huntington Avenue, Boston, MA 02115" );
map.addMarkerByAddress( marker7, "40 Dalton Street, Boston, MA 02115" );
map.addMarkerByAddress( marker8, "39 Dalton Street, Boston, MA 02199" );
map.addMarkerByAddress( marker9, "261 Newbury Street, Boston, MA 02116" );
map.addMarkerByAddress( marker10, "42.34652392210229,-71.09694957733154" );
map.addWidget(navWidget);