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.3381,-89.1428)};var g_a904b31d0701f89a5c03b4b4eb31b1bb = new google.maps.Geocoder();g_a904b31d0701f89a5c03b4b4eb31b1bb.geocode( { 'address': "1011 Shooting Park Rd # 102, Peru, IL 61354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peru-IL-community-lenders-inc').style.display = '';map = new google.maps.Map(document.getElementById('peru-IL-community-lenders-inc'), mapOptions);}document.getElementById('dad22d1f').innerHTML += ' | View Map';var $la904b31d0701f89a5c03b4b4eb31b1bb = '

Community Lenders Inc

Address: 1011 Shooting Park Rd # 102, Peru, IL 61354, USA
Phone: (815) 223-1800
';var m_a904b31d0701f89a5c03b4b4eb31b1bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Lenders Inc',});m_a904b31d0701f89a5c03b4b4eb31b1bb['infowindow'] = new google.maps.InfoWindow({content: $la904b31d0701f89a5c03b4b4eb31b1bb});var infowindow = new google.maps.InfoWindow({content: $la904b31d0701f89a5c03b4b4eb31b1bb});google.maps.event.addListener(m_a904b31d0701f89a5c03b4b4eb31b1bb, 'click', function() {infowindow.open(map,m_a904b31d0701f89a5c03b4b4eb31b1bb);});$marker.push(m_a904b31d0701f89a5c03b4b4eb31b1bb);}});}google.maps.event.addDomListener(window, 'load', initialize);