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.2785,-86.852)};var g_7dd50dd1cf9b1d70da64f145607f8803 = new google.maps.Geocoder();g_7dd50dd1cf9b1d70da64f145607f8803.geocode( { 'address': "4915 Hwy 17, Helena, AL 35080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('helena-AL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('helena-AL-atm-regions-bank'), mapOptions);}document.getElementById('8b404944').innerHTML += ' | View Map';var $l7dd50dd1cf9b1d70da64f145607f8803 = '

ATM (Regions Bank)

Address: 4915 Hwy 17, Helena, AL 35080, USA
Phone:
';var m_7dd50dd1cf9b1d70da64f145607f8803 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_7dd50dd1cf9b1d70da64f145607f8803['infowindow'] = new google.maps.InfoWindow({content: $l7dd50dd1cf9b1d70da64f145607f8803});var infowindow = new google.maps.InfoWindow({content: $l7dd50dd1cf9b1d70da64f145607f8803});google.maps.event.addListener(m_7dd50dd1cf9b1d70da64f145607f8803, 'click', function() {infowindow.open(map,m_7dd50dd1cf9b1d70da64f145607f8803);});$marker.push(m_7dd50dd1cf9b1d70da64f145607f8803);}});}google.maps.event.addDomListener(window, 'load', initialize);