

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

        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/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(33.76488233417282, -118.18919062614441)
      var marker = createMarker(point,'<div style="width:260px"><strong>Long Beach Arena</strong><br />300 E. Ocean Blvd., Long Beach, CA 90802</div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.76728601209211, -118.18814992904663);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>The Westin Long Beach</strong><br />333 East Ocean Boulevard, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10074658R.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.longbeacharenahotels.com/hotel/10023770-10074658O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10074658P.html" rel="nofollow">Photos</a> (if available)</p><p>The Westin Long Beach\'s dynamically sophisticated interiors are only offset by the charm and tact of readily able staff.This hotel is 100% non-smoking.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10074658O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.7672458770217, -118.18487763404846);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Rodeway Inn Long Beach</strong><br />50 Atlantic Avenue, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10210693R.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.longbeacharenahotels.com/hotel/10023770-10210693O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10210693P.html" rel="nofollow">Photos</a> (if available)</p><p>Excellent rooms with FREE Unlimited High Speed Internet, FREE local calls, voice mail, in-room iron and ironing board, hairdryer, safe and coffee maker.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10210693O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.768400867645695, -118.18592369556427);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Courtyard by Marriott Long Beach Downtown</strong><br />500 East 1st Street, Long Beach, CA 90802 US <br /><a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbcy-courtyard-long-beach-downtown%2f" 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.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbcy-courtyard-long-beach-downtown%2f" rel="nofollow">Features</a> | <a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbcy-courtyard-long-beach-downtown%2f" rel="nofollow">Photos</a> (if available)</p><p>The Courtyard Long Beach Downtown is situated less than a half-mile from the beach, approximately six miles from Long Beach Airport, 20 miles from Los   …<a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbcy-courtyard-long-beach-downtown%2f" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.76309402541651, -118.19070339202881);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hyatt Regency Long Beach</strong><br />200 South Pine Avenue, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10204507R.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.longbeacharenahotels.com/hotel/10023770-10204507O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10204507P.html" rel="nofollow">Photos</a> (if available)</p><p>Flanked by the Queen Mary and the Convention and Entertainment Center, even the busiest traveler has time for fun.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10204507O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.76773195605407, -118.18459868431091);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Travelodge Long Beach Convention Center</strong><br />80 Atlantic Avenue, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10213546R.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.longbeacharenahotels.com/hotel/10023770-10213546O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10213546P.html" rel="nofollow">Photos</a> (if available)</p><p>Travelodge Long Beach Convention Center is located approximately three miles from the Long Beach Airport and two blocks from the waterfront.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10213546O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.7683205985304, -118.18529069423676);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Hotel at the Convention Center</strong><br />517 East 1st Street, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11344408R.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.longbeacharenahotels.com/hotel/10023770-11344408O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11344408P.html" rel="nofollow">Photos</a> (if available)</p><p>The Best Western at the Convention Center is located in the heart of the Long Beach Business District with easy access to the World Trade Center, Long   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11344408O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.7672503364749, -118.19151878356934);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Renaissance Long Beach Hotel</strong><br />111 East Ocean Boulevard, Long Beach, CA 90802 US <br /><a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" 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.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" rel="nofollow">Features</a> | <a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" rel="nofollow">Photos</a> (if available)</p><p>Located in the heart of the entertainment district, our downtown Long Beach, California hotel is just steps away from trendy dining, sensational nightlife   …<a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);
	  marker.openInfoWindowHtml('<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Renaissance Long Beach Hotel</strong><br />111 East Ocean Boulevard, Long Beach, CA 90802 US <br /><a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" 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.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" rel="nofollow">Features</a> | <a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" rel="nofollow">Photos</a> (if available)</p><p>Located in the heart of the entertainment district, our downtown Long Beach, California hotel is just steps away from trendy dining, sensational nightlife   …<a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbrn-renaissance-long-beach-hotel%2f" rel="nofollow">more</a></p></div>')

      var point = new GLatLng(33.76815783037136, -118.1820747256279);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Vagabond Inn Long Beach</strong><br />150 Alamitos Avenue, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11255175R.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.longbeacharenahotels.com/hotel/10023770-11255175O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11255175P.html" rel="nofollow">Photos</a> (if available)</p><p>Vagabond Inn Long Beach is located approximately a quarter-mile from Long Beach Convention Center, half a mile from Queen Mary, and eight miles from Long   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11255175O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.764967066080736, -118.19457113742828);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Avia Long Beach</strong><br />285 Bay Street, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11397258R.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.longbeacharenahotels.com/hotel/10023770-11397258O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11397258P.html" rel="nofollow">Photos</a> (if available)</p><p>Welcome to AVIA, a new casual glamour for Long Beach hotels. Staying at AVIA Long Beach, you\'re exactly where you want to be, near the gentle surf, the   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11397258O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.771250372523376, -118.19406151771545);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>The Varden - A Boutique Hotel</strong><br />335 Pacific Avenue, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11388247R.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.longbeacharenahotels.com/hotel/10023770-11388247O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11388247P.html" rel="nofollow">Photos</a> (if available)</p><p>After an extensive renovation, the historic 1920\'s, The Varden Hotel, reopens as downtown Long Beach\'s first European Style Boutique Hotel, balancing style   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11388247O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.76778100974821, -118.20143759250641);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hilton Long Beach</strong><br />701 West Ocean Boulevard, Long Beach, CA 90831 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10202654R.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.longbeacharenahotels.com/hotel/10023770-10202654O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10202654P.html" rel="nofollow">Photos</a> (if available)</p><p>The Hilton Long Beach and Executive Meeting Center is located in downtown Long Beach, seven miles from the Long Beach airport and twenty one miles from   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10202654O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.75869667862767, -118.20138931274414);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Residence Inn by Marriott Long Beach Downtown</strong><br />600 Queensway Drive, Long Beach, CA 90802 US <br /><a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbri-residence-inn-long-beach" 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.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbri-residence-inn-long-beach" rel="nofollow">Features</a> | <a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbri-residence-inn-long-beach" rel="nofollow">Photos</a> (if available)</p><p>The Residence Inn by Marriott Long Beach Downtown is located one mile of RMS Queen Mary, California State University, and Long Beach Aquarium of the Pacific.   …<a href="http://www.tkqlhce.com/click-3319436-10406976?url=http%3a%2f%2fwww.marriott.com%2freservations%2fsetAMCookie.mi%3fAFF%3dMarriott_CustomLink%26AFFNAME%3d%25zp%26mid%3d%2fhotels%2ftravel%2flgbri-residence-inn-long-beach" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.757166919909416, -118.19846034049988);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hotel Maya - A Doubletree Hotel</strong><br />700 Queensway Drive, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11237413R.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.longbeacharenahotels.com/hotel/10023770-11237413O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11237413P.html" rel="nofollow">Photos</a> (if available)</p><p>The Hotel Maya-A Doubletree Hotel is located on the shuttle line to downtown Long Beach and is only 30 minutes from LAX, as well as convenient access to   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11237413O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.752871853749106, -118.18960905075073);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Queen Mary Hotel</strong><br />1126 Queens Highway, Long Beach, CA 90802 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10216472R.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.longbeacharenahotels.com/hotel/10023770-10216472O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10216472P.html" rel="nofollow">Photos</a> (if available)</p><p>This hotel is actually a 1930s luxury cruise ship that\'s been a Long Beach fixture since 1967. Get the fun of being on board without leaving the shore.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10216472O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.804505423129044, -118.14169406890869);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Holiday Inn Long Beach-downtown</strong><br />1133 Atlantic Avenue, Long Beach, CA 90813 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10197472R.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.longbeacharenahotels.com/hotel/10023770-10197472O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10197472P.html" rel="nofollow">Photos</a> (if available)</p><p>For guests seeking comfortably casual accommodations with on-site dining and complimentary shuttle service in Long Beach.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10197472O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.76671520043443, -118.16398859024048);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Beachrunners Inn</strong><br />231 Kennebec Avenue, Long Beach, CA 90803 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11412204R.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.longbeacharenahotels.com/hotel/10023770-11412204O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11412204P.html" rel="nofollow">Photos</a> (if available)</p><p>A 1913 restored Craftsman home with five distinctive guest rooms each with Private bath. Guests are served an expanded continental breakfast each morning   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11412204O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.768400867645695, -118.18590760231018);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western of Long Beach</strong><br />1725 Long Beach Boulevard, Long Beach, CA 90813 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10194058R.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.longbeacharenahotels.com/hotel/10023770-10194058O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10194058P.html" rel="nofollow">Photos</a> (if available)</p><p>This Best Western is conveniently located in front of the Metro Rail Blue Line stop and three miles from the Long Beach Airport.   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10194058O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.78235763150788, -118.16801190376282);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Royal Inn Motel Long Beach</strong><br />2040 East Anaheim Street, Long Beach, CA 90804 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11397889R.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.longbeacharenahotels.com/hotel/10023770-11397889O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11397889P.html" rel="nofollow">Photos</a> (if available)</p><p>Just minutes to the Long Beach Convention Center, the Royal Inn Motel is close to many local attractions including the Queen Mary, Long Beach Grand Prix  …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11397889O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.79021567110596, -118.19694489240646);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Tower Motel Long Beach</strong><br />421 West Pacific Coast Highway, Long Beach, CA 90806 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11401525R.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.longbeacharenahotels.com/hotel/10023770-11401525O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11401525P.html" rel="nofollow">Photos</a> (if available)</p><p>Just minutes to the Long Beach Convention Center, the Tower Motel is close to many local attractions including the world famous Queen Mary, California   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-11401525O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.78965169966051, -118.17303836345673);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Days Inn City Center</strong><br />1500 East Pacific Coast Highway, Long Beach, CA 90806 US <br /><a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10199869R.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.longbeacharenahotels.com/hotel/10023770-10199869O.html" rel="nofollow">Features</a> | <a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10199869P.html" rel="nofollow">Photos</a> (if available)</p><p>The Days Inn Long Beach City Center is located two miles from the Long Beach Convention Center and four miles from Long Beach Daugherty Field Airport   …<a href="http://reservations.longbeacharenahotels.com/hotel/10023770-10199869O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      }
    }
