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.3646,-89.4771)};var g_2f4d9e53439e9f7d77ad2bf33ee05a9b = new google.maps.Geocoder();g_2f4d9e53439e9f7d77ad2bf33ee05a9b.geocode( { 'address': "326 W 3rd St, Forest, MS 39074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-MS-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('forest-MS-bancorpsouth-branch'), mapOptions);}document.getElementById('563f5382').innerHTML += ' | View Map';var $l2f4d9e53439e9f7d77ad2bf33ee05a9b = '

BancorpSouth Branch

Address: 326 W 3rd St, Forest, MS 39074, USA
Phone: (601) 469-1431
';var m_2f4d9e53439e9f7d77ad2bf33ee05a9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_2f4d9e53439e9f7d77ad2bf33ee05a9b['infowindow'] = new google.maps.InfoWindow({content: $l2f4d9e53439e9f7d77ad2bf33ee05a9b});var infowindow = new google.maps.InfoWindow({content: $l2f4d9e53439e9f7d77ad2bf33ee05a9b});google.maps.event.addListener(m_2f4d9e53439e9f7d77ad2bf33ee05a9b, 'click', function() {infowindow.open(map,m_2f4d9e53439e9f7d77ad2bf33ee05a9b);});$marker.push(m_2f4d9e53439e9f7d77ad2bf33ee05a9b);}});}google.maps.event.addDomListener(window, 'load', initialize);