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(31.1538,-88.554)};var g_aca674460798a61fadf139e8597f8df5 = new google.maps.Geocoder();g_aca674460798a61fadf139e8597f8df5.geocode( { 'address': "431 St. Frances St., Leakesville, MS 39451, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leakesville-MS-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('leakesville-MS-community-bank'), mapOptions);}document.getElementById('bce1ca70').innerHTML += ' | View Map';var $laca674460798a61fadf139e8597f8df5 = '

Community Bank

Address: 431 St. Frances St., Leakesville, MS 39451, USA
Phone: (601) 394-2396
';var m_aca674460798a61fadf139e8597f8df5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_aca674460798a61fadf139e8597f8df5['infowindow'] = new google.maps.InfoWindow({content: $laca674460798a61fadf139e8597f8df5});var infowindow = new google.maps.InfoWindow({content: $laca674460798a61fadf139e8597f8df5});google.maps.event.addListener(m_aca674460798a61fadf139e8597f8df5, 'click', function() {infowindow.open(map,m_aca674460798a61fadf139e8597f8df5);});$marker.push(m_aca674460798a61fadf139e8597f8df5);}});}google.maps.event.addDomListener(window, 'load', initialize);