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(32.2831,-90.0254)};var g_250322c11b0904963ff79ead8aeffc91 = new google.maps.Geocoder();g_250322c11b0904963ff79ead8aeffc91.geocode( { 'address': "120 Service Dr, Brandon, MS 39042, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-MS-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('brandon-MS-bancorpsouth-branch'), mapOptions);}document.getElementById('811cb34b').innerHTML += ' | View Map';var $l250322c11b0904963ff79ead8aeffc91 = '

BancorpSouth Branch

Address: 120 Service Dr, Brandon, MS 39042, USA
Phone: (601) 825-5300
';var m_250322c11b0904963ff79ead8aeffc91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_250322c11b0904963ff79ead8aeffc91['infowindow'] = new google.maps.InfoWindow({content: $l250322c11b0904963ff79ead8aeffc91});var infowindow = new google.maps.InfoWindow({content: $l250322c11b0904963ff79ead8aeffc91});google.maps.event.addListener(m_250322c11b0904963ff79ead8aeffc91, 'click', function() {infowindow.open(map,m_250322c11b0904963ff79ead8aeffc91);});$marker.push(m_250322c11b0904963ff79ead8aeffc91);}});}google.maps.event.addDomListener(window, 'load', initialize);