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(34.8777,-84.0221)};var g_b989f3cea9c978d24112d3e1063859b4 = new google.maps.Geocoder();g_b989f3cea9c978d24112d3e1063859b4.geocode( { 'address': "177 Highway 515 E, Blairsville, GA 30512"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blairsville-GA-united-community-banks-inc').style.display = '';map = new google.maps.Map(document.getElementById('blairsville-GA-united-community-banks-inc'), mapOptions);}document.getElementById('05898407').innerHTML += ' | View Map';var $lb989f3cea9c978d24112d3e1063859b4 = '

United Community Banks Inc

Address: 177 Highway 515 E, Blairsville, GA 30512
Phone: (706) 745-5545
';var m_b989f3cea9c978d24112d3e1063859b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Banks Inc',});m_b989f3cea9c978d24112d3e1063859b4['infowindow'] = new google.maps.InfoWindow({content: $lb989f3cea9c978d24112d3e1063859b4});var infowindow = new google.maps.InfoWindow({content: $lb989f3cea9c978d24112d3e1063859b4});google.maps.event.addListener(m_b989f3cea9c978d24112d3e1063859b4, 'click', function() {infowindow.open(map,m_b989f3cea9c978d24112d3e1063859b4);});$marker.push(m_b989f3cea9c978d24112d3e1063859b4);}});}google.maps.event.addDomListener(window, 'load', initialize);