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.7964,-91.5175)};var g_ad44d620172736914bbe3c52435de665 = new google.maps.Geocoder();g_ad44d620172736914bbe3c52435de665.geocode( { 'address': "423 Elizabeth Ave, Palmyra, MO 63461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmyra-MO-exchange-bank-of-ne-missouri').style.display = '';map = new google.maps.Map(document.getElementById('palmyra-MO-exchange-bank-of-ne-missouri'), mapOptions);}document.getElementById('b270f54d').innerHTML += ' | View Map';var $lad44d620172736914bbe3c52435de665 = '

Exchange Bank of NE Missouri

Address: 423 Elizabeth Ave, Palmyra, MO 63461, USA
Phone: (573) 769-5555
';var m_ad44d620172736914bbe3c52435de665 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank of NE Missouri',});m_ad44d620172736914bbe3c52435de665['infowindow'] = new google.maps.InfoWindow({content: $lad44d620172736914bbe3c52435de665});var infowindow = new google.maps.InfoWindow({content: $lad44d620172736914bbe3c52435de665});google.maps.event.addListener(m_ad44d620172736914bbe3c52435de665, 'click', function() {infowindow.open(map,m_ad44d620172736914bbe3c52435de665);});$marker.push(m_ad44d620172736914bbe3c52435de665);}});}google.maps.event.addDomListener(window, 'load', initialize);