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.6137,-83.521)};var g_c8f7e8cf42a81f4b87c8a82b4c454ed1 = new google.maps.Geocoder();g_c8f7e8cf42a81f4b87c8a82b4c454ed1.geocode( { 'address': "468 W Louise St, Clarkesville, GA 30523"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarkesville-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarkesville-GA-united-community-bank'), mapOptions);}document.getElementById('a256e55a').innerHTML += ' | View Map';var $lc8f7e8cf42a81f4b87c8a82b4c454ed1 = '

United Community Bank

Address: 468 W Louise St, Clarkesville, GA 30523
Phone: (706) 754-2233
';var m_c8f7e8cf42a81f4b87c8a82b4c454ed1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_c8f7e8cf42a81f4b87c8a82b4c454ed1['infowindow'] = new google.maps.InfoWindow({content: $lc8f7e8cf42a81f4b87c8a82b4c454ed1});var infowindow = new google.maps.InfoWindow({content: $lc8f7e8cf42a81f4b87c8a82b4c454ed1});google.maps.event.addListener(m_c8f7e8cf42a81f4b87c8a82b4c454ed1, 'click', function() {infowindow.open(map,m_c8f7e8cf42a81f4b87c8a82b4c454ed1);});$marker.push(m_c8f7e8cf42a81f4b87c8a82b4c454ed1);}});}google.maps.event.addDomListener(window, 'load', initialize);