function wagt_map_6() {
  if(GBrowserIsCompatible()) {
    if(!document.getElementById('wagt_map_6')) return false;
    var map = new GMap2(document.getElementById('wagt_map_6'));
    map.enableContinuousZoom();
    map.enableDoubleClickZoom();
    map.addControl(new GSmallMapControl());
    map.addControl(new GMapTypeControl());
    var geocoder = new GClientGeocoder();
    
    var icon = new GIcon();
    var markerStyle = 'Google Traditional (flat)';
    var markerColor = 'Pacifica';
    icon.image = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.png';
    icon.shadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.png';
    icon.iconSize = new GSize(34,35);
    icon.shadowSize = new GSize(34,35);
    icon.iconAnchor = new GPoint(9,23);
    icon.infoWindowAnchor = new GPoint(19,0);
    icon.printImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica.gif';
    icon.mozPrintImage = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_mozprint.png';
    icon.printShadow = 'http://google.webassist.com/google/markers/traditionalflat/shadow.gif';
    icon.transparent = 'http://google.webassist.com/google/markers/traditionalflat/pacifica_transparent.png';

    var address_0 = {
      street: '601 West 40 Highway',
      city: 'Blue Springs',
      state: 'MO',
      zip: '64014',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />601 West 40 Highway<br />Blue Springs, MO 64014</span>',
      full: '601 West 40 Highway, Blue Springs, MO, 64014',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_0.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_0.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_1 = {
      street: '7117 N Prospect',
      city: 'Kansas City',
      state: 'MO',
      zip: '64119',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />7117 N Prospect<br />Kansas City, MO 64119</span>',
      full: '7117 N Prospect, Kansas City, MO, 64119',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_1.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_1.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_2 = {
      street: '1225 E 23rd St',
      city: 'Independence',
      state: 'MO',
      zip: '64055',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />1225 E 23rd St<br />Independence, MO 64055</span>',
      full: '1225 E 23rd St, Independence, MO, 64055',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_2.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_2.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_3 = {
      street: '4545 South Noland Road',
      city: 'Independence',
      state: 'MO',
      zip: '64055',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />4545 South Noland Road<br />Independence, MO 64055</span>',
      full: '4545 South Noland Road, Independence, MO, 64055',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_3.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_3.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_4 = {
      street: '8301 NW St Clair Ave',
      city: 'Kansas City',
      state: 'MO',
      zip: '64154',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />8301 NW St Clair Ave<br />Kansas City, MO 64154</span>',
      full: '8301 NW St Clair Ave, Kansas City, MO, 64154',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_4.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_4.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_5 = {
      street: '207 NE Englewood',
      city: 'Kansas City',
      state: 'MO',
      zip: '64116',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />207 NE Englewood<br />Kansas City, MO 64116</span>',
      full: '207 NE Englewood, Kansas City, MO, 64116',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_5.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_5.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_6 = {
      street: '3504 Clinton Parkway',
      city: 'Lawrence',
      state: 'KS',
      zip: '66046',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />3504 Clinton Parkway<br />Lawrence, KS 66046</span>',
      full: '3504 Clinton Parkway, Lawrence, KS, 66046',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_6.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_6.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_7 = {
      street: '4000 W 6th',
      city: 'Lawrence',
      state: 'KS',
      zip: '66049',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />4000 W 6th<br />Lawrence, KS 66049</span>',
      full: '4000 W 6th, Lawrence, KS, 66049',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_7.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_7.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_8 = {
      street: '12200 State Line Rd',
      city: 'Leawood',
      state: 'KS',
      zip: '66209',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />12200 State Line Rd<br />Leawood, KS 66209</span>',
      full: '12200 State Line Rd, Leawood, KS, 66209',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_8.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_8.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_9 = {
      street: '301 NE Rice Rd',
      city: 'Lee\'s Summit',
      state: 'MO',
      zip: '64063',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />301 NE Rice Rd<br />Lee\'s Summit, MO 64063</span>',
      full: '301 NE Rice Rd, Lee\'s Summit, MO, 64063',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_9.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_9.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_10 = {
      street: '310 SW Ward Rd',
      city: 'Lee\'s Summit',
      state: 'MO',
      zip: '64063',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />310 SW Ward Rd<br />Lee\'s Summit, MO 64063</span>',
      full: '310 SW Ward Rd, Lee\'s Summit, MO, 64063',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_10.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_10.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_11 = {
      street: '13400 W 87th St',
      city: 'Lenexa',
      state: 'KS',
      zip: '66215',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />13400 W 87th St<br />Lenexa, KS 66215</span>',
      full: '13400 W 87th St, Lenexa, KS, 66215',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_11.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_11.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_12 = {
      street: '1332 W 152 Highway',
      city: 'Liberty',
      state: 'MO',
      zip: '64068',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />1332 W 152 Highway<br />Liberty, MO 64068</span>',
      full: '1332 W 152 Highway, Liberty, MO, 64068',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_12.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_12.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_13 = {
      street: '6655 Martway',
      city: 'Mission',
      state: 'KS',
      zip: '66202',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />6655 Martway<br />Mission, KS 66202</span>',
      full: '6655 Martway, Mission, KS, 66202',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_13.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_13.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_14 = {
      street: '16100 W 135th',
      city: 'Olathe',
      state: 'KS',
      zip: '66062',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />16100 W 135th<br />Olathe, KS 66062</span>',
      full: '16100 W 135th, Olathe, KS, 66062',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_14.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_14.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_15 = {
      street: '18101 W 119th St',
      city: 'Olathe',
      state: 'KS',
      zip: '66061',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />18101 W 119th St<br />Olathe, KS 66061</span>',
      full: '18101 W 119th St, Olathe, KS, 66061',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_15.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_15.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_16 = {
      street: '11552 W 95th St',
      city: 'Overland Park',
      state: 'KS',
      zip: '66214',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />11552 W 95th St<br />Overland Park, KS 66214</span>',
      full: '11552 W 95th St, Overland Park, KS, 66214',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_16.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_16.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_17 = {
      street: '8900 W 135th St',
      city: 'Overland Park',
      state: 'KS',
      zip: '66221',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />8900 W 135th St<br />Overland Park, KS 66221</span>',
      full: '8900 W 135th St, Overland Park, KS, 66221',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_17.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_17.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_18 = {
      street: '6801 W 91st St',
      city: 'Overland Park',
      state: 'KS',
      zip: '66212',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />6801 W 91st St<br />Overland Park, KS 66212</span>',
      full: '6801 W 91st St, Overland Park, KS, 66212',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_18.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_18.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_19 = {
      street: '1307 E North Ave',
      city: 'Belton',
      state: 'MO',
      zip: '64012',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />1307 E North Ave<br />Belton, MO 64012</span>',
      full: '1307 E North Ave, Belton, MO, 64012',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_19.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_19.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_20 = {
      street: '6731 Blue Ridge Blvd',
      city: 'Raytown',
      state: 'MO',
      zip: '64133',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />6731 Blue Ridge Blvd<br />Raytown, MO 64133</span>',
      full: '6731 Blue Ridge Blvd, Raytown, MO, 64133',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_20.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_20.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_21 = {
      street: '13550 W 63rd',
      city: 'Shawnee',
      state: 'KS',
      zip: '66216',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />13550 W 63rd<br />Shawnee, KS 66216</span>',
      full: '13550 W 63rd, Shawnee, KS, 66216',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_21.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_21.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_22 = {
      street: '201 N Belt',
      city: 'St. Joseph',
      state: 'MO',
      zip: '64506',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />201 N Belt<br />St. Joseph, MO 64506</span>',
      full: '201 N Belt, St. Joseph, MO, 64506',
      isdefault: false
    };
    
    geocoder.getLatLng (
      address_22.full,
      function(point) {
        if(point) {
          map.setCenter(point, 13);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_22.infowindowtext);
          });
          map.addOverlay(marker);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 13);
        }
      }
    );

    var address_23 = {
      street: '7620 State Line',
      city: 'Prairie Village',
      state: 'KS',
      zip: '66208',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Hy-Vee</strong><br />7620 State Line<br />Prairie Village, KS 66208</span>',
      full: '7620 State Line, Prairie Village, KS, 66208',
      isdefault: true
    };
    
    geocoder.getLatLng (
      address_23.full,
      function(point) {
        if(point) {
          map.setCenter(point, 10);
          var marker = new GMarker(point, icon);
          GEvent.addListener(marker, 'click', function() {
            marker.openInfoWindowHtml(address_23.infowindowtext);
          });
          map.addOverlay(marker);
          marker.openInfoWindowHtml(address_23.infowindowtext);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 10);
        }
      }
    );

  }
}
