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(42.335,-88.215)};var g_8fd2aa96c03c97513ead09138475efd9 = new google.maps.Geocoder();g_8fd2aa96c03c97513ead09138475efd9.geocode( { 'address': "905 Rand Rd, Lakemoor, IL 60051, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakemoor-IL-cook-county-acceptance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('lakemoor-IL-cook-county-acceptance-corporation'), mapOptions);}document.getElementById('3a994bf2').innerHTML += ' | View Map';var $l8fd2aa96c03c97513ead09138475efd9 = '

Cook County Acceptance Corporation

Address: 905 Rand Rd, Lakemoor, IL 60051, USA
Phone: (815) 363-9038
';var m_8fd2aa96c03c97513ead09138475efd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cook County Acceptance Corporation',});m_8fd2aa96c03c97513ead09138475efd9['infowindow'] = new google.maps.InfoWindow({content: $l8fd2aa96c03c97513ead09138475efd9});var infowindow = new google.maps.InfoWindow({content: $l8fd2aa96c03c97513ead09138475efd9});google.maps.event.addListener(m_8fd2aa96c03c97513ead09138475efd9, 'click', function() {infowindow.open(map,m_8fd2aa96c03c97513ead09138475efd9);});$marker.push(m_8fd2aa96c03c97513ead09138475efd9);}});}google.maps.event.addDomListener(window, 'load', initialize);