

    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(53.48896475808308, -2.220783233642578), 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/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(53.483123529232834,-2.200409173965454);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Manchester Stadium</B><br>City of Manchester Stadium Sportcity Rowsley Street, Manchester M11 3FF GB</font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.47767737501371, -2.2327566146850586);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Macdonald Manchester</B><br>91 London Road, Manchester, M12PG GB<br><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11366145O.html?&rel=nofollow"><B>Rates and Reservations</B></a><br><img src="http://www.lvcchotels.com/slides/star4.jpg" width=76 height=15><br><font face=arial size=1 color=#A8A8A8><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11366145O.html?&rel=nofollow#Amenities">Features</a>&nbsp|&nbsp<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11366145O.html?&rel=nofollow">Photos</a>&nbsp(if available)</font><br><br>The MacDonald Manchester hotel offers 229 rooms with classic bedrooms including eight junior suites and two executive suites. The hotel has vital health and fitness beauty club...<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11366145O.html?&rel=nofollow">more</a></font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.48254255429886, -2.2353529930114746);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Days Serviced Apartments Manchester</B><br>3 Dale Street Building A Manchester, M11JA GB<br><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11333341O.html?&rel=nofollow"><B>Rates and Reservations</B></a><br><img src="http://www.lvcchotels.com/slides/star2.jpg" width=76 height=15><br><font face=arial size=1 color=#A8A8A8><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11333341O.html?&rel=nofollow#Amenities">Features</a>&nbsp|&nbsp<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11333341O.html?&rel=nofollow">Photos</a>&nbsp(if available)</font><br><br>Local attractions include Arendale Shopping Center, Deansgate Shopping area, Gmex Center, Granada Studios, Manchester City Center, Manchester Evening New Arena...<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11333341O.html?&rel=nofollow">more</a></font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.482363791180035, -2.2371017932891845);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Brittania Sachas</B><br>Tib Street, Manchester, M41SH GB<br><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-10214056O.html?&rel=nofollow"><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://reservations.manchesterstadiumhotels.com/hotel/10023115-10214056O.html?&rel=nofollow#Amenities">Features</a>&nbsp|&nbsp<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-10214056O.html?&rel=nofollow">Photos</a>&nbsp(if available)</font><br><br>Ideally located in the city centre, this value for money hotel is just a 1 minute walk from Market Street, Manchester Arndale and the Metrolink. It is also approximately 10 miles from Manchester International Airport...<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-10214056O.html?&rel=nofollow">more</a></font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.475768182441236, -2.2355031967163086);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Days Hotel Manchester City</B><br>Weston Building Sackville Street, Manchester, RM1 3BB GB<br><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11321826O.html?&rel=nofollow"><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://reservations.manchesterstadiumhotels.com/hotel/10023115-11321826O.html?&rel=nofollow#Amenities">Features</a>&nbsp|&nbsp<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11321826O.html?&rel=nofollow">Photos</a>&nbsp(if available)</font><br><br>The Days Hotel Manchester City is conveniently situated in the city centre 300 metres from Piccadilly Station and 20 minutes drive from Manchester International Airport. Its ideal location brings...<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-11321826O.html?&rel=nofollow">more</a></font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.47887137486717, -2.237992286682129);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Britannia Hotel Manchester</B><br>35 Portland Street, Manchester, M13LA GB<br><a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-10214285O.html?&rel=nofollow"><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://reservations.manchesterstadiumhotels.com/hotel/10023115-10214285O.html?&rel=nofollow#Amenities">Features</a>&nbsp|&nbsp<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-10214285O.html?&rel=nofollow">Photos</a>&nbsp(if available)</font><br><br>The Britannia Manchester is in a great city centre location on Portland Street and is ideal for those looking for cheap prices. It is approximately ten miles from Manchester International Airport and two...<a href="http://reservations.manchesterstadiumhotels.com/hotel/10023115-10214285O.html?&rel=nofollow">more</a></font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.498845136736286, -2.2013425827026367);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Holiday Inn Central Park - A PREFERRED HOTEL!</B><br>888 Oldham Road, Manchester, M40 2AG GB<br><a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=mchcp&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHCP"><B>Rates and Reservations</B></a><br><img src="http://www.lvcchotels.com/slides/star4.jpg" width=76 height=15><br><font face=arial size=1 color=#A8A8A8><a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=mchcp&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHCP">Features</a>&nbsp|&nbsp<a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=mchcp&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHCP">Photos</a>&nbsp(if available)</font><br><br>The Holiday Inn Central Park is located 4km from Manchester City Centre at Newton Heath M40, offering secure on site parking and ideal transport links. Renovated in 2005, each of the rooms are modern...<a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=hi&hotelCode=mchcp&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHCP">more</a></font></div>')
      map.addOverlay(marker);

      var point = new GLatLng(53.48492386256369, -2.2385287284851074);
      var marker = createMarker(point,'<div style="width:260px"><font face=arial size=2><B>Crowne Plaza City Centre - A PREFERRED HOTEL!</B><br>70 Shudehill, Manchester, M4 4AF GB<br><a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS"><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.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS">Features</a>&nbsp|&nbsp<a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS">Photos</a>&nbsp(if available)</font><br><br>The Crowne Plaza Manchester City Centre is the hottest new hotel to land on the city of Manchester in 2008. After a four year absence of the Crowne Plaza brand in the city the hotel encapsulates...<a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS">more</a></font></div>')
      map.addOverlay(marker);
      marker.openInfoWindowHtml('<div style="width:260px"><font face=arial size=2><B>Crowne Plaza City Centre - A PREFERRED HOTEL!</B><br>70 Shudehill, Manchester, M4 4AF GB<br><a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS"><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.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS">Features</a>&nbsp|&nbsp<a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS">Photos</a>&nbsp(if available)</font><br><br>The Crowne Plaza Manchester City Centre is the hottest new hotel to land on the city of Manchester in 2008. After a four year absence of the Crowne Plaza brand in the city the hotel encapsulates...<a href="http://www.kqzyfj.com/click-3193603-10478530?url=http://www.ichotelsgroup.com/redirect?path=hd&brandCode=cp&hotelCode=mchss&_IATAno=99613032&cm_mmc=CJ-_-1937144-_-3193603-_-99613032_Product_Catalog&cjsku=MCHSS">more</a></font></div>');
      }
    }

    
