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.3508,-82.3979)};var g_bd18c0ab8c60f9800d84451cc1f867dc = new google.maps.Geocoder();g_bd18c0ab8c60f9800d84451cc1f867dc.geocode( { 'address': "3101 Peoples St #104, Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-appalachian-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-appalachian-community-federal-credit-union'), mapOptions);}document.getElementById('11dd374e').innerHTML += ' | View Map';var $lbd18c0ab8c60f9800d84451cc1f867dc = '

Appalachian Community Federal Credit Union

Address: 3101 Peoples St #104, Johnson City, TN 37604, USA
Phone: (800) 378-3778
';var m_bd18c0ab8c60f9800d84451cc1f867dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Appalachian Community Federal Credit Union',});m_bd18c0ab8c60f9800d84451cc1f867dc['infowindow'] = new google.maps.InfoWindow({content: $lbd18c0ab8c60f9800d84451cc1f867dc});var infowindow = new google.maps.InfoWindow({content: $lbd18c0ab8c60f9800d84451cc1f867dc});google.maps.event.addListener(m_bd18c0ab8c60f9800d84451cc1f867dc, 'click', function() {infowindow.open(map,m_bd18c0ab8c60f9800d84451cc1f867dc);});$marker.push(m_bd18c0ab8c60f9800d84451cc1f867dc);}});}google.maps.event.addDomListener(window, 'load', initialize);