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.1321,-85.8462)};var g_662dcfb621b89a225cf6a8aeb65d7bd1 = new google.maps.Geocoder();g_662dcfb621b89a225cf6a8aeb65d7bd1.geocode( { 'address': "8103 Dixie Hwy, Louisville, KY 40258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-crown-automotive-group').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-crown-automotive-group'), mapOptions);}document.getElementById('3a45da61').innerHTML += ' | View Map';var $l662dcfb621b89a225cf6a8aeb65d7bd1 = '

Crown Automotive Group

Address: 8103 Dixie Hwy, Louisville, KY 40258, USA
Phone: (502) 890-5327
';var m_662dcfb621b89a225cf6a8aeb65d7bd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crown Automotive Group',});m_662dcfb621b89a225cf6a8aeb65d7bd1['infowindow'] = new google.maps.InfoWindow({content: $l662dcfb621b89a225cf6a8aeb65d7bd1});var infowindow = new google.maps.InfoWindow({content: $l662dcfb621b89a225cf6a8aeb65d7bd1});google.maps.event.addListener(m_662dcfb621b89a225cf6a8aeb65d7bd1, 'click', function() {infowindow.open(map,m_662dcfb621b89a225cf6a8aeb65d7bd1);});$marker.push(m_662dcfb621b89a225cf6a8aeb65d7bd1);}});}google.maps.event.addDomListener(window, 'load', initialize);