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.2015,-83.3815)};var g_3acba2462aedc96a84aa63c995f13572 = new google.maps.Geocoder();g_3acba2462aedc96a84aa63c995f13572.geocode( { 'address': "257 E Main St, Franklin, NC 28734"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-NC-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-NC-united-community-bank'), mapOptions);}document.getElementById('ff1925b8').innerHTML += ' | View Map';var $l3acba2462aedc96a84aa63c995f13572 = '

United Community Bank

Address: 257 E Main St, Franklin, NC 28734
Phone: (828) 369-6197
';var m_3acba2462aedc96a84aa63c995f13572 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_3acba2462aedc96a84aa63c995f13572['infowindow'] = new google.maps.InfoWindow({content: $l3acba2462aedc96a84aa63c995f13572});var infowindow = new google.maps.InfoWindow({content: $l3acba2462aedc96a84aa63c995f13572});google.maps.event.addListener(m_3acba2462aedc96a84aa63c995f13572, 'click', function() {infowindow.open(map,m_3acba2462aedc96a84aa63c995f13572);});$marker.push(m_3acba2462aedc96a84aa63c995f13572);}});}google.maps.event.addDomListener(window, 'load', initialize);