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.6532,-89.8699)};var g_cb6dffe6bc5e34744698f02fa1d4c10b = new google.maps.Geocoder();g_cb6dffe6bc5e34744698f02fa1d4c10b.geocode( { 'address': "5100 Highway 51 N, Senatobia, MS 38668"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('senatobia-MS-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('senatobia-MS-bancorpsouth'), mapOptions);}document.getElementById('b106c3d8').innerHTML += ' | View Map';var $lcb6dffe6bc5e34744698f02fa1d4c10b = '

BancorpSouth

Address: 5100 Highway 51 N, Senatobia, MS 38668
Phone: (662) 562-4516
';var m_cb6dffe6bc5e34744698f02fa1d4c10b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_cb6dffe6bc5e34744698f02fa1d4c10b['infowindow'] = new google.maps.InfoWindow({content: $lcb6dffe6bc5e34744698f02fa1d4c10b});var infowindow = new google.maps.InfoWindow({content: $lcb6dffe6bc5e34744698f02fa1d4c10b});google.maps.event.addListener(m_cb6dffe6bc5e34744698f02fa1d4c10b, 'click', function() {infowindow.open(map,m_cb6dffe6bc5e34744698f02fa1d4c10b);});$marker.push(m_cb6dffe6bc5e34744698f02fa1d4c10b);}});}google.maps.event.addDomListener(window, 'load', initialize);