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(39.1143,-93.1965)};var g_226b5bf02bf8b97501335e2792e5abc7 = new google.maps.Geocoder();g_226b5bf02bf8b97501335e2792e5abc7.geocode( { 'address': "929 W Vest St, Marshall, MO 65340"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MO-exchange-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MO-exchange-bank-of-missouri'), mapOptions);}document.getElementById('197d8eff').innerHTML += ' | View Map';var $l226b5bf02bf8b97501335e2792e5abc7 = '

Exchange Bank Of Missouri

Address: 929 W Vest St, Marshall, MO 65340
Phone: (660) 886-8577
';var m_226b5bf02bf8b97501335e2792e5abc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank Of Missouri',});m_226b5bf02bf8b97501335e2792e5abc7['infowindow'] = new google.maps.InfoWindow({content: $l226b5bf02bf8b97501335e2792e5abc7});var infowindow = new google.maps.InfoWindow({content: $l226b5bf02bf8b97501335e2792e5abc7});google.maps.event.addListener(m_226b5bf02bf8b97501335e2792e5abc7, 'click', function() {infowindow.open(map,m_226b5bf02bf8b97501335e2792e5abc7);});$marker.push(m_226b5bf02bf8b97501335e2792e5abc7);}});}google.maps.event.addDomListener(window, 'load', initialize);