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.2148,-89.5424)};var g_137e88414ff462e2a450eca366ef90d9 = new google.maps.Geocoder();g_137e88414ff462e2a450eca366ef90d9.geocode( { 'address': "315 Crites Ave, Scott City, MO 63780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scott-city-MO-the-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('scott-city-MO-the-bank-of-missouri'), mapOptions);}document.getElementById('55058e42').innerHTML += ' | View Map';var $l137e88414ff462e2a450eca366ef90d9 = '

The Bank of Missouri

Address: 315 Crites Ave, Scott City, MO 63780, USA
Phone: (573) 264-2151
';var m_137e88414ff462e2a450eca366ef90d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Missouri',});m_137e88414ff462e2a450eca366ef90d9['infowindow'] = new google.maps.InfoWindow({content: $l137e88414ff462e2a450eca366ef90d9});var infowindow = new google.maps.InfoWindow({content: $l137e88414ff462e2a450eca366ef90d9});google.maps.event.addListener(m_137e88414ff462e2a450eca366ef90d9, 'click', function() {infowindow.open(map,m_137e88414ff462e2a450eca366ef90d9);});$marker.push(m_137e88414ff462e2a450eca366ef90d9);}});}google.maps.event.addDomListener(window, 'load', initialize);