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.7804,-93.5537)};var g_689946ae0011b54aa3583d4c9e76a047 = new google.maps.Geocoder();g_689946ae0011b54aa3583d4c9e76a047.geocode( { 'address': "600 Washington St, Chillicothe, MO 64601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chillicothe-MO-cs-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('chillicothe-MO-cs-bancshares-inc'), mapOptions);}document.getElementById('54e2b733').innerHTML += ' | View Map';var $l689946ae0011b54aa3583d4c9e76a047 = '

CS Bancshares Inc

Address: 600 Washington St, Chillicothe, MO 64601, USA
Phone: (660) 646-5120
';var m_689946ae0011b54aa3583d4c9e76a047 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CS Bancshares Inc',});m_689946ae0011b54aa3583d4c9e76a047['infowindow'] = new google.maps.InfoWindow({content: $l689946ae0011b54aa3583d4c9e76a047});var infowindow = new google.maps.InfoWindow({content: $l689946ae0011b54aa3583d4c9e76a047});google.maps.event.addListener(m_689946ae0011b54aa3583d4c9e76a047, 'click', function() {infowindow.open(map,m_689946ae0011b54aa3583d4c9e76a047);});$marker.push(m_689946ae0011b54aa3583d4c9e76a047);}});}google.maps.event.addDomListener(window, 'load', initialize);