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.3054,-85.5737)};var g_deae55d4c621041c9462f6d66498d1f7 = new google.maps.Geocoder();g_deae55d4c621041c9462f6d66498d1f7.geocode( { 'address': "4205 Springhurst Blvd, Louisville, KY 40241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-investment-answers-llc').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-investment-answers-llc'), mapOptions);}document.getElementById('33169b41').innerHTML += ' | View Map';var $ldeae55d4c621041c9462f6d66498d1f7 = '

Investment Answers, LLC

Address: 4205 Springhurst Blvd, Louisville, KY 40241, USA
Phone: (502) 690-3434
';var m_deae55d4c621041c9462f6d66498d1f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Investment Answers, LLC',});m_deae55d4c621041c9462f6d66498d1f7['infowindow'] = new google.maps.InfoWindow({content: $ldeae55d4c621041c9462f6d66498d1f7});var infowindow = new google.maps.InfoWindow({content: $ldeae55d4c621041c9462f6d66498d1f7});google.maps.event.addListener(m_deae55d4c621041c9462f6d66498d1f7, 'click', function() {infowindow.open(map,m_deae55d4c621041c9462f6d66498d1f7);});$marker.push(m_deae55d4c621041c9462f6d66498d1f7);}});}google.maps.event.addDomListener(window, 'load', initialize);