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.7349,-84.3453)};var g_a59e3dbde6c1420a4940b07ed8c96c47 = new google.maps.Geocoder();g_a59e3dbde6c1420a4940b07ed8c96c47.geocode( { 'address': "817 Mulberry St, Loudon, TN 37774, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loudon-TN-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('loudon-TN-united-community-bank'), mapOptions);}document.getElementById('d3874005').innerHTML += ' | View Map';var $la59e3dbde6c1420a4940b07ed8c96c47 = '

United Community Bank

Address: 817 Mulberry St, Loudon, TN 37774, USA
Phone: (865) 988-2220
';var m_a59e3dbde6c1420a4940b07ed8c96c47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_a59e3dbde6c1420a4940b07ed8c96c47['infowindow'] = new google.maps.InfoWindow({content: $la59e3dbde6c1420a4940b07ed8c96c47});var infowindow = new google.maps.InfoWindow({content: $la59e3dbde6c1420a4940b07ed8c96c47});google.maps.event.addListener(m_a59e3dbde6c1420a4940b07ed8c96c47, 'click', function() {infowindow.open(map,m_a59e3dbde6c1420a4940b07ed8c96c47);});$marker.push(m_a59e3dbde6c1420a4940b07ed8c96c47);}});}google.maps.event.addDomListener(window, 'load', initialize);