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(37.8144,-85.4665)};var g_ccc92ab81c7a7fcd3051fba4da2a22fb = new google.maps.Geocoder();g_ccc92ab81c7a7fcd3051fba4da2a22fb.geocode( { 'address': "106 W John Rowan Blvd, Bardstown, KY 40004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bardstown-KY-fort-knox-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bardstown-KY-fort-knox-federal-credit-union'), mapOptions);}document.getElementById('ffaeaa6e').innerHTML += ' | View Map';var $lccc92ab81c7a7fcd3051fba4da2a22fb = '

Fort Knox Federal Credit Union

Address: 106 W John Rowan Blvd, Bardstown, KY 40004
Phone: (502) 348-2010
';var m_ccc92ab81c7a7fcd3051fba4da2a22fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Knox Federal Credit Union',});m_ccc92ab81c7a7fcd3051fba4da2a22fb['infowindow'] = new google.maps.InfoWindow({content: $lccc92ab81c7a7fcd3051fba4da2a22fb});var infowindow = new google.maps.InfoWindow({content: $lccc92ab81c7a7fcd3051fba4da2a22fb});google.maps.event.addListener(m_ccc92ab81c7a7fcd3051fba4da2a22fb, 'click', function() {infowindow.open(map,m_ccc92ab81c7a7fcd3051fba4da2a22fb);});$marker.push(m_ccc92ab81c7a7fcd3051fba4da2a22fb);}});}google.maps.event.addDomListener(window, 'load', initialize);