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.2753,-88.0048)};var g_4cc39b42f22ee5987819b83fc055cb33 = new google.maps.Geocoder();g_4cc39b42f22ee5987819b83fc055cb33.geocode( { 'address': "822 N. Lake Street (Hwy 45) Suite B, Mundelein, IL 60060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mundelein-IL-chicago-auto-loans').style.display = '';map = new google.maps.Map(document.getElementById('mundelein-IL-chicago-auto-loans'), mapOptions);}document.getElementById('b2782181').innerHTML += ' | View Map';var $l4cc39b42f22ee5987819b83fc055cb33 = '

Chicago Auto Loans

Address: 822 N. Lake Street (Hwy 45) Suite B, Mundelein, IL 60060, USA
Phone: (888) 923-2642
';var m_4cc39b42f22ee5987819b83fc055cb33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chicago Auto Loans',});m_4cc39b42f22ee5987819b83fc055cb33['infowindow'] = new google.maps.InfoWindow({content: $l4cc39b42f22ee5987819b83fc055cb33});var infowindow = new google.maps.InfoWindow({content: $l4cc39b42f22ee5987819b83fc055cb33});google.maps.event.addListener(m_4cc39b42f22ee5987819b83fc055cb33, 'click', function() {infowindow.open(map,m_4cc39b42f22ee5987819b83fc055cb33);});$marker.push(m_4cc39b42f22ee5987819b83fc055cb33);}});}google.maps.event.addDomListener(window, 'load', initialize);