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(41.8482,-89.2017)};var g_bf2bea2ff43c1413fa6a143438104f76 = new google.maps.Geocoder();g_bf2bea2ff43c1413fa6a143438104f76.geocode( { 'address': "803 Main St, Ashton, IL 61006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashton-IL-first-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('ashton-IL-first-national-bank-trust'), mapOptions);}document.getElementById('672208f7').innerHTML += ' | View Map';var $lbf2bea2ff43c1413fa6a143438104f76 = '

First National Bank & Trust

Address: 803 Main St, Ashton, IL 61006
Phone: (815) 453-2662
';var m_bf2bea2ff43c1413fa6a143438104f76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank & Trust',});m_bf2bea2ff43c1413fa6a143438104f76['infowindow'] = new google.maps.InfoWindow({content: $lbf2bea2ff43c1413fa6a143438104f76});var infowindow = new google.maps.InfoWindow({content: $lbf2bea2ff43c1413fa6a143438104f76});google.maps.event.addListener(m_bf2bea2ff43c1413fa6a143438104f76, 'click', function() {infowindow.open(map,m_bf2bea2ff43c1413fa6a143438104f76);});$marker.push(m_bf2bea2ff43c1413fa6a143438104f76);}});}google.maps.event.addDomListener(window, 'load', initialize);