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.629,-97.7788)};var g_cdc724c240a92741b474f36bf1af4fdb = new google.maps.Geocoder();g_cdc724c240a92741b474f36bf1af4fdb.geocode( { 'address': "306 N Main St, Cheney, KS 67025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheney-KS-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('cheney-KS-citizens-state-bank'), mapOptions);}document.getElementById('77799015').innerHTML += ' | View Map';var $lcdc724c240a92741b474f36bf1af4fdb = '

Citizens State Bank

Address: 306 N Main St, Cheney, KS 67025
Phone: (316) 542-3142
';var m_cdc724c240a92741b474f36bf1af4fdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_cdc724c240a92741b474f36bf1af4fdb['infowindow'] = new google.maps.InfoWindow({content: $lcdc724c240a92741b474f36bf1af4fdb});var infowindow = new google.maps.InfoWindow({content: $lcdc724c240a92741b474f36bf1af4fdb});google.maps.event.addListener(m_cdc724c240a92741b474f36bf1af4fdb, 'click', function() {infowindow.open(map,m_cdc724c240a92741b474f36bf1af4fdb);});$marker.push(m_cdc724c240a92741b474f36bf1af4fdb);}});}google.maps.event.addDomListener(window, 'load', initialize);