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(35.8727,-84.515)};var g_120b3d64e4c26c0c457ea26dcc34727c = new google.maps.Geocoder();g_120b3d64e4c26c0c457ea26dcc34727c.geocode( { 'address': "223 N 3rd St, Kingston, TN 37763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-TN-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('kingston-TN-united-community-bank'), mapOptions);}document.getElementById('4b536167').innerHTML += ' | View Map';var $l120b3d64e4c26c0c457ea26dcc34727c = '

United Community Bank

Address: 223 N 3rd St, Kingston, TN 37763, USA
Phone: (865) 717-1400
';var m_120b3d64e4c26c0c457ea26dcc34727c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_120b3d64e4c26c0c457ea26dcc34727c['infowindow'] = new google.maps.InfoWindow({content: $l120b3d64e4c26c0c457ea26dcc34727c});var infowindow = new google.maps.InfoWindow({content: $l120b3d64e4c26c0c457ea26dcc34727c});google.maps.event.addListener(m_120b3d64e4c26c0c457ea26dcc34727c, 'click', function() {infowindow.open(map,m_120b3d64e4c26c0c457ea26dcc34727c);});$marker.push(m_120b3d64e4c26c0c457ea26dcc34727c);}});}google.maps.event.addDomListener(window, 'load', initialize);