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.1771,-89.6552)};var g_091020183f9f9435695f24c1f9d422f8 = new google.maps.Geocoder();g_091020183f9f9435695f24c1f9d422f8.geocode( { 'address': "324 N State St, Litchfield, IL 62056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-IL-first-national-bank-litchfield').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-IL-first-national-bank-litchfield'), mapOptions);}document.getElementById('b116cec3').innerHTML += ' | View Map';var $l091020183f9f9435695f24c1f9d422f8 = '

First National Bank-Litchfield

Address: 324 N State St, Litchfield, IL 62056, USA
Phone: (217) 324-2105
';var m_091020183f9f9435695f24c1f9d422f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Litchfield',});m_091020183f9f9435695f24c1f9d422f8['infowindow'] = new google.maps.InfoWindow({content: $l091020183f9f9435695f24c1f9d422f8});var infowindow = new google.maps.InfoWindow({content: $l091020183f9f9435695f24c1f9d422f8});google.maps.event.addListener(m_091020183f9f9435695f24c1f9d422f8, 'click', function() {infowindow.open(map,m_091020183f9f9435695f24c1f9d422f8);});$marker.push(m_091020183f9f9435695f24c1f9d422f8);}});}google.maps.event.addDomListener(window, 'load', initialize);