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(32.5036,-87.8267)};var g_24c7ce985e7502a92e005db777791c0b = new google.maps.Geocoder();g_24c7ce985e7502a92e005db777791c0b.geocode( { 'address': "939 U.S. Highway 80 E., Demopolis, AL 36732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('demopolis-AL-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('demopolis-AL-regions-bank'), mapOptions);}document.getElementById('d8ce3409').innerHTML += ' | View Map';var $l24c7ce985e7502a92e005db777791c0b = '

Regions Bank

Address: 939 U.S. Highway 80 E., Demopolis, AL 36732, USA
Phone: (800) 734-4667
';var m_24c7ce985e7502a92e005db777791c0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_24c7ce985e7502a92e005db777791c0b['infowindow'] = new google.maps.InfoWindow({content: $l24c7ce985e7502a92e005db777791c0b});var infowindow = new google.maps.InfoWindow({content: $l24c7ce985e7502a92e005db777791c0b});google.maps.event.addListener(m_24c7ce985e7502a92e005db777791c0b, 'click', function() {infowindow.open(map,m_24c7ce985e7502a92e005db777791c0b);});$marker.push(m_24c7ce985e7502a92e005db777791c0b);}});}google.maps.event.addDomListener(window, 'load', initialize);