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.0538,-89.9162)};var g_e24c89019cce0ade169265e3e2a5e087 = new google.maps.Geocoder();g_e24c89019cce0ade169265e3e2a5e087.geocode( { 'address': "305 Oak St, Oakland, MS 38948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-MS-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('oakland-MS-bancorpsouth-branch'), mapOptions);}document.getElementById('aaded3fd').innerHTML += ' | View Map';var $le24c89019cce0ade169265e3e2a5e087 = '

BancorpSouth Branch

Address: 305 Oak St, Oakland, MS 38948, USA
Phone: (662) 623-7271
';var m_e24c89019cce0ade169265e3e2a5e087 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_e24c89019cce0ade169265e3e2a5e087['infowindow'] = new google.maps.InfoWindow({content: $le24c89019cce0ade169265e3e2a5e087});var infowindow = new google.maps.InfoWindow({content: $le24c89019cce0ade169265e3e2a5e087});google.maps.event.addListener(m_e24c89019cce0ade169265e3e2a5e087, 'click', function() {infowindow.open(map,m_e24c89019cce0ade169265e3e2a5e087);});$marker.push(m_e24c89019cce0ade169265e3e2a5e087);}});}google.maps.event.addDomListener(window, 'load', initialize);