

    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(33.64749293739745, -112.08698272705078), 12);

        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(33.63595955801587,-112.07148224115371)
      var marker = createMarker(point,'<div style="width:260px"><strong>North Phoenix Area</strong><br /></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.638616949863334, -112.09645092487335);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>A Victory Inn and Suites Phoenix</strong><br />1711 West Bell Road, Phoenix, AZ 85023 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000038O.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.northphoenixhotels.com/hotel/10023845-10000038O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000038O.html" rel="nofollow">Photos</a> (if available)</p><p>The property\'s amenities include a free continental breakfast and coffee, outdoor pool, whirlpool, guest laundry facilities, free weekday newspapers and local calls, ice machine, exterior corridors...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000038O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);
      marker.openInfoWindowHtml('<div style="width:260px; font-family: arial; font-size: 12px;"><strong>A Victory Inn and Suites Phoenix</strong><br />1711 West Bell Road, Phoenix, AZ 85023 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000038O.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.northphoenixhotels.com/hotel/10023845-10000038O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000038O.html" rel="nofollow">Photos</a> (if available)</p><p>The property\'s amenities include a free continental breakfast and coffee, outdoor pool, whirlpool, guest laundry facilities, free weekday newspapers and local calls, ice machine, exterior corridors...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000038O.html" rel="nofollow">more</a></p></div>');

      var point = new GLatLng(33.6411402796604, -112.1133354306221);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Fairfield Inn by Marriott Phoenix North</strong><br />17017 North Black Canyon Road, Phoenix, AZ 85023 US<br /><a href="http://www.tkqlhce.com/click-3347957-10406976?url=http%3A%2F%2Fwww.marriott.com%2Freservations%2FsetAMCookie.mi%3Faff%3DAug2008%26AFFNAME%3D%25zp%26mid%3D%252Fhotels%252Ftravel%252Fphxbr-fairfield-inn-phoenix-north%252F&cjsku=PHXBR" 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://www.tkqlhce.com/click-3347957-10406976?url=http%3A%2F%2Fwww.marriott.com%2Freservations%2FsetAMCookie.mi%3Faff%3DAug2008%26AFFNAME%3D%25zp%26mid%3D%252Fhotels%252Ftravel%252Fphxbr-fairfield-inn-phoenix-north%252F&cjsku=PHXBR#Amenities" rel="nofollow">Features</a> | <a href="http://www.tkqlhce.com/click-3347957-10406976?url=http%3A%2F%2Fwww.marriott.com%2Freservations%2FsetAMCookie.mi%3Faff%3DAug2008%26AFFNAME%3D%25zp%26mid%3D%252Fhotels%252Ftravel%252Fphxbr-fairfield-inn-phoenix-north%252F&cjsku=PHXBR" rel="nofollow">Photos</a> (if available)</p><p>Hotel amenities include the whirlpool, swimming pool, laundryroom, complimentary continental breakfast, free weekday newspapers, and free parking...<a href="http://www.tkqlhce.com/click-3347957-10406976?url=http%3A%2F%2Fwww.marriott.com%2Freservations%2FsetAMCookie.mi%3Faff%3DAug2008%26AFFNAME%3D%25zp%26mid%3D%252Fhotels%252Ftravel%252Fphxbr-fairfield-inn-phoenix-north%252F&cjsku=PHXBR" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.62592995650038, -112.1147221326828);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>La Quinta Inn Phoenix North</strong><br />2510 West Greenway Road, Phoenix, AZ 85023 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10010828O.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.northphoenixhotels.com/hotel/10023845-10010828O.html">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10010828O.html">Photos</a> (if available)</p><p>La Quinta Inn Phoenix North is half a mile from the University of Phoenix, four miles from Castles & Coasters Amusement Park, and approximately 15 miles north of Phoenix Sky Harbor International Airport...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10010828O.html">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.62370769793786, -112.11470603942871);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Embassy Suites Phoenix - North</strong><br />2577 West Greenway Road, Phoenix, AZ 85023 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10101606O.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.northphoenixhotels.com/hotel/10023845-10101606O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10101606O.html" rel="nofollow">Photos</a> (if available)</p><p>The 15-acre Embassy Suites Phoenix North is off Interstate 17 in northern Phoenix, four miles from Castles N Coasters amusement park, and approximately 18 miles from Phoenix Sky Harbor International Airport...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10101606O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.642317063935735, -112.11595058441162);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Red Roof Inn Phoenix Bell Road</strong><br />17222 North Black Canyon Freeway, Phoenix, AZ 85053 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10042543O.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.northphoenixhotels.com/hotel/10023845-10042543O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10042543O.html" rel="nofollow">Photos</a> (if available)</p><p>Red Roof Phoenix Bell Road is off I-17 at Bell Road, 14 miles northwest of downtown Phoenix, and approximately 20 miles from Phoenix Sky Harbor International Airport. This location is also three miles from Turf-Paradise Horse Racing...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10042543O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.65258588959917, -112.11612224578857);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Sleep Inn Phoenix North</strong><br />18235 North 27th Avenue, Phoenix, AZ 85053 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10213283O.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.northphoenixhotels.com/hotel/10023845-10213283O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10213283O.html" rel="nofollow">Photos</a> (if available)</p><p>This hotel is approximately 20 miles from Phoenix Sky Harbor International Airport. Local attractions include Castles and Coasters, Metro Center, Reach11, Peoria and Victory Lane Sports Complex...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10213283O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.60129206729467, -112.06287771463394);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Pointe Hilton Tapatio Cliffs Resort</strong><br />11111 North 7th Street, Phoenix, AZ 85020 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10224685O.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.northphoenixhotels.com/hotel/10023845-10224685O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10224685O.html" rel="nofollow">Photos</a> (if available)</p><p>Dive into the newly renovated Pointe Hilton Tapatio Cliffs Resort in Phoenix where we are famous for fun. Whether visiting for business or pleasure, guests will enjoy all-suite accommodations...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10224685O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.654269333174376, -112.11614638566971);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Comfort Inn Phoenix</strong><br />2641 West Union Hills Drive, Phoenix, AZ 85027 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000875O.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.northphoenixhotels.com/hotel/10023845-10000875O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000875O.html" rel="nofollow">Photos</a> (if available)</p><p>Located a half-mile from Interstate 17, the Comfort Inn Phoenix is approximately 15 miles from downtown and 21 miles north of Sky Harbor International Airport. This location is also three miles from Turf Paradise...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10000875O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.67014655998717, -112.12068736553192);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Country Inn and Suites Deer Valley</strong><br />20221 North 29th Avenue, Phoenix, AZ 85027 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-11256307O.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.northphoenixhotels.com/hotel/10023845-11256307O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-11256307O.html" rel="nofollow">Photos</a> (if available)</p><p>Feel the old fashioned charm throughout -- a fireplace, hardwood floors and the personal touches of home, combined with a prime location in the progressive northwest corridor of Phoenix...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-11256307O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.67607297943322, -112.11656212806701);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Extended Stay America Phoenix-Deer Valley</strong><br />20827 North 27th Avenue, Phoenix, AZ 85027 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-11254592O.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.northphoenixhotels.com/hotel/10023845-11254592O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-11254592O.html" rel="nofollow">Photos</a> (if available)</p><p>Extended Stay America Phoenix-Deer Valley is designed specifically for people who need more than just a room while away from home. In addition to the comfortable recliner and large work desk...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-11254592O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.62894052289988, -112.11507350206375);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Days Inn North Phoenix</strong><br />21636 North 26th Avenue, Phoenix, AZ 85023 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10199365O.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.northphoenixhotels.com/hotel/10023845-10199365O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10199365O.html" rel="nofollow">Photos</a> (if available)</p><p>Free wifi access easy access to interstate waffle house restaurant located in front of hotel interior corridors...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10199365O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.58954917789995, -112.11573868989944);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Candlewood Suites Phoenix</strong><br />11411 North Black Canyon Highway, Phoenix, AZ 85029 US<br /><a href="http://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cw&hotelCode=phxbc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXBC" 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://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cw&hotelCode=phxbc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXBC" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cw&hotelCode=phxbc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXBC" rel="nofollow">Photos</a> (if available)</p><p>This all-suite property is located approximately ten miles from downtown Phoenix and 18 miles from Phoenix-Sky Harbor International Airport. Local attractions include Phoenix Civic Plaza...<a href="http://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cw&hotelCode=phxbc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXBC" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.588483391344866, -112.11568772792816);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Extended Stay America Phoenix-Metro Center</strong><br />11211 North Black Canyon Highway, Phoenix, AZ 85029 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10230518O.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.northphoenixhotels.com/hotel/10023845-10230518O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10230518O.html" rel="nofollow">Photos</a> (if available)</p><p>Extended Stay America Phoenix Metro Center is less than a mile from MetroCenter Mall and approximately 18 miles from Phoenix Sky Harbor International Airport. This location is also one mile from Castles N Coasters...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10230518O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.585256904828384, -112.11596667766571);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hyatt Place Phoenix North</strong><br />10838 North 25th Avenue, Phoenix, AZ 85029 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10191496O.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.northphoenixhotels.com/hotel/10023845-10191496O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10191496O.html" rel="nofollow">Photos</a> (if available)</p><p>The Hyatt Place Phoenix North is an exciting and innovative new select service hotel located approximately two blocks from Castles & Coasters and 10 miles from Phoenix Sky Harbor International Airport...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10191496O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.581990076032206, -112.11355268955231);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Crowne Plaza Phoenix</strong><br />2532 West Peoria Avenue, Phoenix, AZ 85029 US<br /><a href="http://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=phxmc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXMC" 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-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=phxmc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXMC" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=phxmc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXMC" rel="nofollow">Photos</a> (if available)</p><p>The Crowne Plaza Phoenix North Metro Center is centrally located off I17 with convenient access to MLB Spring Training sites, sports complexes, event arenas as well as corporate and government facilities...<a href="http://www.kqzyfj.com/click-3347957-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=phxmc&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3347957-_-99613032_Product_Catalog&cjsku=PHXMC" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.58084598636571, -112.115658223629);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Homewood Suites by Hilton Phoenix Metro Center</strong><br />2536 West Beryl Avenue, Phoenix, AZ 85021 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-10037449O.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.northphoenixhotels.com/hotel/10023845-10037449O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-10037449O.html" rel="nofollow">Photos</a> (if available)</p><p>Central to all there is to see and do in Phoenix, the Homewood Suites Phoenix-North is convenient to shopping and entertainment, including Historic Downtown Glendale...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-10037449O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(33.698319634889636, -112.10093557834625);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hilton Garden Inn Phoenix North</strong><br />1940 W Pinnacle Peak Road, Phoenix, AZ 85027 US<br /><a href="http://reservations.northphoenixhotels.com/hotel/10023845-11379618O.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.northphoenixhotels.com/hotel/10023845-11379618O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.northphoenixhotels.com/hotel/10023845-11379618O.html" rel="nofollow">Photos</a> (if available)</p><p>The Hilton Garden Inn Phoenix North Happy Valley hotel is located in the Northwest corridor of Phoenix, and conveniently close to the University of Phoenix Stadium (Home to the Phoenix Cardinals)...<a href="http://reservations.northphoenixhotels.com/hotel/10023845-11379618O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      }
    }

    
