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.7314,-90.1037)};var g_8a1c882768760c8e996715653ff5c7cb = new google.maps.Geocoder();g_8a1c882768760c8e996715653ff5c7cb.geocode( { 'address': "2400 Pontoon Rd, Granite City, IL 62040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-city-IL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('granite-city-IL-atm-regions-bank'), mapOptions);}document.getElementById('3a67fa1d').innerHTML += ' | View Map';var $l8a1c882768760c8e996715653ff5c7cb = '

ATM (Regions Bank)

Address: 2400 Pontoon Rd, Granite City, IL 62040, USA
Phone:
';var m_8a1c882768760c8e996715653ff5c7cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_8a1c882768760c8e996715653ff5c7cb['infowindow'] = new google.maps.InfoWindow({content: $l8a1c882768760c8e996715653ff5c7cb});var infowindow = new google.maps.InfoWindow({content: $l8a1c882768760c8e996715653ff5c7cb});google.maps.event.addListener(m_8a1c882768760c8e996715653ff5c7cb, 'click', function() {infowindow.open(map,m_8a1c882768760c8e996715653ff5c7cb);});$marker.push(m_8a1c882768760c8e996715653ff5c7cb);}});var g_2b2ce4b6502f88a70260b485972b1dec = new google.maps.Geocoder();g_2b2ce4b6502f88a70260b485972b1dec.geocode( { 'address': "3206 Nameoki Rd, Granite City, IL 62040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granite-city-IL-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('granite-city-IL-atm-regions-bank'), mapOptions);}document.getElementById('7f5638a7').innerHTML += ' | View Map';var $l2b2ce4b6502f88a70260b485972b1dec = '

ATM (Regions Bank)

Address: 3206 Nameoki Rd, Granite City, IL 62040, USA
Phone:
';var m_2b2ce4b6502f88a70260b485972b1dec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_2b2ce4b6502f88a70260b485972b1dec['infowindow'] = new google.maps.InfoWindow({content: $l2b2ce4b6502f88a70260b485972b1dec});var infowindow = new google.maps.InfoWindow({content: $l2b2ce4b6502f88a70260b485972b1dec});google.maps.event.addListener(m_2b2ce4b6502f88a70260b485972b1dec, 'click', function() {infowindow.open(map,m_2b2ce4b6502f88a70260b485972b1dec);});$marker.push(m_2b2ce4b6502f88a70260b485972b1dec);}});}google.maps.event.addDomListener(window, 'load', initialize);