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(36.9552,-93.719)};var g_510adcca998d953acb6e7d3c4a655b87 = new google.maps.Geocoder();g_510adcca998d953acb6e7d3c4a655b87.geocode( { 'address': "1625 S Elliott Ave, Aurora, MO 65605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-MO-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('aurora-MO-regions-bank'), mapOptions);}document.getElementById('95cd1eff').innerHTML += ' | View Map';var $l510adcca998d953acb6e7d3c4a655b87 = '

Regions Bank

Address: 1625 S Elliott Ave, Aurora, MO 65605, USA
Phone: (800) 734-4667
';var m_510adcca998d953acb6e7d3c4a655b87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_510adcca998d953acb6e7d3c4a655b87['infowindow'] = new google.maps.InfoWindow({content: $l510adcca998d953acb6e7d3c4a655b87});var infowindow = new google.maps.InfoWindow({content: $l510adcca998d953acb6e7d3c4a655b87});google.maps.event.addListener(m_510adcca998d953acb6e7d3c4a655b87, 'click', function() {infowindow.open(map,m_510adcca998d953acb6e7d3c4a655b87);});$marker.push(m_510adcca998d953acb6e7d3c4a655b87);}});}google.maps.event.addDomListener(window, 'load', initialize);