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.167,-85.7017)};var g_534991eb3a7c6ecff69615b6212a4074 = new google.maps.Geocoder();g_534991eb3a7c6ecff69615b6212a4074.geocode( { 'address': "5717 Preston Hwy, Louisville, KY 40219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-colortyme-rent-to-own').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-colortyme-rent-to-own'), mapOptions);}document.getElementById('e987a808').innerHTML += ' | View Map';var $l534991eb3a7c6ecff69615b6212a4074 = '

ColorTyme Rent to Own

Address: 5717 Preston Hwy, Louisville, KY 40219, USA
Phone: (502) 968-2981
';var m_534991eb3a7c6ecff69615b6212a4074 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ColorTyme Rent to Own',});m_534991eb3a7c6ecff69615b6212a4074['infowindow'] = new google.maps.InfoWindow({content: $l534991eb3a7c6ecff69615b6212a4074});var infowindow = new google.maps.InfoWindow({content: $l534991eb3a7c6ecff69615b6212a4074});google.maps.event.addListener(m_534991eb3a7c6ecff69615b6212a4074, 'click', function() {infowindow.open(map,m_534991eb3a7c6ecff69615b6212a4074);});$marker.push(m_534991eb3a7c6ecff69615b6212a4074);}});}google.maps.event.addDomListener(window, 'load', initialize);