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(31.8698,-89.7481)};var g_d668a3d85644e5b458067c1c487c9faa = new google.maps.Geocoder();g_d668a3d85644e5b458067c1c487c9faa.geocode( { 'address': "1671 US 49, Magee, MS 39111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magee-MS-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('magee-MS-bancorpsouth-branch'), mapOptions);}document.getElementById('62b2fe6e').innerHTML += ' | View Map';var $ld668a3d85644e5b458067c1c487c9faa = '

BancorpSouth Branch

Address: 1671 US 49, Magee, MS 39111, USA
Phone: (601) 849-5166
';var m_d668a3d85644e5b458067c1c487c9faa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_d668a3d85644e5b458067c1c487c9faa['infowindow'] = new google.maps.InfoWindow({content: $ld668a3d85644e5b458067c1c487c9faa});var infowindow = new google.maps.InfoWindow({content: $ld668a3d85644e5b458067c1c487c9faa});google.maps.event.addListener(m_d668a3d85644e5b458067c1c487c9faa, 'click', function() {infowindow.open(map,m_d668a3d85644e5b458067c1c487c9faa);});$marker.push(m_d668a3d85644e5b458067c1c487c9faa);}});}google.maps.event.addDomListener(window, 'load', initialize);