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(33.9166,-89.0024)};var g_a5ab1fa4199426a4a1f1cfa23bf299e8 = new google.maps.Geocoder();g_a5ab1fa4199426a4a1f1cfa23bf299e8.geocode( { 'address': "301 W Front St S, Houlka, MS 38850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houlka-MS-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('houlka-MS-bancorp-south'), mapOptions);}document.getElementById('de9fd113').innerHTML += ' | View Map';var $la5ab1fa4199426a4a1f1cfa23bf299e8 = '

Bancorp South

Address: 301 W Front St S, Houlka, MS 38850
Phone: (662) 568-3396
';var m_a5ab1fa4199426a4a1f1cfa23bf299e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_a5ab1fa4199426a4a1f1cfa23bf299e8['infowindow'] = new google.maps.InfoWindow({content: $la5ab1fa4199426a4a1f1cfa23bf299e8});var infowindow = new google.maps.InfoWindow({content: $la5ab1fa4199426a4a1f1cfa23bf299e8});google.maps.event.addListener(m_a5ab1fa4199426a4a1f1cfa23bf299e8, 'click', function() {infowindow.open(map,m_a5ab1fa4199426a4a1f1cfa23bf299e8);});$marker.push(m_a5ab1fa4199426a4a1f1cfa23bf299e8);}});}google.maps.event.addDomListener(window, 'load', initialize);