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(36.9223,-89.2955)};var g_934307c5f6de137954bb0b5d7f18fa30 = new google.maps.Geocoder();g_934307c5f6de137954bb0b5d7f18fa30.geocode( { 'address': "207 E Commercial St, Charleston, MO 63834"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-MO-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('charleston-MO-citizens-state-bank'), mapOptions);}document.getElementById('802f90e3').innerHTML += ' | View Map';var $l934307c5f6de137954bb0b5d7f18fa30 = '

Citizens State Bank

Address: 207 E Commercial St, Charleston, MO 63834
Phone: (573) 683-3373
';var m_934307c5f6de137954bb0b5d7f18fa30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_934307c5f6de137954bb0b5d7f18fa30['infowindow'] = new google.maps.InfoWindow({content: $l934307c5f6de137954bb0b5d7f18fa30});var infowindow = new google.maps.InfoWindow({content: $l934307c5f6de137954bb0b5d7f18fa30});google.maps.event.addListener(m_934307c5f6de137954bb0b5d7f18fa30, 'click', function() {infowindow.open(map,m_934307c5f6de137954bb0b5d7f18fa30);});$marker.push(m_934307c5f6de137954bb0b5d7f18fa30);}});}google.maps.event.addDomListener(window, 'load', initialize);