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.8084,-90.0285)};var g_12eac4fff4ce43481560396cab0ae0a4 = new google.maps.Geocoder();g_12eac4fff4ce43481560396cab0ae0a4.geocode( { 'address': "2565 Caffey St, Hernando, MS 38632"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hernando-MS-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('hernando-MS-bancorp-south'), mapOptions);}document.getElementById('c13fe1dd').innerHTML += ' | View Map';var $l12eac4fff4ce43481560396cab0ae0a4 = '

Bancorp South

Address: 2565 Caffey St, Hernando, MS 38632
Phone: (662) 429-2334
';var m_12eac4fff4ce43481560396cab0ae0a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_12eac4fff4ce43481560396cab0ae0a4['infowindow'] = new google.maps.InfoWindow({content: $l12eac4fff4ce43481560396cab0ae0a4});var infowindow = new google.maps.InfoWindow({content: $l12eac4fff4ce43481560396cab0ae0a4});google.maps.event.addListener(m_12eac4fff4ce43481560396cab0ae0a4, 'click', function() {infowindow.open(map,m_12eac4fff4ce43481560396cab0ae0a4);});$marker.push(m_12eac4fff4ce43481560396cab0ae0a4);}});}google.maps.event.addDomListener(window, 'load', initialize);