

    function load() {
      if (GBrowserIsCompatible()) {
        var i = 1;
        var htmls = [];
        var map = new GMap2(document.getElementById("map"));
        map.addControl(new GMapTypeControl());
        map.addControl(new GLargeMapControl());
        map.addControl(new GScaleControl());
        map.addControl(new GOverviewMapControl());
        map.setCenter(new GLatLng(42.35508721499992, -71.06407642364502), 15);

        function createMarker(point,html) {
        var number = String.fromCharCode("1".charCodeAt(0) + i);
        var icon = new GIcon(icon, "http://www.lvcchotels.com/slides/hotelicons/icon" + i.toString() + ".png");
        icon.shadow = "http://www.lvcchotels.com/slides/hotelicons/shadow1.png";
        icon.iconSize = new GSize(32, 32);
        icon.shadowSize = new GSize(55, 32);
        icon.iconAnchor = new GPoint(16, 32);
        icon.infoWindowAnchor = new GPoint(16, 0);
        var marker = new GMarker(point, {icon:icon});

        GEvent.addListener(marker, "click", function() {
          marker.openInfoWindowHtml(html);
        });
        htmls[i] = html;
        i++;
        return marker;
      }

      var point = new GLatLng(42.35234391669213,-71.06373310089111)
      var marker = createMarker(point,'<div style="width:260px"><strong>Midtown Boston Area</strong><br /></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35285333879818, -71.06345415115356);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Ritz Carlton Boston Common</strong><br />10 Avery Street, Boston, MA 02111 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11276170O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star5.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11276170O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11276170O.html" rel="nofollow">Photos</a> (if available)</p><p>The Ritz-Carlton Boston Common is a luxury hotel situated across from the Boston Common, walking distance from Downtown Crossing, and approximately five miles from Logan International Airport...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11276170O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35380675973774, -71.06191724538803);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hyatt Regency Boston</strong><br />1 Avenue De Lafayette, Boston, MA 02111 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10000142O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10000142O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10000142O.html" rel="nofollow">Photos</a> (if available)</p><p>Hotel amenities include the indoor pool, sauna, eucalyptus steam room, massage rooms, sun deck, exercise equipment, and renowned restaurant, Avenue One Hyatt Regency Boston is located one block...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10000142O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.34997316650347, -71.06521904468536);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Courtyard by Marriott Boston Downtown Tremont</strong><br />275 Tremont Street, Boston, MA 02116 US<br /><a href="http://www.tkqlhce.com/click-3321098-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2fbosdm-courtyard-boston-downtown-tremont%2f"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star3.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://www.tkqlhce.com/click-3321098-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2fbosdm-courtyard-boston-downtown-tremont%2f">Features</a> | <a href="http://www.tkqlhce.com/click-3321098-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2fbosdm-courtyard-boston-downtown-tremont%2f">Photos</a> (if available)</p><p>The Tremont, located in the heart of Boston\'s Theater District, is convenient to the best that Boston has to offer. A short walk to the Boston Common; directly across from the Wang Theater ...<a href="http://www.tkqlhce.com/click-3321098-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2fbosdm-courtyard-boston-downtown-tremont%2f">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.34991766291947, -71.06663256883621);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Milner Hotel Boston</strong><br />78 Charles Street South, Boston, MA 02116-5430 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10226886O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star0.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10226886O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10226886O.html" rel="nofollow">Photos</a> (if available)</p><p>The Milner Hotel is a quaint brownstone located in the heart of Boston. Our sixty-four rooms reflect European style hospitality. You will appreciate the friendly staff and pleasantly furnished rooms...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10226886O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35076805174024, -71.06762230396271);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Radisson Hotel Boston</strong><br />200 Stuart Street, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11249840O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star3.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11249840O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11249840O.html" rel="nofollow">Photos</a> (if available)</p><p>The Radisson Hotel Boston is adjacent to the world-famous Stuart Street Playhouse, a 440-seat theater, which features some of the best Broadway plays. With an elegant lobby and gracious service...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11249840O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.3520505511155, -71.06831431388855);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Four Seasons Boston</strong><br />200 Boylston Street, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216236O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star5.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216236O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216236O.html" rel="nofollow">Photos</a> (if available)</p><p>Overlooking the famed Public Garden and Beacon Hill, and within easy reach of every notable business, entertainment and cultural attraction, Four Seasons Hotel Boston is characterised by elegant simplicity...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216236O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.34880758094717, -71.06468796730041);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Doubletree Hotel Boston - Downtown</strong><br />821 Washington Street, Boston, MA 02111 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11238588O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star3.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11238588O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11238588O.html" rel="nofollow">Photos</a> (if available)</p><p>Doubletree Hotel Boston Downtown is located within the Theater District, five blocks from Boston Common and the Public Garden, and approximately five miles from Logan International Airport...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11238588O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35132307786573, -71.07040911912918);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Boston Park Plaza Hotel and Towers</strong><br />64 Arlington Street, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10030555O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star3.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10030555O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10030555O.html" rel="nofollow">Photos</a> (if available)</p><p>The Boston Park Plaza Hotel & Towers, a lovely historic hotel, is located in the heart of downtown Boston--adjacent to the Public Garden and only three miles from Logan Airport. The Boston Park Plaza and Towers...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10030555O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35282757046395, -71.07159733772278);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Taj Boston</strong><br />15 Arlington Street, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star5.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html" rel="nofollow">Photos</a> (if available)</p><p>A Boston landmark, located on fashionable Newbury Street, surrounded by art galleries, boutiques and restaurants, Taj Boston Hotel is a short, scenic walk from the Financial and Theatre districts...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);
      marker.openInfoWindowHtml('<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Taj Boston</strong><br />15 Arlington Street, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star5.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html" rel="nofollow">Photos</a> (if available)</p><p>A Boston landmark, located on fashionable Newbury Street, surrounded by art galleries, boutiques and restaurants, Taj Boston Hotel is a short, scenic walk from the Financial and Theatre districts...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11351327O.html" rel="nofollow">more</a></p></div>');

      var point = new GLatLng(42.35760642465932, -71.06080949306488);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Nine Zero Hotel</strong><br />90 Tremont Street, Boston, MA 02108 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11280997O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11280997O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11280997O.html" rel="nofollow">Photos</a> (if available)</p><p>Situated in the Ladder District in downtown Boston, the Nine Zero Hotel - a Kimpton Hotel is minutes from the Logan International Airport, and steps away from the Boston Common, Beacon Hill...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11280997O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.356220970947625, -71.05723410844803);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Club Quarters Boston</strong><br />161 Devonshire Street, Boston, MA 02110 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11239663O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star3.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11239663O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11239663O.html" rel="nofollow">Photos</a> (if available)</p><p>This hotel is situated in downtown Boston\'s financial district, adjacent to Washington Square, and approximately ten miles from Logan International Airport. Within walking distance are Faneuil Hall Marketplace...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11239663O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35780264524783, -71.05965614318847);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Omni Parker House</strong><br />60 School Street, Boston, MA 02108 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216066O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216066O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216066O.html" rel="nofollow">Photos</a> (if available)</p><p>The rejuvenated and historical Omni Parker House is located on the corner of Tremont and School Streets, in the heart of downtown Boston. It is the only luxury hotel located along the Freedom Trail...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10216066O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35840715937093, -71.06197088956833);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Fifteen Beacon</strong><br />15 Beacon Street, Boston, MA 02108 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10228362O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10228362O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10228362O.html" rel="nofollow">Photos</a> (if available)</p><p>Fifteen Beacon is a restored Beaux Arts building atop historic Beacon Hill, less than two blocks from Boston Common, and approximately three miles from Logan International Airport....<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-10228362O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.3491822358045, -71.07246100902557);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>The Back Bay Hotel</strong><br />350 Stuart Street, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11336831O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11336831O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11336831O.html" rel="nofollow">Photos</a> (if available)</p><p>Located at the former Boston Police Headquarters in the heart of the prestigious Back Bay, The Back Bay Hotel is one of the citys newest hotels. Modern, but with a nod to the companys strong Irish traditions...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11336831O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.35643107032791, -71.05413347482681);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>The Langham Boston</strong><br />250 Franklin Street, Boston, MA 02110 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11318312O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11318312O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11318312O.html" rel="nofollow">Photos</a> (if available)</p><p>The Langham, Boston overlooks the Post Office Square Park in downtown Boston, approximately three miles from Logan International Airport and four miles from Harvard Square...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11318312O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.34849834033508, -71.07416689395904);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hotel 140</strong><br />140 Clarendon St, Boston, MA 02116 US<br /><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11329977O.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star2.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11329977O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11329977O.html" rel="nofollow">Photos</a> (if available)</p><p>Hotel 140 offers a central Boston location with 55 contemporary rooms with high-tech amenities. This boutique hotel is located near Copley Square by the John Hancock Tower in the historic YWCA headquarters...<a href="http://reservations.midtownbostonhotels.com/hotel/10023776-11329977O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.353943527875494, -71.05298012495041);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Intercontinental Boston</strong><br />510 Atlantic Avenue, Boston, MA 02210 US<br /><a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ic&hotelCode=bosha&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSHA" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star4.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ic&hotelCode=bosha&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSHA" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ic&hotelCode=bosha&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSHA" rel="nofollow">Photos</a> (if available)</p><p>InterContinental Boston is a brand new hotel that has ushered a new era of luxury into America\'s original city. With its elegant, blue glass architecture reflecting the waves of Boston Harbor...<a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ic&hotelCode=bosha&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSHA" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(42.36185178787856, -71.0666111111641);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Holiday Inn Boston At Beacon Hill</strong><br />5 Blossom Street, Boston, MA 02114 US<br /><a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=bosgc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSGC" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star3.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=bosgc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSGC" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=bosgc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSGC" rel="nofollow">Photos</a> (if available)</p><p>Multi-million dollar renovation completed- newly renovated guest rooms with all new granite bathrooms. Newly named the Holiday Inn Boston at Beacon Hill, the hotel is located in the Beacon Hill neighborhood...<a href="http://www.kqzyfj.com/click-3321098-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=bosgc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3321098-_-99613032_Product_Catalog&cjsku=BOSGC" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      }
    }
