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(40.0427,-87.6386)};var g_b8537f8112eb9d12c07b54466205ce09 = new google.maps.Geocoder();g_b8537f8112eb9d12c07b54466205ce09.geocode( { 'address': "101 W Main St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-first-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-first-financial-corporation'), mapOptions);}document.getElementById('6b1fd503').innerHTML += ' | View Map';var $lb8537f8112eb9d12c07b54466205ce09 = '

First Financial Corporation

Address: 101 W Main St, Danville, IL 61832, USA
Phone: (217) 443-3104
';var m_b8537f8112eb9d12c07b54466205ce09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Corporation',});m_b8537f8112eb9d12c07b54466205ce09['infowindow'] = new google.maps.InfoWindow({content: $lb8537f8112eb9d12c07b54466205ce09});var infowindow = new google.maps.InfoWindow({content: $lb8537f8112eb9d12c07b54466205ce09});google.maps.event.addListener(m_b8537f8112eb9d12c07b54466205ce09, 'click', function() {infowindow.open(map,m_b8537f8112eb9d12c07b54466205ce09);});$marker.push(m_b8537f8112eb9d12c07b54466205ce09);}});}google.maps.event.addDomListener(window, 'load', initialize);