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.3518,-87.8747)};var g_f290881768ce124a7e70ca5dedb1c18a = new google.maps.Geocoder();g_f290881768ce124a7e70ca5dedb1c18a.geocode( { 'address': "500 S Green Bay Rd, Waukegan, IL 60085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waukegan-IL-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('waukegan-IL-drivetime-used-cars'), mapOptions);}document.getElementById('28046fce').innerHTML += ' | View Map';var $lf290881768ce124a7e70ca5dedb1c18a = '

DriveTime Used Cars

Address: 500 S Green Bay Rd, Waukegan, IL 60085, USA
Phone: (847) 672-0060
';var m_f290881768ce124a7e70ca5dedb1c18a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_f290881768ce124a7e70ca5dedb1c18a['infowindow'] = new google.maps.InfoWindow({content: $lf290881768ce124a7e70ca5dedb1c18a});var infowindow = new google.maps.InfoWindow({content: $lf290881768ce124a7e70ca5dedb1c18a});google.maps.event.addListener(m_f290881768ce124a7e70ca5dedb1c18a, 'click', function() {infowindow.open(map,m_f290881768ce124a7e70ca5dedb1c18a);});$marker.push(m_f290881768ce124a7e70ca5dedb1c18a);}});}google.maps.event.addDomListener(window, 'load', initialize);