var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(37.9582,-98.9678)};var g_d1c6666ba77b7a9faf99e724468663d6 = new google.maps.Geocoder();g_d1c6666ba77b7a9faf99e724468663d6.geocode( { 'address': "234 N Main St, Macksville, KS 67557, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('macksville-KS-american-state-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('macksville-KS-american-state-bank--trust'), mapOptions);}document.getElementById('a4ee3969').innerHTML += ' | View Map';var $ld1c6666ba77b7a9faf99e724468663d6 = '

American State Bank & Trust

Address: 234 N Main St, Macksville, KS 67557, USA
Phone: (620) 348-2385
';var m_d1c6666ba77b7a9faf99e724468663d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American State Bank & Trust',});m_d1c6666ba77b7a9faf99e724468663d6['infowindow'] = new google.maps.InfoWindow({content: $ld1c6666ba77b7a9faf99e724468663d6});var infowindow = new google.maps.InfoWindow({content: $ld1c6666ba77b7a9faf99e724468663d6});google.maps.event.addListener(m_d1c6666ba77b7a9faf99e724468663d6, 'click', function() {infowindow.open(map,m_d1c6666ba77b7a9faf99e724468663d6);});$marker.push(m_d1c6666ba77b7a9faf99e724468663d6);}});}google.maps.event.addDomListener(window, 'load', initialize);