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.0206,-84.254)};var g_31d269437210a40b17a3fa63882f7d03 = new google.maps.Geocoder();g_31d269437210a40b17a3fa63882f7d03.geocode( { 'address': "21 Jefferson Ave, Oak Ridge, TN 37830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-ridge-TN-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('oak-ridge-TN-citizens-national-bank'), mapOptions);}document.getElementById('4a825d46').innerHTML += ' | View Map';var $l31d269437210a40b17a3fa63882f7d03 = '

Citizens National Bank

Address: 21 Jefferson Ave, Oak Ridge, TN 37830
Phone: (865) 482-2262
';var m_31d269437210a40b17a3fa63882f7d03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_31d269437210a40b17a3fa63882f7d03['infowindow'] = new google.maps.InfoWindow({content: $l31d269437210a40b17a3fa63882f7d03});var infowindow = new google.maps.InfoWindow({content: $l31d269437210a40b17a3fa63882f7d03});google.maps.event.addListener(m_31d269437210a40b17a3fa63882f7d03, 'click', function() {infowindow.open(map,m_31d269437210a40b17a3fa63882f7d03);});$marker.push(m_31d269437210a40b17a3fa63882f7d03);}});}google.maps.event.addDomListener(window, 'load', initialize);