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.0891,-88.2206)};var g_aea94dc1e6d1dd330cbc2c4a480934d6 = new google.maps.Geocoder();g_aea94dc1e6d1dd330cbc2c4a480934d6.geocode( { 'address': "132 S Mulberry Ave, Butler, AL 36904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-AL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('butler-AL-atm-regions-bank'), mapOptions);}document.getElementById('5194c184').innerHTML += ' | View Map';var $laea94dc1e6d1dd330cbc2c4a480934d6 = '

ATM (Regions Bank)

Address: 132 S Mulberry Ave, Butler, AL 36904, USA
Phone:
';var m_aea94dc1e6d1dd330cbc2c4a480934d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_aea94dc1e6d1dd330cbc2c4a480934d6['infowindow'] = new google.maps.InfoWindow({content: $laea94dc1e6d1dd330cbc2c4a480934d6});var infowindow = new google.maps.InfoWindow({content: $laea94dc1e6d1dd330cbc2c4a480934d6});google.maps.event.addListener(m_aea94dc1e6d1dd330cbc2c4a480934d6, 'click', function() {infowindow.open(map,m_aea94dc1e6d1dd330cbc2c4a480934d6);});$marker.push(m_aea94dc1e6d1dd330cbc2c4a480934d6);}});}google.maps.event.addDomListener(window, 'load', initialize);