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.014,-98.6491)};var g_4c9d4e594701fabdec0bcca41657c1e9 = new google.maps.Geocoder();g_4c9d4e594701fabdec0bcca41657c1e9.geocode( { 'address': "100 Central Ave, Hardtner, KS 67057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hardtner-KS-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('hardtner-KS-peoples-bank'), mapOptions);}document.getElementById('d397a1dd').innerHTML += ' | View Map';var $l4c9d4e594701fabdec0bcca41657c1e9 = '

Peoples Bank

Address: 100 Central Ave, Hardtner, KS 67057, USA
Phone: (620) 296-4411
';var m_4c9d4e594701fabdec0bcca41657c1e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_4c9d4e594701fabdec0bcca41657c1e9['infowindow'] = new google.maps.InfoWindow({content: $l4c9d4e594701fabdec0bcca41657c1e9});var infowindow = new google.maps.InfoWindow({content: $l4c9d4e594701fabdec0bcca41657c1e9});google.maps.event.addListener(m_4c9d4e594701fabdec0bcca41657c1e9, 'click', function() {infowindow.open(map,m_4c9d4e594701fabdec0bcca41657c1e9);});$marker.push(m_4c9d4e594701fabdec0bcca41657c1e9);}});}google.maps.event.addDomListener(window, 'load', initialize);