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.2706,-85.6985)};var g_a89b71bb5227c75d463dd82a03115738 = new google.maps.Geocoder();g_a89b71bb5227c75d463dd82a03115738.geocode( { 'address': "800 Zorn Ave, Louisville, KY 40206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-louvah-fcu').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-louvah-fcu'), mapOptions);}document.getElementById('27a4eb6f').innerHTML += ' | View Map';var $la89b71bb5227c75d463dd82a03115738 = '

Louvah FCU

Address: 800 Zorn Ave, Louisville, KY 40206, USA
Phone: (502) 287-6282
';var m_a89b71bb5227c75d463dd82a03115738 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louvah FCU',});m_a89b71bb5227c75d463dd82a03115738['infowindow'] = new google.maps.InfoWindow({content: $la89b71bb5227c75d463dd82a03115738});var infowindow = new google.maps.InfoWindow({content: $la89b71bb5227c75d463dd82a03115738});google.maps.event.addListener(m_a89b71bb5227c75d463dd82a03115738, 'click', function() {infowindow.open(map,m_a89b71bb5227c75d463dd82a03115738);});$marker.push(m_a89b71bb5227c75d463dd82a03115738);}});}google.maps.event.addDomListener(window, 'load', initialize);