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.895,-87.6518)};var g_238a2ae0f0c0c457949f1bead117ad69 = new google.maps.Geocoder();g_238a2ae0f0c0c457949f1bead117ad69.geocode( { 'address': "11 S State St, Ridge Farm, IL 61870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridge-farm-IL-first-financial-bank-ridge-farm').style.display = '';map = new google.maps.Map(document.getElementById('ridge-farm-IL-first-financial-bank-ridge-farm'), mapOptions);}document.getElementById('6d225887').innerHTML += ' | View Map';var $l238a2ae0f0c0c457949f1bead117ad69 = '

First Financial Bank Ridge Farm

Address: 11 S State St, Ridge Farm, IL 61870, USA
Phone: (217) 247-2126
';var m_238a2ae0f0c0c457949f1bead117ad69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Bank Ridge Farm',});m_238a2ae0f0c0c457949f1bead117ad69['infowindow'] = new google.maps.InfoWindow({content: $l238a2ae0f0c0c457949f1bead117ad69});var infowindow = new google.maps.InfoWindow({content: $l238a2ae0f0c0c457949f1bead117ad69});google.maps.event.addListener(m_238a2ae0f0c0c457949f1bead117ad69, 'click', function() {infowindow.open(map,m_238a2ae0f0c0c457949f1bead117ad69);});$marker.push(m_238a2ae0f0c0c457949f1bead117ad69);}});}google.maps.event.addDomListener(window, 'load', initialize);