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.1573,-85.6934)};var g_90109a1499850129f0c5f31fbcf32c91 = new google.maps.Geocoder();g_90109a1499850129f0c5f31fbcf32c91.geocode( { 'address': "3620 Fern Valley Rd, Louisville, KY 40219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-classroom-teachers-fcu').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-classroom-teachers-fcu'), mapOptions);}document.getElementById('78a2870a').innerHTML += ' | View Map';var $l90109a1499850129f0c5f31fbcf32c91 = '

Classroom Teachers FCU

Address: 3620 Fern Valley Rd, Louisville, KY 40219, USA
Phone: (502) 966-4900
';var m_90109a1499850129f0c5f31fbcf32c91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Classroom Teachers FCU',});m_90109a1499850129f0c5f31fbcf32c91['infowindow'] = new google.maps.InfoWindow({content: $l90109a1499850129f0c5f31fbcf32c91});var infowindow = new google.maps.InfoWindow({content: $l90109a1499850129f0c5f31fbcf32c91});google.maps.event.addListener(m_90109a1499850129f0c5f31fbcf32c91, 'click', function() {infowindow.open(map,m_90109a1499850129f0c5f31fbcf32c91);});$marker.push(m_90109a1499850129f0c5f31fbcf32c91);}});}google.maps.event.addDomListener(window, 'load', initialize);