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.3886,-84.0965)};var g_cf1f78fe923afe05f7597da2be7a3da8 = new google.maps.Geocoder();g_cf1f78fe923afe05f7597da2be7a3da8.geocode( { 'address': "6372 Highway 53 E, Dawsonville, GA 30534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dawsonville-GA-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('dawsonville-GA-united-community-bank'), mapOptions);}document.getElementById('f9e41384').innerHTML += ' | View Map';var $lcf1f78fe923afe05f7597da2be7a3da8 = '

United Community Bank

Address: 6372 Highway 53 E, Dawsonville, GA 30534
Phone: (706) 265-3232
';var m_cf1f78fe923afe05f7597da2be7a3da8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_cf1f78fe923afe05f7597da2be7a3da8['infowindow'] = new google.maps.InfoWindow({content: $lcf1f78fe923afe05f7597da2be7a3da8});var infowindow = new google.maps.InfoWindow({content: $lcf1f78fe923afe05f7597da2be7a3da8});google.maps.event.addListener(m_cf1f78fe923afe05f7597da2be7a3da8, 'click', function() {infowindow.open(map,m_cf1f78fe923afe05f7597da2be7a3da8);});$marker.push(m_cf1f78fe923afe05f7597da2be7a3da8);}});}google.maps.event.addDomListener(window, 'load', initialize);