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.2544,-89.0101)};var g_14838410495f0a785b0b2117cd0c5dfc = new google.maps.Geocoder();g_14838410495f0a785b0b2117cd0c5dfc.geocode( { 'address': "241 W Oxford St # B, Pontotoc, MS 38863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontotoc-MS-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('pontotoc-MS-bancorp-south'), mapOptions);}document.getElementById('75cb68fa').innerHTML += ' | View Map';var $l14838410495f0a785b0b2117cd0c5dfc = '

Bancorp South

Address: 241 W Oxford St # B, Pontotoc, MS 38863, USA
Phone: (662) 488-2989
';var m_14838410495f0a785b0b2117cd0c5dfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South',});m_14838410495f0a785b0b2117cd0c5dfc['infowindow'] = new google.maps.InfoWindow({content: $l14838410495f0a785b0b2117cd0c5dfc});var infowindow = new google.maps.InfoWindow({content: $l14838410495f0a785b0b2117cd0c5dfc});google.maps.event.addListener(m_14838410495f0a785b0b2117cd0c5dfc, 'click', function() {infowindow.open(map,m_14838410495f0a785b0b2117cd0c5dfc);});$marker.push(m_14838410495f0a785b0b2117cd0c5dfc);}});}google.maps.event.addDomListener(window, 'load', initialize);