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(34.2563,-88.7038)};var g_06b17d1988b9719cf00641a3cd53f930 = new google.maps.Geocoder();g_06b17d1988b9719cf00641a3cd53f930.geocode( { 'address': "One Mississippi Plaza, 201 S Spring St, Tupelo, MS 38804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tupelo-MS-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('tupelo-MS-bancorpsouth'), mapOptions);}document.getElementById('e7c96188').innerHTML += ' | View Map';var $l06b17d1988b9719cf00641a3cd53f930 = '

BancorpSouth

Address: One Mississippi Plaza, 201 S Spring St, Tupelo, MS 38804, USA
Phone: (662) 407-3000
';var m_06b17d1988b9719cf00641a3cd53f930 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_06b17d1988b9719cf00641a3cd53f930['infowindow'] = new google.maps.InfoWindow({content: $l06b17d1988b9719cf00641a3cd53f930});var infowindow = new google.maps.InfoWindow({content: $l06b17d1988b9719cf00641a3cd53f930});google.maps.event.addListener(m_06b17d1988b9719cf00641a3cd53f930, 'click', function() {infowindow.open(map,m_06b17d1988b9719cf00641a3cd53f930);});$marker.push(m_06b17d1988b9719cf00641a3cd53f930);}});}google.maps.event.addDomListener(window, 'load', initialize);