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(38.1411,-85.8397)};var g_16d52d2df6ddd1e6efcf6851dec3cf85 = new google.maps.Geocoder();g_16d52d2df6ddd1e6efcf6851dec3cf85.geocode( { 'address': "7561 Dixie Hwy, Louisville, KY 40258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-drivetime-used-cars').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-drivetime-used-cars'), mapOptions);}document.getElementById('fb86ad14').innerHTML += ' | View Map';var $l16d52d2df6ddd1e6efcf6851dec3cf85 = '

DriveTime Used Cars

Address: 7561 Dixie Hwy, Louisville, KY 40258, USA
Phone: (502) 822-7710
';var m_16d52d2df6ddd1e6efcf6851dec3cf85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DriveTime Used Cars',});m_16d52d2df6ddd1e6efcf6851dec3cf85['infowindow'] = new google.maps.InfoWindow({content: $l16d52d2df6ddd1e6efcf6851dec3cf85});var infowindow = new google.maps.InfoWindow({content: $l16d52d2df6ddd1e6efcf6851dec3cf85});google.maps.event.addListener(m_16d52d2df6ddd1e6efcf6851dec3cf85, 'click', function() {infowindow.open(map,m_16d52d2df6ddd1e6efcf6851dec3cf85);});$marker.push(m_16d52d2df6ddd1e6efcf6851dec3cf85);}});}google.maps.event.addDomListener(window, 'load', initialize);