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.3336,-90.1478)};var g_8df57216adcf5ff1f99774527218382c = new google.maps.Geocoder();g_8df57216adcf5ff1f99774527218382c.geocode( { 'address': "1501 Lakeland Dr #253, Jackson, MS 39216, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-MS-bancorpsouth-brad-benton').style.display = '';map = new google.maps.Map(document.getElementById('jackson-MS-bancorpsouth-brad-benton'), mapOptions);}document.getElementById('8f344ed2').innerHTML += ' | View Map';var $l8df57216adcf5ff1f99774527218382c = '

BancorpSouth: Brad Benton

Address: 1501 Lakeland Dr #253, Jackson, MS 39216, USA
Phone: (601) 968-1560
';var m_8df57216adcf5ff1f99774527218382c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth: Brad Benton',});m_8df57216adcf5ff1f99774527218382c['infowindow'] = new google.maps.InfoWindow({content: $l8df57216adcf5ff1f99774527218382c});var infowindow = new google.maps.InfoWindow({content: $l8df57216adcf5ff1f99774527218382c});google.maps.event.addListener(m_8df57216adcf5ff1f99774527218382c, 'click', function() {infowindow.open(map,m_8df57216adcf5ff1f99774527218382c);});$marker.push(m_8df57216adcf5ff1f99774527218382c);}});}google.maps.event.addDomListener(window, 'load', initialize);