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.345,-82.2398)};var g_51ced213bb0e8dd8d8989812a9282f7c = new google.maps.Geocoder();g_51ced213bb0e8dd8d8989812a9282f7c.geocode( { 'address': "980 Jason Witten Way, Elizabethton, TN 37643, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethton-TN-northeast-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('elizabethton-TN-northeast-community-credit-union'), mapOptions);}document.getElementById('888b5507').innerHTML += ' | View Map';var $l51ced213bb0e8dd8d8989812a9282f7c = '

Northeast Community Credit Union

Address: 980 Jason Witten Way, Elizabethton, TN 37643, USA
Phone: (423) 547-1200
';var m_51ced213bb0e8dd8d8989812a9282f7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northeast Community Credit Union',});m_51ced213bb0e8dd8d8989812a9282f7c['infowindow'] = new google.maps.InfoWindow({content: $l51ced213bb0e8dd8d8989812a9282f7c});var infowindow = new google.maps.InfoWindow({content: $l51ced213bb0e8dd8d8989812a9282f7c});google.maps.event.addListener(m_51ced213bb0e8dd8d8989812a9282f7c, 'click', function() {infowindow.open(map,m_51ced213bb0e8dd8d8989812a9282f7c);});$marker.push(m_51ced213bb0e8dd8d8989812a9282f7c);}});}google.maps.event.addDomListener(window, 'load', initialize);