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(38.9245,-90.1956)};var g_67fc57486b0fa4d0870568426f32171e = new google.maps.Geocoder();g_67fc57486b0fa4d0870568426f32171e.geocode( { 'address': "821 W Homer M Adams Pkwy, Godfrey, IL 62035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('godfrey-IL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('godfrey-IL-atm-regions-bank'), mapOptions);}document.getElementById('88497aa2').innerHTML += ' | View Map';var $l67fc57486b0fa4d0870568426f32171e = '

ATM (Regions Bank)

Address: 821 W Homer M Adams Pkwy, Godfrey, IL 62035, USA
Phone:
';var m_67fc57486b0fa4d0870568426f32171e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_67fc57486b0fa4d0870568426f32171e['infowindow'] = new google.maps.InfoWindow({content: $l67fc57486b0fa4d0870568426f32171e});var infowindow = new google.maps.InfoWindow({content: $l67fc57486b0fa4d0870568426f32171e});google.maps.event.addListener(m_67fc57486b0fa4d0870568426f32171e, 'click', function() {infowindow.open(map,m_67fc57486b0fa4d0870568426f32171e);});$marker.push(m_67fc57486b0fa4d0870568426f32171e);}});}google.maps.event.addDomListener(window, 'load', initialize);