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.4812,-84.092)};var g_a71f9f47d27e10623154025319152a82 = new google.maps.Geocoder();g_a71f9f47d27e10623154025319152a82.geocode( { 'address': "2041 Highway 411, Vonore, TN 37885"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vonore-TN-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('vonore-TN-united-community-bank'), mapOptions);}document.getElementById('d69d760e').innerHTML += ' | View Map';var $la71f9f47d27e10623154025319152a82 = '

United Community Bank

Address: 2041 Highway 411, Vonore, TN 37885
Phone: (423) 884-1490
';var m_a71f9f47d27e10623154025319152a82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_a71f9f47d27e10623154025319152a82['infowindow'] = new google.maps.InfoWindow({content: $la71f9f47d27e10623154025319152a82});var infowindow = new google.maps.InfoWindow({content: $la71f9f47d27e10623154025319152a82});google.maps.event.addListener(m_a71f9f47d27e10623154025319152a82, 'click', function() {infowindow.open(map,m_a71f9f47d27e10623154025319152a82);});$marker.push(m_a71f9f47d27e10623154025319152a82);}});}google.maps.event.addDomListener(window, 'load', initialize);