//if (GBrowserIsCompatible())

var map = new Map("mapContainer", "eM8NMRfV34GP1eWo9IkLdzO6jInukrQ29kSWhlDJqCiiaa.ucLG_xU6eYrGS_J5a3i0Xzg--", "42.3714176683402,-71.01176261901855", 5);

map.addWidget(new SatelliteControlWidget());

map.addTool( new PanTool(), true);
navWidget = new NavigatorWidget("");
marker1 = new CustomPOIMarker( 'Hilton', 'Logan Airport', '1 Hotel Drive, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=16435&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker2 = new CustomPOIMarker( 'Embassy Suites', 'Logan Airport', '207 Porter Street, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=50273&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker3 = new CustomPOIMarker( 'Hyatt Harborside', ' ', '101 Harborside Drive, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=20370&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker4 = new CustomPOIMarker( 'Holiday Inn', ' ', '225 Mcclellan Highway, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=17001&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker5 = new CustomPOIMarker( 'Seaport Hotel', ' ', '1 Seaport Lane, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=221642&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker6 = new CustomPOIMarker( 'Westin Waterfront', ' ', '425 Summer Street, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=208718&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker7 = new CustomPOIMarker( 'Boston Harbor Hotel', ' ', '70 Rowes Wharf, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=25218&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker8 = new CustomPOIMarker( 'Marriott Long Wharf', ' ', '296 State Street, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=24131&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');
marker9 = new CustomPOIMarker( 'Hilton', ' ', '89 Broad Street, Boston, MA<br><a href="http://hotelsearch.loganairporthotels.net/v5/redir.aspx?type=property&pid=35732&siteid=22272&cur=USD" target="_self">Reservations, Photos, & more info!</a>', '0x764A33', '0xFFFFFF');

map.addMarkerByAddress( marker1, "1 Hotel Drive, Boston, MA 02128" )
map.addMarkerByAddress( marker2, "207 Porter Street, Boston, MA 02128" )
map.addMarkerByAddress( marker3, "101 Harborside Drive, Boston, MA 02128" )
map.addMarkerByAddress( marker4, "225 Mcclellan Highway, Boston, MA 02128" )
map.addMarkerByAddress( marker5, "1 Seaport Lane, Boston, MA 02210" )
map.addMarkerByAddress( marker6, "425 Summer Street, Boston, MA 02210" )
map.addMarkerByAddress( marker7, "70 Rowes Wharf, Boston, MA 02110" )
map.addMarkerByAddress( marker8, "296 State Street, Boston, MA 02109" )
map.addMarkerByAddress( marker9, "89 Broad Street, Boston, MA 02110" )
map.addWidget(navWidget);
