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.0692,-83.911)};var g_b01b2f6715785729f0a278f4674a9733 = new google.maps.Geocoder();g_b01b2f6715785729f0a278f4674a9733.geocode( { 'address': "3507 Braselton Hwy, Dacula, GA 30019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dacula-GA-synovus---bank-of-north-georgia').style.display = '';map = new google.maps.Map(document.getElementById('dacula-GA-synovus---bank-of-north-georgia'), mapOptions);}document.getElementById('9ea3b67c').innerHTML += ' | View Map';var $lb01b2f6715785729f0a278f4674a9733 = '

Synovus - Bank of North Georgia

Address: 3507 Braselton Hwy, Dacula, GA 30019, USA
Phone: (770) 576-4471
';var m_b01b2f6715785729f0a278f4674a9733 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus - Bank of North Georgia',});m_b01b2f6715785729f0a278f4674a9733['infowindow'] = new google.maps.InfoWindow({content: $lb01b2f6715785729f0a278f4674a9733});var infowindow = new google.maps.InfoWindow({content: $lb01b2f6715785729f0a278f4674a9733});google.maps.event.addListener(m_b01b2f6715785729f0a278f4674a9733, 'click', function() {infowindow.open(map,m_b01b2f6715785729f0a278f4674a9733);});$marker.push(m_b01b2f6715785729f0a278f4674a9733);}});}google.maps.event.addDomListener(window, 'load', initialize);