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(38.329,-89.1886)};var g_dad0eb8ef352b656351ef2c8285ad148 = new google.maps.Geocoder();g_dad0eb8ef352b656351ef2c8285ad148.geocode( { 'address': "636 E Main, Ashley, IL 62808"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashley-IL-farmers-merchants-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashley-IL-farmers-merchants-national-bank'), mapOptions);}document.getElementById('658ec5ff').innerHTML += ' | View Map';var $ldad0eb8ef352b656351ef2c8285ad148 = '

Farmers & Merchants National Bank

Address: 636 E Main, Ashley, IL 62808
Phone: (618) 485-1283
';var m_dad0eb8ef352b656351ef2c8285ad148 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants National Bank',});m_dad0eb8ef352b656351ef2c8285ad148['infowindow'] = new google.maps.InfoWindow({content: $ldad0eb8ef352b656351ef2c8285ad148});var infowindow = new google.maps.InfoWindow({content: $ldad0eb8ef352b656351ef2c8285ad148});google.maps.event.addListener(m_dad0eb8ef352b656351ef2c8285ad148, 'click', function() {infowindow.open(map,m_dad0eb8ef352b656351ef2c8285ad148);});$marker.push(m_dad0eb8ef352b656351ef2c8285ad148);}});}google.maps.event.addDomListener(window, 'load', initialize);