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.2267,-85.7614)};var g_b2dfad356a40408faf455dcf85084f7d = new google.maps.Geocoder();g_b2dfad356a40408faf455dcf85084f7d.geocode( { 'address': "1469 S 4th St, Louisville, KY 40208, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-louisville-affordable-housing-trust-fund').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-louisville-affordable-housing-trust-fund'), mapOptions);}document.getElementById('f1c1b5f5').innerHTML += ' | View Map';var $lb2dfad356a40408faf455dcf85084f7d = '

Louisville Affordable Housing Trust Fund

Address: 1469 S 4th St, Louisville, KY 40208, USA
Phone: (502) 637-5372
';var m_b2dfad356a40408faf455dcf85084f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisville Affordable Housing Trust Fund',});m_b2dfad356a40408faf455dcf85084f7d['infowindow'] = new google.maps.InfoWindow({content: $lb2dfad356a40408faf455dcf85084f7d});var infowindow = new google.maps.InfoWindow({content: $lb2dfad356a40408faf455dcf85084f7d});google.maps.event.addListener(m_b2dfad356a40408faf455dcf85084f7d, 'click', function() {infowindow.open(map,m_b2dfad356a40408faf455dcf85084f7d);});$marker.push(m_b2dfad356a40408faf455dcf85084f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);