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(39.0687,-84.5295)};var g_b81098c05adea7c4f1bb818e23b0c934 = new google.maps.Geocoder();g_b81098c05adea7c4f1bb818e23b0c934.geocode( { 'address': "1050 Scott St, Covington, KY 41011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-KY-kentucky-federal-savings-ln').style.display = '';map = new google.maps.Map(document.getElementById('covington-KY-kentucky-federal-savings-ln'), mapOptions);}document.getElementById('69220342').innerHTML += ' | View Map';var $lb81098c05adea7c4f1bb818e23b0c934 = '

Kentucky Federal Savings & Ln

Address: 1050 Scott St, Covington, KY 41011
Phone: (859) 261-2076
';var m_b81098c05adea7c4f1bb818e23b0c934 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kentucky Federal Savings & Ln',});m_b81098c05adea7c4f1bb818e23b0c934['infowindow'] = new google.maps.InfoWindow({content: $lb81098c05adea7c4f1bb818e23b0c934});var infowindow = new google.maps.InfoWindow({content: $lb81098c05adea7c4f1bb818e23b0c934});google.maps.event.addListener(m_b81098c05adea7c4f1bb818e23b0c934, 'click', function() {infowindow.open(map,m_b81098c05adea7c4f1bb818e23b0c934);});$marker.push(m_b81098c05adea7c4f1bb818e23b0c934);}});}google.maps.event.addDomListener(window, 'load', initialize);