

    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(48.87854976173613, 2.353268265724182), 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(48.88075468111654, 2.3549044132232666);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Gare du Nord</B><br>18 Rue Dunkerque Paris 75010 France</font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.879754541730705, 2.35482394695282);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Mercure Paris Terminus Nord 3</strong><br />12 Boulevard De Denain, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-10217485R.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.garedunordhotels.com/hotel/10022554-10217485O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-10217485P.html" rel="nofollow">Photos</a> (if available)</p><p>Hotel with 236 airconditioned rooms, located near the Gare du Nord (Eurostar & Thalys), Stade de France (5min), Paris Nord Exhibition Centre (15 min) ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-10217485O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87949877095181, 2.35806941986084);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Albert Premier</strong><br />162 Rue Lafayette, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11256594R.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.garedunordhotels.com/hotel/10022554-11256594O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11256594P.html" rel="nofollow">Photos</a> (if available)</p><p>Best Western Albert Premier is located within walking distance of two train stations (Gare du Nord and Gare de L\'est) and approximately 15 miles from Charles ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11256594O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.880001491586576, 2.3595231771469116);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Exclusive Plaza La Fayette</strong><br />175 Rue La Fayette, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-10215707R.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.garedunordhotels.com/hotel/10022554-10215707O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-10215707P.html" rel="nofollow">Photos</a> (if available)</p><p>Between the Gare du Nord and the Gare de lEst, the quality Plaza La Fayette Hotel combines traditional charm and the most up-to-date facilities ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-10215707O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87736082887189, 2.3543840646743774);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hotel Paris Est Lafayette</strong><br />7 Rue Des Petits Hotels, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11322391R.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star1.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.garedunordhotels.com/hotel/10022554-11322391O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11322391P.html" rel="nofollow">Photos</a> (if available)</p><p>The Paris Est Lafayette is a beautiful small charming hotel managed by professionals ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11322391O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.88137556887478, 2.3619693517684937);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Tim Hotel Gare Du Nord</strong><br />10 Rue Philippe De Girard, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11244013R.html" rel="nofollow"><strong>Rates and Reservations</strong></a><br /><img src="http://www.lvcchotels.com/slides/star1.jpg" width="76" height="15" alt="rating"><p style="font-size: 9px; color: #A8A8A8; margin-top: 0px;"><a href="http://reservations.garedunordhotels.com/hotel/10022554-11244013O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11244013P.html" rel="nofollow">Photos</a> (if available)</p><p>Located half way between the Gare du Nord and Gare de l Est, this 76-room hotel with its garden courtyard is as suitable for tourists as business guests ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11244013O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.88073704214718, 2.3623502254486084);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Ibis Paris Gare Du Nord Chateau Landon</strong><br />197 199 Rue Lafayette, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11255316R.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.garedunordhotels.com/hotel/10022554-11255316O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11255316P.html" rel="nofollow">Photos</a> (if available)</p><p>The Ibis Gare Du Nord Chateau Landon hotel is in northern Paris, 2 km from the Parc De La Villette Cite Des Sciences Exhibition and Science Centre and ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11255316O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.876000753806444, 2.3587560653686523);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Holiday Inn Gare De L\'Est</B><br>5 Rue Du 8 Mai 1945, Paris, 75010 FR<br><a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE"><B>Rates and Reservations</B></a><br><img src="http://www.lvcchotels.com/slides/star3.jpg" width=76 height=15><br><font face=arial size=1 color=#A8A8A8><a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE">Features</a>&nbsp|&nbsp<a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE">Photos</a>&nbsp(if available)</font><br><br>200 room hotel, this Haussmannian building is located in front of the Gare de l Est. The Villepinte Exhibition Center and the Grands Boulevard are close. The hotel features bar, fitness and sauna. 5 meeting rooms and outdoor parking ...<a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE">more</a></font></div>')
      map.addOverlay(marker);
      marker.openInfoWindowHtml('<div style="width:260px"><font face=arial size=2><B>Holiday Inn Gare De L\'Est</B><br>5 Rue Du 8 Mai 1945, Paris, 75010 FR<br><a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE"><B>Rates and Reservations</B></a><br><img src="http://www.lvcchotels.com/slides/star3.jpg" width=76 height=15><br><font face=arial size=1 color=#A8A8A8><a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE">Features</a>&nbsp|&nbsp<a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE">Photos</a>&nbsp(if available)</font><br><br>200 room hotel, this Haussmannian building is located in front of the Gare de l Est. The Villepinte Exhibition Center and the Grands Boulevard are close. The hotel features bar, fitness and sauna. 5 meeting rooms and outdoor parking ...<a href="http://www.tkqlhce.com/click-3144990-10478530?url=http%3A%2F%2Fwww.ichotelsgroup.com%2Fredirect%3Fpath%3Dhd%26brandCode%3Dhi%26hotelCode%3Dparge%26_IATAno%3D99613032&cm_mmc=CJ-_-1937144-_-3144990-_-99613032%20Product%20Catalog&cjsku=PARGE">more</a></font></div>');

      var point = new GLatLng(48.88445696309885, 2.3472440242767334);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Comfort Hotel Saint Pierre</strong><br />10 Rue De Clignancourt, Paris,  75018 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-10197056R.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.garedunordhotels.com/hotel/10022554-10197056O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-10197056P.html" rel="nofollow">Photos</a> (if available)</p><p>Metro Anvers (150 meters)-Sacre Coeur, Market St. Pierre 2 minute walk. 5 minutes from Marche Aux Puces ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-10197056O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.877486073873214, 2.3470669984817505);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hotel Du Pre</strong><br />10 Rue Pierre Semard, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11258476R.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.garedunordhotels.com/hotel/10022554-11258476O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11258476P.html" rel="nofollow">Photos</a> (if available)</p><p>Full of charm in the center of Paris, this hotel has an easy reach of the Nord and East Train Station and is within walking distance of Montmartre and ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11258476O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87491760661645, 2.3601320385932922);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Exclusive Villa St Martin</strong><br />27 Rue Des Recollets, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11250802R.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.garedunordhotels.com/hotel/10022554-11250802O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11250802P.html" rel="nofollow">Photos</a> (if available)</p><p>The Villa St. Martin is located near the Gare de lEst. Its central location in the heart of the Capital provides easy and fast access to all major attractions ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11250802O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.881938241748074, 2.344902455806732);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Square D Anvers</strong><br />6 Place D Anvers, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11269722R.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.garedunordhotels.com/hotel/10022554-11269722O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11269722P.html" rel="nofollow">Photos</a> (if available)</p><p>The Hotel du Square D\'Anvers is located between Montmartre and the Avenue Trudaine districts, approximately two miles from the Louvre and 15 miles from ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11269722O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87621596918486, 2.3465466499328613);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Anjou Lafayette Opera</strong><br />4 Rue Riboutte, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-10192881R.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.garedunordhotels.com/hotel/10022554-10192881O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-10192881P.html" rel="nofollow">Photos</a> (if available)</p><p>The Best Western Anjou Lafayette Opera is located two miles from the center of Paris, less than one mile from the Opera Garnier, and is approximately 12 ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-10192881O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87388030361044, 2.350124716758728);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Opera Grands Boulevard</strong><br />42 Rue Des Petites Ecuries, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11333125R.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.garedunordhotels.com/hotel/10022554-11333125O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11333125P.html" rel="nofollow">Photos</a> (if available)</p><p>Best Western Opera Grands Blvd is within walking distance of Gare de l\'Est and Folies Bergeres, half a mile from Opera Garnier, and approximately 20 miles ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11333125O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87266656122256, 2.3548507690429688);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hotel Garden Opera</strong><br />65 Rue Du Chateau DEau, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11252998R.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.garedunordhotels.com/hotel/10022554-11252998O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11252998P.html" rel="nofollow">Photos</a> (if available)</p><p>A charming contemporary hotel with elegant rooms in the heart of the tourist zone of Paris centre ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11252998O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87756721835456, 2.343462109565735);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Palm Opera Hotel</strong><br />30 Rue De Maubeuge, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11278262R.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.garedunordhotels.com/hotel/10022554-11278262O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11278262P.html" rel="nofollow">Photos</a> (if available)</p><p>Overlooking a wide Parisian boulevard, Palmon Opera is within half a mile of the Galeries Lafayette department store and the Opera and approximately 20 ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11278262O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.88180948017576, 2.363010048866272);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>All Seasons Paris Gare Est</strong><br />1 And 3 Rue De Chateau Landon, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11260339R.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.garedunordhotels.com/hotel/10022554-11260339O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11260339P.html" rel="nofollow">Photos</a> (if available)</p><p>Near major train stations for TGV, Thalys, Eurostar and RER services to Roissy Airport and the Villepinte exhibition ground, a few minutes by metro from ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11260339O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87339163470764, 2.346809506416321);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Aida Opera Hotel</strong><br />11 Rue Du Conservatoire, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11323634R.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.garedunordhotels.com/hotel/10022554-11323634O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11323634P.html" rel="nofollow">Photos</a> (if available)</p><p>Best Western Aida Opera is located half a mile from the Louvre Museum and Notre Dame and approximately 15 miles from Charles de Gaulle Airport ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11323634O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87556855619245, 2.343564033508301);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Opera Cadet Hotel</strong><br />24 Rue Cadet, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-10215614R.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.garedunordhotels.com/hotel/10022554-10215614O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-10215614P.html" rel="nofollow">Photos</a> (if available)</p><p>The Opera Cadet Hotel is situated less than a mile from Grands Boulevards and the Opera, and approximately 13 miles from Roissy Charles de Gaulle International ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-10215614O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87634474515705, 2.342306077480316);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Opera Celte Lafayette</strong><br />25 Rue Buffault, Paris,  75009 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-10216609R.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.garedunordhotels.com/hotel/10022554-10216609O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-10216609P.html" rel="nofollow">Photos</a> (if available)</p><p>Best Western Opera Celte La Fayette is located between the Opera Garnier and Gare de l\'Est and Gare du Nord and approximately 20 miles from Charles de ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-10216609O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(48.87119697616066, 2.3551082611083984);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Comfort Hotel Gare De L\'est</strong><br />31 Boulevard De Strasbourg, Paris,  75010 FR <br /><a href="http://reservations.garedunordhotels.com/hotel/10022554-11291372R.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.garedunordhotels.com/hotel/10022554-11291372O.html" rel="nofollow">Features</a> | <a href="http://reservations.garedunordhotels.com/hotel/10022554-11291372P.html" rel="nofollow">Photos</a> (if available)</p><p>In Paris Historical Center. In the lively area with shops and restaurants. This quiet hotel offers a parisian atmosphere with outside corridors and lift ...<a href="http://reservations.garedunordhotels.com/hotel/10022554-11291372O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      }
    }

    
