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.3378,-90.3254)};var g_ec47f9657c90a6db70e5e4f1cd1f7a02 = new google.maps.Geocoder();g_ec47f9657c90a6db70e5e4f1cd1f7a02.geocode( { 'address': "407 Highway 80 E, Clinton, MS 39056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-bancorpsouth'), mapOptions);}document.getElementById('dab8d62d').innerHTML += ' | View Map';var $lec47f9657c90a6db70e5e4f1cd1f7a02 = '

BancorpSouth

Address: 407 Highway 80 E, Clinton, MS 39056
Phone: (601) 924-7711
';var m_ec47f9657c90a6db70e5e4f1cd1f7a02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_ec47f9657c90a6db70e5e4f1cd1f7a02['infowindow'] = new google.maps.InfoWindow({content: $lec47f9657c90a6db70e5e4f1cd1f7a02});var infowindow = new google.maps.InfoWindow({content: $lec47f9657c90a6db70e5e4f1cd1f7a02});google.maps.event.addListener(m_ec47f9657c90a6db70e5e4f1cd1f7a02, 'click', function() {infowindow.open(map,m_ec47f9657c90a6db70e5e4f1cd1f7a02);});$marker.push(m_ec47f9657c90a6db70e5e4f1cd1f7a02);}});}google.maps.event.addDomListener(window, 'load', initialize);