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(39.8529,-95.5361)};var g_699cf6224675ad495bee00d411ea6bad = new google.maps.Geocoder();g_699cf6224675ad495bee00d411ea6bad.geocode( { 'address': "610 Oregon St, Hiawatha, KS 66434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiawatha-KS-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hiawatha-KS-citizens-state-bank'), mapOptions);}document.getElementById('4976d1ef').innerHTML += ' | View Map';var $l699cf6224675ad495bee00d411ea6bad = '

Citizens State Bank

Address: 610 Oregon St, Hiawatha, KS 66434, USA
Phone: (785) 742-2101
';var m_699cf6224675ad495bee00d411ea6bad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_699cf6224675ad495bee00d411ea6bad['infowindow'] = new google.maps.InfoWindow({content: $l699cf6224675ad495bee00d411ea6bad});var infowindow = new google.maps.InfoWindow({content: $l699cf6224675ad495bee00d411ea6bad});google.maps.event.addListener(m_699cf6224675ad495bee00d411ea6bad, 'click', function() {infowindow.open(map,m_699cf6224675ad495bee00d411ea6bad);});$marker.push(m_699cf6224675ad495bee00d411ea6bad);}});}google.maps.event.addDomListener(window, 'load', initialize);