function wagt_map_52() {
  if(GBrowserIsCompatible()) {
    if(!document.getElementById('wagt_map_52')) return false;
    var map = new GMap2(document.getElementById('wagt_map_52'));
    map.enableContinuousZoom();
    map.enableDoubleClickZoom();
    map.addControl(new GSmallMapControl());
    map.addControl(new GMapTypeControl());
    var geocoder = new GClientGeocoder();
    
    var icon = new GIcon();
    var markerStyle = 'Star';
    var markerColor = 'Desert Spice';
    icon.image = 'http://google.webassist.com/google/markers/star/desertspice.png';
    icon.shadow = 'http://google.webassist.com/google/markers/star/shadow.png';
    icon.iconSize = new GSize(29,39);
    icon.shadowSize = new GSize(29,39);
    icon.iconAnchor = new GPoint(15,15);
    icon.infoWindowAnchor = new GPoint(19,7);
    icon.printImage = 'http://google.webassist.com/google/markers/star/desertspice.gif';
    icon.mozPrintImage = 'http://google.webassist.com/google/markers/star/desertspice_mozprint.png';
    icon.printShadow = 'http://google.webassist.com/google/markers/star/shadow.gif';
    icon.transparent = 'http://google.webassist.com/google/markers/star/desertspice_transparent.png';

    var address_0 = {
      street: '4107 W. Harry St',
      city: 'Wichita',
      state: 'KS',
      zip: '67209',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Wichita </strong><br />4107 W. Harry St.<br />Wichita, KS, 67209<br /><br /><a href="Wichita.html"><strong>Visit This Location</strong></a></span>',
      full: '4107 W. Harry St, Wichita, KS, 67209',
      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: '6000 Merriam Dr.',
      city: 'Merriam ',
      state: 'KS',
      zip: '66023',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Merriam </strong><br />6000 Merriam Dr.<br />Merriam, KS, 66023<br /><a href="Merriam.html"><strong>Visit This Location</strong></a></span>',
      full: '6000 Merriam Dr., Merriam, KS, 66023',
      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: '4008 NW 14th Street',
      city: 'Topeka',
      state: 'KS',
      zip: '66618',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Topeka </strong><br />4008 NW 14th Street<br />Topeka, KS, 66618<br /><a href="Topeka.html"><strong>Visit This Location</strong></a></span>',
      full: '4008 NW 14th Street, Topeka, KS, 66618',
      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: '1550 West 108th St.',
      city: 'Lenexa',
      state: 'KS',
      zip: '66219',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Lenexa </strong><br />1550 West 108th St.<br />Lenexa, KS, 66219<br /><a href="Lenexa.html"><strong>Visit This Location</strong></a></span>',
      full: '1550 West 108th St., Lenexa, KS, 66219',
      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: '423 W 6th Ave',
      city: 'Emporia',
      state: 'KS',
      zip: '66801',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Address:</strong><br />423 W 6th Ave<br />Emporia, KS 66801</span>',
      full: '423 W 6th Ave, Emporia, KS, 66801',
      isdefault: true
    };
    
    geocoder.getLatLng (
      address_4.full,
      function(point) {
        if(point) {
          map.setCenter(point, 7);
        }
        else {
          map.setCenter(new GLatLng(37.4419, -122.1419), 6);
        }
      }
    );

  }
}
