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(34.0064,-90.0573)};var g_355f8015d28c0b144c9fc75ad973d408 = new google.maps.Geocoder();g_355f8015d28c0b144c9fc75ad973d408.geocode( { 'address': "10 S Square St, Charleston, MS 38921, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-MS-tallahatchie-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('charleston-MS-tallahatchie-county-bank'), mapOptions);}document.getElementById('bb9ed1ce').innerHTML += ' | View Map';var $l355f8015d28c0b144c9fc75ad973d408 = '

Tallahatchie County Bank

Address: 10 S Square St, Charleston, MS 38921, USA
Phone: (662) 647-5821
';var m_355f8015d28c0b144c9fc75ad973d408 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tallahatchie County Bank',});m_355f8015d28c0b144c9fc75ad973d408['infowindow'] = new google.maps.InfoWindow({content: $l355f8015d28c0b144c9fc75ad973d408});var infowindow = new google.maps.InfoWindow({content: $l355f8015d28c0b144c9fc75ad973d408});google.maps.event.addListener(m_355f8015d28c0b144c9fc75ad973d408, 'click', function() {infowindow.open(map,m_355f8015d28c0b144c9fc75ad973d408);});$marker.push(m_355f8015d28c0b144c9fc75ad973d408);}});}google.maps.event.addDomListener(window, 'load', initialize);