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.0293,-83.8863)};var g_dcacff2565700c8f88f59cf4a16f9dfc = new google.maps.Geocoder();g_dcacff2565700c8f88f59cf4a16f9dfc.geocode( { 'address': "1924 Alcoa Hwy, Knoxville, TN 37920"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('knoxville-TN-ut-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('knoxville-TN-ut-federal-credit-union'), mapOptions);}document.getElementById('9eff582b').innerHTML += ' | View Map';var $ldcacff2565700c8f88f59cf4a16f9dfc = '

UT Federal Credit Union

Address: 1924 Alcoa Hwy, Knoxville, TN 37920
Phone: (865) 971-1971
';var m_dcacff2565700c8f88f59cf4a16f9dfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UT Federal Credit Union',});m_dcacff2565700c8f88f59cf4a16f9dfc['infowindow'] = new google.maps.InfoWindow({content: $ldcacff2565700c8f88f59cf4a16f9dfc});var infowindow = new google.maps.InfoWindow({content: $ldcacff2565700c8f88f59cf4a16f9dfc});google.maps.event.addListener(m_dcacff2565700c8f88f59cf4a16f9dfc, 'click', function() {infowindow.open(map,m_dcacff2565700c8f88f59cf4a16f9dfc);});$marker.push(m_dcacff2565700c8f88f59cf4a16f9dfc);}});}google.maps.event.addDomListener(window, 'load', initialize);