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.4337,-82.7147)};var g_4632e96c98e8b9f54c55a096f37fff51 = new google.maps.Geocoder();g_4632e96c98e8b9f54c55a096f37fff51.geocode( { 'address': "KY-716, Ashland, KY 41102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-KY-fci-ashland-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('ashland-KY-fci-ashland-federal-cu'), mapOptions);}document.getElementById('8ab71d07').innerHTML += ' | View Map';var $l4632e96c98e8b9f54c55a096f37fff51 = '

FCI Ashland Federal Cu

Address: KY-716, Ashland, KY 41102, USA
Phone: (606) 928-6414
';var m_4632e96c98e8b9f54c55a096f37fff51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FCI Ashland Federal Cu',});m_4632e96c98e8b9f54c55a096f37fff51['infowindow'] = new google.maps.InfoWindow({content: $l4632e96c98e8b9f54c55a096f37fff51});var infowindow = new google.maps.InfoWindow({content: $l4632e96c98e8b9f54c55a096f37fff51});google.maps.event.addListener(m_4632e96c98e8b9f54c55a096f37fff51, 'click', function() {infowindow.open(map,m_4632e96c98e8b9f54c55a096f37fff51);});$marker.push(m_4632e96c98e8b9f54c55a096f37fff51);}});}google.maps.event.addDomListener(window, 'load', initialize);