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(37.857,-85.9541)};var g_4a16a8b016e57ddbc65167571f44e7d7 = new google.maps.Geocoder();g_4a16a8b016e57ddbc65167571f44e7d7.geocode( { 'address': "1507 N Dixie Blvd, Radcliff, KY 40160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('radcliff-KY-auto-finance-solutions').style.display = '';map = new google.maps.Map(document.getElementById('radcliff-KY-auto-finance-solutions'), mapOptions);}document.getElementById('c9421a2a').innerHTML += ' | View Map';var $l4a16a8b016e57ddbc65167571f44e7d7 = '

Auto Finance Solutions

Address: 1507 N Dixie Blvd, Radcliff, KY 40160, USA
Phone: (270) 351-7576
';var m_4a16a8b016e57ddbc65167571f44e7d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Finance Solutions',});m_4a16a8b016e57ddbc65167571f44e7d7['infowindow'] = new google.maps.InfoWindow({content: $l4a16a8b016e57ddbc65167571f44e7d7});var infowindow = new google.maps.InfoWindow({content: $l4a16a8b016e57ddbc65167571f44e7d7});google.maps.event.addListener(m_4a16a8b016e57ddbc65167571f44e7d7, 'click', function() {infowindow.open(map,m_4a16a8b016e57ddbc65167571f44e7d7);});$marker.push(m_4a16a8b016e57ddbc65167571f44e7d7);}});}google.maps.event.addDomListener(window, 'load', initialize);