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(36.9693,-84.0867)};var g_35856571321788e2cfb267bccef93f07 = new google.maps.Geocoder();g_35856571321788e2cfb267bccef93f07.geocode( { 'address': "1498 Cumberland Gap Pkwy, Corbin, KY 40701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corbin-KY-ln-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('corbin-KY-ln-federal-credit-union'), mapOptions);}document.getElementById('356faedc').innerHTML += ' | View Map';var $l35856571321788e2cfb267bccef93f07 = '

L&N Federal Credit Union

Address: 1498 Cumberland Gap Pkwy, Corbin, KY 40701, USA
Phone: (502) 368-5858
';var m_35856571321788e2cfb267bccef93f07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'L&N Federal Credit Union',});m_35856571321788e2cfb267bccef93f07['infowindow'] = new google.maps.InfoWindow({content: $l35856571321788e2cfb267bccef93f07});var infowindow = new google.maps.InfoWindow({content: $l35856571321788e2cfb267bccef93f07});google.maps.event.addListener(m_35856571321788e2cfb267bccef93f07, 'click', function() {infowindow.open(map,m_35856571321788e2cfb267bccef93f07);});$marker.push(m_35856571321788e2cfb267bccef93f07);}});}google.maps.event.addDomListener(window, 'load', initialize);