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.0429,-84.4946)};var g_402af95541953f1eb1bf48e1d10fa643 = new google.maps.Geocoder();g_402af95541953f1eb1bf48e1d10fa643.geocode( { 'address': "1 Quality St, Lexington, KY 40507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-KY-kue-fcu').style.display = '';map = new google.maps.Map(document.getElementById('lexington-KY-kue-fcu'), mapOptions);}document.getElementById('ac91b8e2').innerHTML += ' | View Map';var $l402af95541953f1eb1bf48e1d10fa643 = '

KUE FCU

Address: 1 Quality St, Lexington, KY 40507, USA
Phone: (859) 367-1230
';var m_402af95541953f1eb1bf48e1d10fa643 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KUE FCU',});m_402af95541953f1eb1bf48e1d10fa643['infowindow'] = new google.maps.InfoWindow({content: $l402af95541953f1eb1bf48e1d10fa643});var infowindow = new google.maps.InfoWindow({content: $l402af95541953f1eb1bf48e1d10fa643});google.maps.event.addListener(m_402af95541953f1eb1bf48e1d10fa643, 'click', function() {infowindow.open(map,m_402af95541953f1eb1bf48e1d10fa643);});$marker.push(m_402af95541953f1eb1bf48e1d10fa643);}});}google.maps.event.addDomListener(window, 'load', initialize);