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.5959,-88.036)};var g_c29e2f0d02014ac5e5d125370865fc0d = new google.maps.Geocoder();g_c29e2f0d02014ac5e5d125370865fc0d.geocode( { 'address': "1111 E 9th St, Lockport, IL 60441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lockport-IL-will-county-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('lockport-IL-will-county-loan-co'), mapOptions);}document.getElementById('c25e7870').innerHTML += ' | View Map';var $lc29e2f0d02014ac5e5d125370865fc0d = '

Will County Loan Co.

Address: 1111 E 9th St, Lockport, IL 60441, USA
Phone: (815) 838-2854
';var m_c29e2f0d02014ac5e5d125370865fc0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Will County Loan Co.',});m_c29e2f0d02014ac5e5d125370865fc0d['infowindow'] = new google.maps.InfoWindow({content: $lc29e2f0d02014ac5e5d125370865fc0d});var infowindow = new google.maps.InfoWindow({content: $lc29e2f0d02014ac5e5d125370865fc0d});google.maps.event.addListener(m_c29e2f0d02014ac5e5d125370865fc0d, 'click', function() {infowindow.open(map,m_c29e2f0d02014ac5e5d125370865fc0d);});$marker.push(m_c29e2f0d02014ac5e5d125370865fc0d);}});}google.maps.event.addDomListener(window, 'load', initialize);