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.3829,-88.365)};var g_b84cf88062c2c21b272911d2e5b0de1d = new google.maps.Geocoder();g_b84cf88062c2c21b272911d2e5b0de1d.geocode( { 'address': "303 W Delaware St, Fairfield, IL 62837"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-IL-first-national-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-IL-first-national-bank-na'), mapOptions);}document.getElementById('a5b3d236').innerHTML += ' | View Map';var $lb84cf88062c2c21b272911d2e5b0de1d = '

First National Bank Na

Address: 303 W Delaware St, Fairfield, IL 62837
Phone: (618) 842-2145
';var m_b84cf88062c2c21b272911d2e5b0de1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Na',});m_b84cf88062c2c21b272911d2e5b0de1d['infowindow'] = new google.maps.InfoWindow({content: $lb84cf88062c2c21b272911d2e5b0de1d});var infowindow = new google.maps.InfoWindow({content: $lb84cf88062c2c21b272911d2e5b0de1d});google.maps.event.addListener(m_b84cf88062c2c21b272911d2e5b0de1d, 'click', function() {infowindow.open(map,m_b84cf88062c2c21b272911d2e5b0de1d);});$marker.push(m_b84cf88062c2c21b272911d2e5b0de1d);}});}google.maps.event.addDomListener(window, 'load', initialize);