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.1261,-85.6814)};var g_14fc8ce8f7b2b2d6602cd90296518cd2 = new google.maps.Geocoder();g_14fc8ce8f7b2b2d6602cd90296518cd2.geocode( { 'address': "8620 Preston Hwy, Louisville, KY 40219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-class-act-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-class-act-federal-credit-union'), mapOptions);}document.getElementById('2665dd59').innerHTML += ' | View Map';var $l14fc8ce8f7b2b2d6602cd90296518cd2 = '

Class Act Federal Credit Union

Address: 8620 Preston Hwy, Louisville, KY 40219, USA
Phone: (502) 969-6043
';var m_14fc8ce8f7b2b2d6602cd90296518cd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Class Act Federal Credit Union',});m_14fc8ce8f7b2b2d6602cd90296518cd2['infowindow'] = new google.maps.InfoWindow({content: $l14fc8ce8f7b2b2d6602cd90296518cd2});var infowindow = new google.maps.InfoWindow({content: $l14fc8ce8f7b2b2d6602cd90296518cd2});google.maps.event.addListener(m_14fc8ce8f7b2b2d6602cd90296518cd2, 'click', function() {infowindow.open(map,m_14fc8ce8f7b2b2d6602cd90296518cd2);});$marker.push(m_14fc8ce8f7b2b2d6602cd90296518cd2);}});}google.maps.event.addDomListener(window, 'load', initialize);