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.4732,-82.6306)};var g_63b86b88a630f503d6508ebea2945200 = new google.maps.Geocoder();g_63b86b88a630f503d6508ebea2945200.geocode( { 'address': "2321 Carter Ave, Ashland, KY 41101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashland-KY-bluegrass-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('ashland-KY-bluegrass-community-fcu'), mapOptions);}document.getElementById('5999e7ce').innerHTML += ' | View Map';var $l63b86b88a630f503d6508ebea2945200 = '

Bluegrass Community FCU

Address: 2321 Carter Ave, Ashland, KY 41101, USA
Phone: (606) 324-0888
';var m_63b86b88a630f503d6508ebea2945200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bluegrass Community FCU',});m_63b86b88a630f503d6508ebea2945200['infowindow'] = new google.maps.InfoWindow({content: $l63b86b88a630f503d6508ebea2945200});var infowindow = new google.maps.InfoWindow({content: $l63b86b88a630f503d6508ebea2945200});google.maps.event.addListener(m_63b86b88a630f503d6508ebea2945200, 'click', function() {infowindow.open(map,m_63b86b88a630f503d6508ebea2945200);});$marker.push(m_63b86b88a630f503d6508ebea2945200);}});}google.maps.event.addDomListener(window, 'load', initialize);