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(30.6975,-88.0499)};var g_59b8ff0403037af77fb1ae9c8a53b69b = new google.maps.Geocoder();g_59b8ff0403037af77fb1ae9c8a53b69b.geocode( { 'address': "3290 Dauphin St, Mobile, AL 36606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-bancorpsouth-bank').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-bancorpsouth-bank'), mapOptions);}document.getElementById('69ec6204').innerHTML += ' | View Map';var $l59b8ff0403037af77fb1ae9c8a53b69b = '

Bancorpsouth Bank

Address: 3290 Dauphin St, Mobile, AL 36606
Phone: (251) 304-1364
';var m_59b8ff0403037af77fb1ae9c8a53b69b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorpsouth Bank',});m_59b8ff0403037af77fb1ae9c8a53b69b['infowindow'] = new google.maps.InfoWindow({content: $l59b8ff0403037af77fb1ae9c8a53b69b});var infowindow = new google.maps.InfoWindow({content: $l59b8ff0403037af77fb1ae9c8a53b69b});google.maps.event.addListener(m_59b8ff0403037af77fb1ae9c8a53b69b, 'click', function() {infowindow.open(map,m_59b8ff0403037af77fb1ae9c8a53b69b);});$marker.push(m_59b8ff0403037af77fb1ae9c8a53b69b);}});}google.maps.event.addDomListener(window, 'load', initialize);