

    function load() {
      if (GBrowserIsCompatible()) {
        var i = 2;
        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(43.762745419652525, -79.32149827480316), 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(43.76737689066577, -79.30203080177307);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Howard Johnson Toronto</strong><br />22 Metropolitan Road, Scarborough, ON M1R 2T6 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11296188O.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.torontoeasthotels.com/hotel/10023642-11296188O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11296188O.html" rel="nofollow">Photos</a> (if available)</p><p>The Howard Johnson is located approximately 13 miles from downtown and 30 miles from Lester B Pearson International Airport. Within eight miles are Casa Loma, Centerville Amusement Park...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11296188O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.776702666969605, -79.28523749113083);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Delta Toronto East</strong><br />2035 Kennedy Road, Scarborough, ON M1T 3G2 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11247578O.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.torontoeasthotels.com/hotel/10023642-11247578O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11247578O.html" rel="nofollow">Photos</a> (if available)</p><p>The Delta Toronto East hotel is conveniently accessible off Highway 401 and approximately 25 miles from Toronto International Airport and only 6 miles from Toronto Zoo. Local attractions include Scarborough...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11247578O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.77090400633667, -79.3231987953186);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Radisson Hotel Toronto East</strong><br />55 Hallcrown Place, Toronto, ON M2J 4R1 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11240224O.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.torontoeasthotels.com/hotel/10023642-11240224O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11240224O.html" rel="nofollow">Photos</a> (if available)</p><p>Conveniently located between downtown Toronto and Markham\'s business district, this President\'s Award winning hotel is easily accessible from highway 401 and highway 404...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11240224O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.755188243180406, -79.34984922409057);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>The Westin Prince, Toronto</strong><br />900 York Mills Road, Toronto, ON M3B 3H2 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-10217623O.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.torontoeasthotels.com/hotel/10023642-10217623O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-10217623O.html" rel="nofollow">Photos</a> (if available)</p><p>Overlooking the Toronto skyline, the Westin Prince, Toronto sits upon 15 acres of parkland in northeast Toronto. Flexible meeting facilities, high-speed Internet access, and a full-service business center...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-10217623O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.7826924764229, -79.23777848482132);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Executive Inn</strong><br />38 Estate Drive, Scarborough, ON M1H 2Z1 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11280885O.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.torontoeasthotels.com/hotel/10023642-11280885O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11280885O.html" rel="nofollow">Photos</a> (if available)</p><p>The newly built Best Western Executive Inn is the newest landmark at Highway 401 and Markham Road. Located in the heart of the Toronto East Business Community. The Best Western Executive Inn is only minutes...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11280885O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.78316110092943, -79.23725008964538);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Holiday Inn Express Toronto East</strong><br />50 Estate Drive, Scarborough, ON M1H2Z1 CA<br /><a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" 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-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" rel="nofollow">Photos</a> (if available)</p><p>Welcome to the Holiday Day Inn Express Toronto East. This beautiful express hotel and our friendly and professional staff, will ensure that your stay is both convenient and enjoyable...<a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);
	  marker.openInfoWindowHtml('<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Holiday Inn Express Toronto East</strong><br />50 Estate Drive, Scarborough, ON M1H2Z1 CA<br /><a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" 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-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" rel="nofollow">Photos</a> (if available)</p><p>Welcome to the Holiday Day Inn Express Toronto East. This beautiful express hotel and our friendly and professional staff, will ensure that your stay is both convenient and enjoyable...<a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=ex&hotelCode=yyzex&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZEX" rel="nofollow">more</a></p></div>');
     
      var point = new GLatLng(43.789353570665945, -79.23532158136368);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Travelodge Toronto East</strong><br />20 Milner Business Court, Scarborough, ON M1B3C6 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-10213738O.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.torontoeasthotels.com/hotel/10023642-10213738O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-10213738O.html" rel="nofollow">Photos</a> (if available)</p><p>Travelodge Toronto East is located six miles from the Toronto Zoo, 20 miles from downtown, and approximately 21 miles from Toronto Pearson International Airport. This location is also six miles from the Metro Toronto Zoo ...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-10213738O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.732198952366964, -79.22456055879593);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Super 8 Toronto East-Scarborough</strong><br />3280 Kingston Road, Toronto, ON M1M 1P8 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11301578O.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.torontoeasthotels.com/hotel/10023642-11301578O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11301578O.html" rel="nofollow">Photos</a> (if available)</p><p>Free high speed internet, local residents should have a valid credit card and drivers license on check in as the motel check in policy. ...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11301578O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.8159595585657, -79.34907674789429);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Holiday Inn Hotel and Suites Toronto-markham</strong><br />7095 Woodbine Avenue, Markham, ON L3R 1A3 CA<br /><a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=yyzmk&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZMK" 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-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=yyzmk&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZMK" rel="nofollow">Features</a> | <a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=yyzmk&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZMK" rel="nofollow">Photos</a> (if available)</p><p>The Holiday Inn and Suites Markham offers accommodations about 12 miles from downtown Toronto. During your stay, take advantage of the indoor pool, whirlpool, and fitness room. The fitness room offers...<a href="http://www.kqzyfj.com/click-3290770-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=yyzmk&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3290770-_-99613032_Product_Catalog&cjsku=YYZMK" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.76922085626987, -79.41322982311249);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Novotel Toronto North York</strong><br />3 Park Home Avenue, North York, ON M2N6L3 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11251666O.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.torontoeasthotels.com/hotel/10023642-11251666O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11251666O.html" rel="nofollow">Photos</a> (if available)</p><p>The Novotel Toronto North York is a 3 star hotel located in uptown Toronto with easy access from major highways. Ideal for a business trip or short break, the hotel features nine meeting rooms for conferences and seminars...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11251666O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.70926869316916, -79.39047127962112);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Best Western Roehampton Hotel and Suites</strong><br />808 Mt Pleasant Road, Toronto, ON M4P 2L2 CA <br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-10194888O.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.torontoeasthotels.com/hotel/10023642-10194888O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-10194888O.html" rel="nofollow">Photos</a> (if available)</p><p>The Best Western Roehampton Hotel and Suites is located near Toronto\'s Mount Pleasant district, with easy access to key area attractions and business locations including the Toronto Zoo, the Ontario Science Centre...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-10194888O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.719603807029784, -79.40109550952911);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Glengrove Suites</strong><br />2837 Yonge Street, Toronto, ON M4N2J6 CA <br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11258379O.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.torontoeasthotels.com/hotel/10023642-11258379O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11258379O.html" rel="nofollow">Photos</a> (if available)</p><p>Glengrove Suites is a unique 1930\'s boutique apartment hotel located in Toronto featuring 65 fully furnished suites with fully equipped modern kitchens, separate living room and bedrooms designed...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11258379O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.844319899280485, -79.35417294502258);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Homewood Suite Toronto-Markham</strong><br />50 Bodrington Court, Markham, ON L6G 0A9 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-11364463O.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.torontoeasthotels.com/hotel/10023642-11364463O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-11364463O.html" rel="nofollow">Photos</a> (if available)</p><p>Strategically located in the hub of Markham, Ontario - known as the Silicon Valley North- the Homewood Suites by Hilton Markham, Ontario, hotel is designed for the comfort and convenience of both business...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-11364463O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.8459119511069, -79.3571662902832);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Comfort Inn Northeast</strong><br />8330 Woodbine Avenue, Markham, ON L3R 2N8 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-10197175O.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.torontoeasthotels.com/hotel/10023642-10197175O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-10197175O.html" rel="nofollow">Photos</a> (if available)</p><p>There is an indoor swimming pool and sauna on site. Complimentary deluxe breakfast is offered daily. The Comfort Inn also offers Free Wireless interment, valet laundry service, currency exchange...<a href="http://reservations.torontoeasthotels.com/hotel/10023642-10197175O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      var point = new GLatLng(43.85501078544358, -79.3338069319725);
      var marker = createMarker(point,'<div style="width:260px; font-family: arial; font-size: 12px;"><strong>Hilton Suites Toronto Markham Conference Center</strong><br />8500 Warden Avenue, Markham, ON L6G 1A5 CA<br /><a href="http://reservations.torontoeasthotels.com/hotel/10023642-10200892O.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.torontoeasthotels.com/hotel/10023642-10200892O.html#Amenities" rel="nofollow">Features</a> | <a href="http://reservations.torontoeasthotels.com/hotel/10023642-10200892O.html" rel="nofollow">Photos</a> (if available)</p><p>Hilton Suites Toronto/Markham Conference Centre & Spa all-suite hotel located just 15 miles NE of the heart of downtown Toronto and 35 miles from Leaster B. Pearson International Airport....<a href="http://reservations.torontoeasthotels.com/hotel/10023642-10200892O.html" rel="nofollow">more</a></p></div>')
      map.addOverlay(marker);

      }
    }
