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(38.1398,-97.432)};var g_0c77725069c6aa4d6d440a63d5268c47 = new google.maps.Geocoder();g_0c77725069c6aa4d6d440a63d5268c47.geocode( { 'address': "201 N Main St, Hesston, KS 67062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hesston-KS-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hesston-KS-citizens-state-bank'), mapOptions);}document.getElementById('cfba83af').innerHTML += ' | View Map';var $l0c77725069c6aa4d6d440a63d5268c47 = '

Citizens State Bank

Address: 201 N Main St, Hesston, KS 67062, USA
Phone: (620) 327-4941
';var m_0c77725069c6aa4d6d440a63d5268c47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_0c77725069c6aa4d6d440a63d5268c47['infowindow'] = new google.maps.InfoWindow({content: $l0c77725069c6aa4d6d440a63d5268c47});var infowindow = new google.maps.InfoWindow({content: $l0c77725069c6aa4d6d440a63d5268c47});google.maps.event.addListener(m_0c77725069c6aa4d6d440a63d5268c47, 'click', function() {infowindow.open(map,m_0c77725069c6aa4d6d440a63d5268c47);});$marker.push(m_0c77725069c6aa4d6d440a63d5268c47);}});}google.maps.event.addDomListener(window, 'load', initialize);