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.9478,-90.9233)};var g_33a1dde9c1a30e5cb7d02dae9fecd261 = new google.maps.Geocoder();g_33a1dde9c1a30e5cb7d02dae9fecd261.geocode( { 'address': "10 Freise Industrial Dr, Moscow Mills, MO 63362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moscow-mills-MO-bank-of-old-monroe-moscow-mills').style.display = '';map = new google.maps.Map(document.getElementById('moscow-mills-MO-bank-of-old-monroe-moscow-mills'), mapOptions);}document.getElementById('bded9523').innerHTML += ' | View Map';var $l33a1dde9c1a30e5cb7d02dae9fecd261 = '

Bank of Old Monroe Moscow Mills

Address: 10 Freise Industrial Dr, Moscow Mills, MO 63362, USA
Phone: (636) 356-4000
';var m_33a1dde9c1a30e5cb7d02dae9fecd261 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Old Monroe Moscow Mills',});m_33a1dde9c1a30e5cb7d02dae9fecd261['infowindow'] = new google.maps.InfoWindow({content: $l33a1dde9c1a30e5cb7d02dae9fecd261});var infowindow = new google.maps.InfoWindow({content: $l33a1dde9c1a30e5cb7d02dae9fecd261});google.maps.event.addListener(m_33a1dde9c1a30e5cb7d02dae9fecd261, 'click', function() {infowindow.open(map,m_33a1dde9c1a30e5cb7d02dae9fecd261);});$marker.push(m_33a1dde9c1a30e5cb7d02dae9fecd261);}});}google.maps.event.addDomListener(window, 'load', initialize);