//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "42.35740227531593,-71.05493545532227", 4);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Seaport Hotel', ' ', '1 Seaport Lane, Boston, MA<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=35771&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'The Westin', 'Boston Waterfront', '425 Summer Street, Boston, MA<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=208718&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Boston Harbor Hotel', ' ', '70 Rowes Wharf, Boston, MA<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=25218&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Marriott Long Wharf', ' ', '296 State Street<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=24131&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Harborside Inn', ' ', '185 State Street, Boston, MA<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=22159&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Residence Inn', 'by Marriott Tudor Wharf', '34-44 Charles River Avenue, Boston, MA<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=52489&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Royal Sonesta', ' ', '40 Edwin Land Boulevard, Cambridge, MA<br><a href="http://hotelsearch.bostonharborhotels.net/v5/redir.aspx?type=property&pid=181639&siteid=22259&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "1 Seaport Lane, Boston, MA 02210" );
map.addMarkerByAddress( marker2, "425 Summer Street, Boston, MA 02210" );
map.addMarkerByAddress( marker3, "70 Rowes Wharf, Boston, MA 02210" );
map.addMarkerByAddress( marker4, "296 State Street, Boston, MA 02109" );
map.addMarkerByAddress( marker5, "42.359003739738405,-71.0525107383728" );
map.addMarkerByAddress( marker6, "34-44 Charles River Avenue, Boston, MA 02129" );
map.addMarkerByAddress( marker7, "40 Edwin Land Boulevard, Cambridge, MA 02142" );
map.addWidget(navWidget);
