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.2564,-85.758)};var g_a04bff58e441518a32c6713b2c769033 = new google.maps.Geocoder();g_a04bff58e441518a32c6713b2c769033.geocode( { 'address': "101 S 5th St #1640, Louisville, KY 40202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-usa-credit-repair').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-usa-credit-repair'), mapOptions);}document.getElementById('271031bd').innerHTML += ' | View Map';var $la04bff58e441518a32c6713b2c769033 = '

USA Credit Repair

Address: 101 S 5th St #1640, Louisville, KY 40202, USA
Phone: (502) 465-5668
';var m_a04bff58e441518a32c6713b2c769033 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USA Credit Repair',});m_a04bff58e441518a32c6713b2c769033['infowindow'] = new google.maps.InfoWindow({content: $la04bff58e441518a32c6713b2c769033});var infowindow = new google.maps.InfoWindow({content: $la04bff58e441518a32c6713b2c769033});google.maps.event.addListener(m_a04bff58e441518a32c6713b2c769033, 'click', function() {infowindow.open(map,m_a04bff58e441518a32c6713b2c769033);});$marker.push(m_a04bff58e441518a32c6713b2c769033);}});}google.maps.event.addDomListener(window, 'load', initialize);