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

BancorpSouth Memphis Office

Address: 6363 Poplar Ave, Memphis, TN 38119
Phone: (901) 374-7800
';var m_dc2885225cbcb517bfea1ae528f56428 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Memphis Office',});m_dc2885225cbcb517bfea1ae528f56428['infowindow'] = new google.maps.InfoWindow({content: $ldc2885225cbcb517bfea1ae528f56428});var infowindow = new google.maps.InfoWindow({content: $ldc2885225cbcb517bfea1ae528f56428});google.maps.event.addListener(m_dc2885225cbcb517bfea1ae528f56428, 'click', function() {infowindow.open(map,m_dc2885225cbcb517bfea1ae528f56428);});$marker.push(m_dc2885225cbcb517bfea1ae528f56428);}});}google.maps.event.addDomListener(window, 'load', initialize);