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(41.7585,-89.6907)};var g_398dce31d9db52624f8e4c4d6b51db05 = new google.maps.Geocoder();g_398dce31d9db52624f8e4c4d6b51db05.geocode( { 'address': "1801 1st Ave, Rock Falls, IL 61071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-falls-IL-community-illinois-corp').style.display = '';map = new google.maps.Map(document.getElementById('rock-falls-IL-community-illinois-corp'), mapOptions);}document.getElementById('acd3cbd5').innerHTML += ' | View Map';var $l398dce31d9db52624f8e4c4d6b51db05 = '

Community Illinois Corp

Address: 1801 1st Ave, Rock Falls, IL 61071
Phone: (815) 625-1110
';var m_398dce31d9db52624f8e4c4d6b51db05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Illinois Corp',});m_398dce31d9db52624f8e4c4d6b51db05['infowindow'] = new google.maps.InfoWindow({content: $l398dce31d9db52624f8e4c4d6b51db05});var infowindow = new google.maps.InfoWindow({content: $l398dce31d9db52624f8e4c4d6b51db05});google.maps.event.addListener(m_398dce31d9db52624f8e4c4d6b51db05, 'click', function() {infowindow.open(map,m_398dce31d9db52624f8e4c4d6b51db05);});$marker.push(m_398dce31d9db52624f8e4c4d6b51db05);}});}google.maps.event.addDomListener(window, 'load', initialize);