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.1784,-89.6559)};var g_173a2c85cff38f87bed3a989dcd71186 = new google.maps.Geocoder();g_173a2c85cff38f87bed3a989dcd71186.geocode( { 'address': "501 N State St, Litchfield, IL 62056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-IL-litchfield-community-savings').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-IL-litchfield-community-savings'), mapOptions);}document.getElementById('3dc6a72d').innerHTML += ' | View Map';var $l173a2c85cff38f87bed3a989dcd71186 = '

Litchfield Community Savings

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