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.2869,-89.021)};var g_4e3ed29ad50b960ff3d0ad3ac12def85 = new google.maps.Geocoder();g_4e3ed29ad50b960ff3d0ad3ac12def85.geocode( { 'address': "103 McCord Rd, Pontotoc, MS 38863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontotoc-MS-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('pontotoc-MS-bancorpsouth-branch'), mapOptions);}document.getElementById('24c84596').innerHTML += ' | View Map';var $l4e3ed29ad50b960ff3d0ad3ac12def85 = '

BancorpSouth Branch

Address: 103 McCord Rd, Pontotoc, MS 38863, USA
Phone: (662) 488-4577
';var m_4e3ed29ad50b960ff3d0ad3ac12def85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_4e3ed29ad50b960ff3d0ad3ac12def85['infowindow'] = new google.maps.InfoWindow({content: $l4e3ed29ad50b960ff3d0ad3ac12def85});var infowindow = new google.maps.InfoWindow({content: $l4e3ed29ad50b960ff3d0ad3ac12def85});google.maps.event.addListener(m_4e3ed29ad50b960ff3d0ad3ac12def85, 'click', function() {infowindow.open(map,m_4e3ed29ad50b960ff3d0ad3ac12def85);});$marker.push(m_4e3ed29ad50b960ff3d0ad3ac12def85);}});}google.maps.event.addDomListener(window, 'load', initialize);