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(33.5782,-86.5114)};var g_aea9a0a5f0ff7a9ba170df376e35b1cf = new google.maps.Geocoder();g_aea9a0a5f0ff7a9ba170df376e35b1cf.geocode( { 'address': "2450 Moody Pkwy, Moody, AL 35004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moody-AL-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('moody-AL-bancorpsouth-branch'), mapOptions);}document.getElementById('eb6f6c19').innerHTML += ' | View Map';var $laea9a0a5f0ff7a9ba170df376e35b1cf = '

BancorpSouth Branch

Address: 2450 Moody Pkwy, Moody, AL 35004, USA
Phone: (205) 640-2382
';var m_aea9a0a5f0ff7a9ba170df376e35b1cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_aea9a0a5f0ff7a9ba170df376e35b1cf['infowindow'] = new google.maps.InfoWindow({content: $laea9a0a5f0ff7a9ba170df376e35b1cf});var infowindow = new google.maps.InfoWindow({content: $laea9a0a5f0ff7a9ba170df376e35b1cf});google.maps.event.addListener(m_aea9a0a5f0ff7a9ba170df376e35b1cf, 'click', function() {infowindow.open(map,m_aea9a0a5f0ff7a9ba170df376e35b1cf);});$marker.push(m_aea9a0a5f0ff7a9ba170df376e35b1cf);}});}google.maps.event.addDomListener(window, 'load', initialize);