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.4837,-88.1927)};var g_11bf946eb9cea00d0219ced02accddcd = new google.maps.Geocoder();g_11bf946eb9cea00d0219ced02accddcd.geocode( { 'address': "800 W Lincoln Ave, Charleston, IL 61920, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charleston-IL-first-federal-savings--loan').style.display = '';map = new google.maps.Map(document.getElementById('charleston-IL-first-federal-savings--loan'), mapOptions);}document.getElementById('8d84886f').innerHTML += ' | View Map';var $l11bf946eb9cea00d0219ced02accddcd = '

First Federal Savings & Loan

Address: 800 W Lincoln Ave, Charleston, IL 61920, USA
Phone: (217) 348-8105
';var m_11bf946eb9cea00d0219ced02accddcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings & Loan',});m_11bf946eb9cea00d0219ced02accddcd['infowindow'] = new google.maps.InfoWindow({content: $l11bf946eb9cea00d0219ced02accddcd});var infowindow = new google.maps.InfoWindow({content: $l11bf946eb9cea00d0219ced02accddcd});google.maps.event.addListener(m_11bf946eb9cea00d0219ced02accddcd, 'click', function() {infowindow.open(map,m_11bf946eb9cea00d0219ced02accddcd);});$marker.push(m_11bf946eb9cea00d0219ced02accddcd);}});}google.maps.event.addDomListener(window, 'load', initialize);