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(37.2146,-89.5393)};var g_2b2d77b57f1438df4b47cd385c5a40c2 = new google.maps.Geocoder();g_2b2d77b57f1438df4b47cd385c5a40c2.geocode( { 'address': "2400 Bridge St, Scott City, MO 63780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scott-city-MO-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('scott-city-MO-regions-bank'), mapOptions);}document.getElementById('eba11df1').innerHTML += ' | View Map';var $l2b2d77b57f1438df4b47cd385c5a40c2 = '

Regions Bank

Address: 2400 Bridge St, Scott City, MO 63780, USA
Phone: (800) 734-4667
';var m_2b2d77b57f1438df4b47cd385c5a40c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Bank',});m_2b2d77b57f1438df4b47cd385c5a40c2['infowindow'] = new google.maps.InfoWindow({content: $l2b2d77b57f1438df4b47cd385c5a40c2});var infowindow = new google.maps.InfoWindow({content: $l2b2d77b57f1438df4b47cd385c5a40c2});google.maps.event.addListener(m_2b2d77b57f1438df4b47cd385c5a40c2, 'click', function() {infowindow.open(map,m_2b2d77b57f1438df4b47cd385c5a40c2);});$marker.push(m_2b2d77b57f1438df4b47cd385c5a40c2);}});}google.maps.event.addDomListener(window, 'load', initialize);