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_c93c3c6c564196a469c9067fe7459f8a = new google.maps.Geocoder();g_c93c3c6c564196a469c9067fe7459f8a.geocode( { 'address': "1720 Western Ave, Knoxville, TN 37921"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('knoxville-TN-city-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('knoxville-TN-city-employees-credit-union'), mapOptions);}document.getElementById('9e7ff2c3').innerHTML += ' | View Map';var $lc93c3c6c564196a469c9067fe7459f8a = '

City Employees Credit Union

Address: 1720 Western Ave, Knoxville, TN 37921
Phone: (865) 824-7200
';var m_c93c3c6c564196a469c9067fe7459f8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Employees Credit Union',});m_c93c3c6c564196a469c9067fe7459f8a['infowindow'] = new google.maps.InfoWindow({content: $lc93c3c6c564196a469c9067fe7459f8a});var infowindow = new google.maps.InfoWindow({content: $lc93c3c6c564196a469c9067fe7459f8a});google.maps.event.addListener(m_c93c3c6c564196a469c9067fe7459f8a, 'click', function() {infowindow.open(map,m_c93c3c6c564196a469c9067fe7459f8a);});$marker.push(m_c93c3c6c564196a469c9067fe7459f8a);}});}google.maps.event.addDomListener(window, 'load', initialize);