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.689,-96.7492)};var g_75097cb679824027ce9a7684490caee2 = new google.maps.Geocoder();g_75097cb679824027ce9a7684490caee2.geocode( { 'address': "124 E Commercial St, Waterville, KS 66548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterville-KS-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterville-KS-citizens-state-bank'), mapOptions);}document.getElementById('341b7a8b').innerHTML += ' | View Map';var $l75097cb679824027ce9a7684490caee2 = '

Citizens State Bank

Address: 124 E Commercial St, Waterville, KS 66548
Phone: (785) 363-2521
';var m_75097cb679824027ce9a7684490caee2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_75097cb679824027ce9a7684490caee2['infowindow'] = new google.maps.InfoWindow({content: $l75097cb679824027ce9a7684490caee2});var infowindow = new google.maps.InfoWindow({content: $l75097cb679824027ce9a7684490caee2});google.maps.event.addListener(m_75097cb679824027ce9a7684490caee2, 'click', function() {infowindow.open(map,m_75097cb679824027ce9a7684490caee2);});$marker.push(m_75097cb679824027ce9a7684490caee2);}});}google.maps.event.addDomListener(window, 'load', initialize);