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(35.1,-89.8511)};var g_a988983c58fd323084d24f2ad0a615e3 = new google.maps.Geocoder();g_a988983c58fd323084d24f2ad0a615e3.geocode( { 'address': "6363 Poplar Ave, Memphis, TN 38119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-bancorpsouth-branch'), mapOptions);}document.getElementById('a03653a4').innerHTML += ' | View Map';var $la988983c58fd323084d24f2ad0a615e3 = '

BancorpSouth Branch

Address: 6363 Poplar Ave, Memphis, TN 38119, USA
Phone: (888) 797-7711
';var m_a988983c58fd323084d24f2ad0a615e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_a988983c58fd323084d24f2ad0a615e3['infowindow'] = new google.maps.InfoWindow({content: $la988983c58fd323084d24f2ad0a615e3});var infowindow = new google.maps.InfoWindow({content: $la988983c58fd323084d24f2ad0a615e3});google.maps.event.addListener(m_a988983c58fd323084d24f2ad0a615e3, 'click', function() {infowindow.open(map,m_a988983c58fd323084d24f2ad0a615e3);});$marker.push(m_a988983c58fd323084d24f2ad0a615e3);}});}google.maps.event.addDomListener(window, 'load', initialize);