function wagt_map_63() {
  if(GBrowserIsCompatible()) {
    if(!document.getElementById('wagt_map_63')) return false;
    var map = new GMap2(document.getElementById('wagt_map_63'));
    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: '2424 E. Grand Ave',
      city: 'Hot Springs',
      state: 'AR',
      zip: '71901',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Hot Springs </strong><br />2424 E. Grand Ave.<br />Hot Springs, AR, 71901<br /><br /><a href="Hot_Springs.html"><strong>Visit This Location</strong></a></span>',
      full: '2424 E. Grand Ave, Hot Springs, AR, 71901',
      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(35.315405, -93.118057), 6);
        }
      }
    );

    var address_1 = {
      street: '815 S. A. Jones St.',
      city: 'N. Little Rock',
      state: 'AR',
      zip: '72114',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> N. Little Rock </strong><br />815 S. A. Jones St.<br />N. Little Rock, AR, 72114<br /><br /><a href="Little_Rock.html"><strong>Visit This Location</strong></a></span>',
      full: '815 S. A. Jones St., N. Little Rock, AR, 72114',
      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(35.315405, -93.118057), 6);
        }
      }
    );

    var address_2 = {
      street: '500 Jean Mary Lane',
      city: 'Springdale',
      state: 'AR',
      zip: '72762',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Springdale </strong><br />500 Jean Mary Lane<br />Springdale, AR, 72762<br /><br /><a href="Springdale.html"><strong>Visit This Location</strong></a></span>',
      full: '500 Jean Mary Lane, Springdale, AR, 72762',
      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(35.315405, -93.118057), 6);
        }
      }
    );

    var address_3 = {
      street: '501 N. 2nd St',
      city: 'Fort Smith',
      state: 'AR',
      zip: '72901',
      country: '',
      infowindow: 'custom',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Shelter Distribution<br /> Fort Smith </strong><br />501 N. 2nd St.<br />Fort Smith, AR, 72901<br /><br /><a href="Ft_Smith.html"><strong>Visit This Location</strong></a></span>',
      full: '501 N. 2nd St, Fort Smith, AR, 72901',
      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: '1112 W Main St',
      city: 'Russellville',
      state: 'AR',
      zip: '72801',
      country: '',
      infowindow: 'default',
      infowindowtext: '<span style="font: 12px Verdana, Arial, Helvetica, sans-serif; color: #000;"><strong>Address:</strong><br />1112 W Main St<br />Russellville, AR 72801</span>',
      full: '1112 W Main St, Russellville, AR, 72801',
      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);
        }
      }
    );

  }
}
