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.9059,-82.0732)};var g_f16cb71ca1813353fcef2c86431621a7 = new google.maps.Geocoder();g_f16cb71ca1813353fcef2c86431621a7.geocode( { 'address': "800 Summit Ave, Spruce Pine, NC 28777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spruce-pine-NC-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('spruce-pine-NC-united-community-bank'), mapOptions);}document.getElementById('b84bf679').innerHTML += ' | View Map';var $lf16cb71ca1813353fcef2c86431621a7 = '

United Community Bank

Address: 800 Summit Ave, Spruce Pine, NC 28777, USA
Phone: (828) 766-8880
';var m_f16cb71ca1813353fcef2c86431621a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_f16cb71ca1813353fcef2c86431621a7['infowindow'] = new google.maps.InfoWindow({content: $lf16cb71ca1813353fcef2c86431621a7});var infowindow = new google.maps.InfoWindow({content: $lf16cb71ca1813353fcef2c86431621a7});google.maps.event.addListener(m_f16cb71ca1813353fcef2c86431621a7, 'click', function() {infowindow.open(map,m_f16cb71ca1813353fcef2c86431621a7);});$marker.push(m_f16cb71ca1813353fcef2c86431621a7);}});}google.maps.event.addDomListener(window, 'load', initialize);