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(40.4517,-92.1683)};var g_26eed9b9280ec3c193b24a2c877a1470 = new google.maps.Geocoder();g_26eed9b9280ec3c193b24a2c877a1470.geocode( { 'address': "304 Grand Ave, Memphis, MO 63555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-MO-exchange-bank-of-ne-missouri').style.display = '';map = new google.maps.Map(document.getElementById('memphis-MO-exchange-bank-of-ne-missouri'), mapOptions);}document.getElementById('a8c79782').innerHTML += ' | View Map';var $l26eed9b9280ec3c193b24a2c877a1470 = '

Exchange Bank of NE Missouri

Address: 304 Grand Ave, Memphis, MO 63555, USA
Phone: (660) 465-7501
';var m_26eed9b9280ec3c193b24a2c877a1470 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank of NE Missouri',});m_26eed9b9280ec3c193b24a2c877a1470['infowindow'] = new google.maps.InfoWindow({content: $l26eed9b9280ec3c193b24a2c877a1470});var infowindow = new google.maps.InfoWindow({content: $l26eed9b9280ec3c193b24a2c877a1470});google.maps.event.addListener(m_26eed9b9280ec3c193b24a2c877a1470, 'click', function() {infowindow.open(map,m_26eed9b9280ec3c193b24a2c877a1470);});$marker.push(m_26eed9b9280ec3c193b24a2c877a1470);}});}google.maps.event.addDomListener(window, 'load', initialize);