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.4177,-95.6808)};var g_40f6e633518b32939156a842c93a84be = new google.maps.Geocoder();g_40f6e633518b32939156a842c93a84be.geocode( { 'address': "524 Main St, Neodesha, KS 66757, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neodesha-KS-first-neodesha-bank').style.display = '';map = new google.maps.Map(document.getElementById('neodesha-KS-first-neodesha-bank'), mapOptions);}document.getElementById('23a71d97').innerHTML += ' | View Map';var $l40f6e633518b32939156a842c93a84be = '

First Neodesha Bank

Address: 524 Main St, Neodesha, KS 66757, USA
Phone: (620) 325-2632
';var m_40f6e633518b32939156a842c93a84be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Neodesha Bank',});m_40f6e633518b32939156a842c93a84be['infowindow'] = new google.maps.InfoWindow({content: $l40f6e633518b32939156a842c93a84be});var infowindow = new google.maps.InfoWindow({content: $l40f6e633518b32939156a842c93a84be});google.maps.event.addListener(m_40f6e633518b32939156a842c93a84be, 'click', function() {infowindow.open(map,m_40f6e633518b32939156a842c93a84be);});$marker.push(m_40f6e633518b32939156a842c93a84be);}});}google.maps.event.addDomListener(window, 'load', initialize);