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.3168,-89.95)};var g_7c678b0576f9b98b734c11d7c4f7683f = new google.maps.Geocoder();g_7c678b0576f9b98b734c11d7c4f7683f.geocode( { 'address': "178 Commerce St, Batesville, MS 38606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-MS-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('batesville-MS-bancorp-south'), mapOptions);}document.getElementById('77c3b774').innerHTML += ' | View Map';var $l7c678b0576f9b98b734c11d7c4f7683f = '

Bancorp South

Address: 178 Commerce St, Batesville, MS 38606
Phone: (662) 563-5673
';var m_7c678b0576f9b98b734c11d7c4f7683f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_7c678b0576f9b98b734c11d7c4f7683f['infowindow'] = new google.maps.InfoWindow({content: $l7c678b0576f9b98b734c11d7c4f7683f});var infowindow = new google.maps.InfoWindow({content: $l7c678b0576f9b98b734c11d7c4f7683f});google.maps.event.addListener(m_7c678b0576f9b98b734c11d7c4f7683f, 'click', function() {infowindow.open(map,m_7c678b0576f9b98b734c11d7c4f7683f);});$marker.push(m_7c678b0576f9b98b734c11d7c4f7683f);}});}google.maps.event.addDomListener(window, 'load', initialize);