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.0703,-83.9138)};var g_cc442488afc2527bb0f2a53ea05d8bec = new google.maps.Geocoder();g_cc442488afc2527bb0f2a53ea05d8bec.geocode( { 'address': "3485 Braselton Hwy, Dacula, GA 30019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dacula-GA-bbt---hamilton-mill-branch').style.display = '';map = new google.maps.Map(document.getElementById('dacula-GA-bbt---hamilton-mill-branch'), mapOptions);}document.getElementById('0c9c3708').innerHTML += ' | View Map';var $lcc442488afc2527bb0f2a53ea05d8bec = '

BB&T - Hamilton Mill Branch

Address: 3485 Braselton Hwy, Dacula, GA 30019, USA
Phone: (770) 831-5902
';var m_cc442488afc2527bb0f2a53ea05d8bec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Hamilton Mill Branch',});m_cc442488afc2527bb0f2a53ea05d8bec['infowindow'] = new google.maps.InfoWindow({content: $lcc442488afc2527bb0f2a53ea05d8bec});var infowindow = new google.maps.InfoWindow({content: $lcc442488afc2527bb0f2a53ea05d8bec});google.maps.event.addListener(m_cc442488afc2527bb0f2a53ea05d8bec, 'click', function() {infowindow.open(map,m_cc442488afc2527bb0f2a53ea05d8bec);});$marker.push(m_cc442488afc2527bb0f2a53ea05d8bec);}});}google.maps.event.addDomListener(window, 'load', initialize);