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.0078,-84.5548)};var g_911cacc8af4e5a1009deca7947006d8f = new google.maps.Geocoder();g_911cacc8af4e5a1009deca7947006d8f.geocode( { 'address': "577 Dudley Rd, Edgewood, KY 41017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgewood-KY-cove-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('edgewood-KY-cove-federal-credit-union'), mapOptions);}document.getElementById('1ac17b6f').innerHTML += ' | View Map';var $l911cacc8af4e5a1009deca7947006d8f = '

Cove Federal Credit Union

Address: 577 Dudley Rd, Edgewood, KY 41017, USA
Phone: (859) 292-9000
';var m_911cacc8af4e5a1009deca7947006d8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cove Federal Credit Union',});m_911cacc8af4e5a1009deca7947006d8f['infowindow'] = new google.maps.InfoWindow({content: $l911cacc8af4e5a1009deca7947006d8f});var infowindow = new google.maps.InfoWindow({content: $l911cacc8af4e5a1009deca7947006d8f});google.maps.event.addListener(m_911cacc8af4e5a1009deca7947006d8f, 'click', function() {infowindow.open(map,m_911cacc8af4e5a1009deca7947006d8f);});$marker.push(m_911cacc8af4e5a1009deca7947006d8f);}});}google.maps.event.addDomListener(window, 'load', initialize);