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.034,-83.8226)};var g_ec32f49f60a16799abf86a94fd067211 = new google.maps.Geocoder();g_ec32f49f60a16799abf86a94fd067211.geocode( { 'address': "95 Highway 64 W, Hayesville, NC 28904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayesville-NC-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hayesville-NC-united-community-bank'), mapOptions);}document.getElementById('40103dc9').innerHTML += ' | View Map';var $lec32f49f60a16799abf86a94fd067211 = '

United Community Bank

Address: 95 Highway 64 W, Hayesville, NC 28904, USA
Phone: (828) 389-6363
';var m_ec32f49f60a16799abf86a94fd067211 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_ec32f49f60a16799abf86a94fd067211['infowindow'] = new google.maps.InfoWindow({content: $lec32f49f60a16799abf86a94fd067211});var infowindow = new google.maps.InfoWindow({content: $lec32f49f60a16799abf86a94fd067211});google.maps.event.addListener(m_ec32f49f60a16799abf86a94fd067211, 'click', function() {infowindow.open(map,m_ec32f49f60a16799abf86a94fd067211);});$marker.push(m_ec32f49f60a16799abf86a94fd067211);}});}google.maps.event.addDomListener(window, 'load', initialize);