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.3068,-91.4967)};var g_3975136c706207d30398bfc2e675244a = new google.maps.Geocoder();g_3975136c706207d30398bfc2e675244a.geocode( { 'address': "1000 US-54, Vandalia, MO 63382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vandalia-MO-first-national-bank-of-audrain').style.display = '';map = new google.maps.Map(document.getElementById('vandalia-MO-first-national-bank-of-audrain'), mapOptions);}document.getElementById('a1b61feb').innerHTML += ' | View Map';var $l3975136c706207d30398bfc2e675244a = '

First National Bank of Audrain

Address: 1000 US-54, Vandalia, MO 63382, USA
Phone: (573) 594-6121
';var m_3975136c706207d30398bfc2e675244a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Audrain',});m_3975136c706207d30398bfc2e675244a['infowindow'] = new google.maps.InfoWindow({content: $l3975136c706207d30398bfc2e675244a});var infowindow = new google.maps.InfoWindow({content: $l3975136c706207d30398bfc2e675244a});google.maps.event.addListener(m_3975136c706207d30398bfc2e675244a, 'click', function() {infowindow.open(map,m_3975136c706207d30398bfc2e675244a);});$marker.push(m_3975136c706207d30398bfc2e675244a);}});}google.maps.event.addDomListener(window, 'load', initialize);