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.8203,-96.2942)};var g_725b2082666cd9ee9ef961c6e17edba0 = new google.maps.Geocoder();g_725b2082666cd9ee9ef961c6e17edba0.geocode( { 'address': "217 N Main St, Eureka, KS 67045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eureka-KS-greenwood-county-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('eureka-KS-greenwood-county-financial-services'), mapOptions);}document.getElementById('9f6b6260').innerHTML += ' | View Map';var $l725b2082666cd9ee9ef961c6e17edba0 = '

Greenwood County Financial Services

Address: 217 N Main St, Eureka, KS 67045, USA
Phone: (620) 583-5516
';var m_725b2082666cd9ee9ef961c6e17edba0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenwood County Financial Services',});m_725b2082666cd9ee9ef961c6e17edba0['infowindow'] = new google.maps.InfoWindow({content: $l725b2082666cd9ee9ef961c6e17edba0});var infowindow = new google.maps.InfoWindow({content: $l725b2082666cd9ee9ef961c6e17edba0});google.maps.event.addListener(m_725b2082666cd9ee9ef961c6e17edba0, 'click', function() {infowindow.open(map,m_725b2082666cd9ee9ef961c6e17edba0);});$marker.push(m_725b2082666cd9ee9ef961c6e17edba0);}});}google.maps.event.addDomListener(window, 'load', initialize);