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.5176,-86.3712)};var g_38e992c1653faa1186dfd8998a86177d = new google.maps.Geocoder();g_38e992c1653faa1186dfd8998a86177d.geocode( { 'address': "3940 AL-14, Millbrook, AL 36054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbrook-AL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('millbrook-AL-atm-regions-bank'), mapOptions);}document.getElementById('d88e2c4f').innerHTML += ' | View Map';var $l38e992c1653faa1186dfd8998a86177d = '

ATM (Regions Bank)

Address: 3940 AL-14, Millbrook, AL 36054, USA
Phone: (800) 734-4667
';var m_38e992c1653faa1186dfd8998a86177d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_38e992c1653faa1186dfd8998a86177d['infowindow'] = new google.maps.InfoWindow({content: $l38e992c1653faa1186dfd8998a86177d});var infowindow = new google.maps.InfoWindow({content: $l38e992c1653faa1186dfd8998a86177d});google.maps.event.addListener(m_38e992c1653faa1186dfd8998a86177d, 'click', function() {infowindow.open(map,m_38e992c1653faa1186dfd8998a86177d);});$marker.push(m_38e992c1653faa1186dfd8998a86177d);}});}google.maps.event.addDomListener(window, 'load', initialize);