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.2414,-91.6446)};var g_211af5be988d9d80cf3b337e6070b8a9 = new google.maps.Geocoder();g_211af5be988d9d80cf3b337e6070b8a9.geocode( { 'address': "101 Chestnut St, Laddonia, MO 63352, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laddonia-MO-central-bank-of-audrain-county').style.display = '';map = new google.maps.Map(document.getElementById('laddonia-MO-central-bank-of-audrain-county'), mapOptions);}document.getElementById('3a3ef376').innerHTML += ' | View Map';var $l211af5be988d9d80cf3b337e6070b8a9 = '

Central Bank of Audrain County

Address: 101 Chestnut St, Laddonia, MO 63352, USA
Phone: (573) 581-2381
';var m_211af5be988d9d80cf3b337e6070b8a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of Audrain County',});m_211af5be988d9d80cf3b337e6070b8a9['infowindow'] = new google.maps.InfoWindow({content: $l211af5be988d9d80cf3b337e6070b8a9});var infowindow = new google.maps.InfoWindow({content: $l211af5be988d9d80cf3b337e6070b8a9});google.maps.event.addListener(m_211af5be988d9d80cf3b337e6070b8a9, 'click', function() {infowindow.open(map,m_211af5be988d9d80cf3b337e6070b8a9);});$marker.push(m_211af5be988d9d80cf3b337e6070b8a9);}});}google.maps.event.addDomListener(window, 'load', initialize);