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_23678bec1cebcf7cab6ea56b2ec203cf = new google.maps.Geocoder();g_23678bec1cebcf7cab6ea56b2ec203cf.geocode( { 'address': "215 SE 3rd St, Fairfield, IL 62837"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-IL-peoples-national-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-IL-peoples-national-bank-na'), mapOptions);}document.getElementById('5c228f36').innerHTML += ' | View Map';var $l23678bec1cebcf7cab6ea56b2ec203cf = '

Peoples National Bank NA

Address: 215 SE 3rd St, Fairfield, IL 62837
Phone: (618) 842-2167
';var m_23678bec1cebcf7cab6ea56b2ec203cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples National Bank NA',});m_23678bec1cebcf7cab6ea56b2ec203cf['infowindow'] = new google.maps.InfoWindow({content: $l23678bec1cebcf7cab6ea56b2ec203cf});var infowindow = new google.maps.InfoWindow({content: $l23678bec1cebcf7cab6ea56b2ec203cf});google.maps.event.addListener(m_23678bec1cebcf7cab6ea56b2ec203cf, 'click', function() {infowindow.open(map,m_23678bec1cebcf7cab6ea56b2ec203cf);});$marker.push(m_23678bec1cebcf7cab6ea56b2ec203cf);}});}google.maps.event.addDomListener(window, 'load', initialize);