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.3628,-84.0389)};var g_0d7a3aef18b1eb97e70a5148e2a2646f = new google.maps.Geocoder();g_0d7a3aef18b1eb97e70a5148e2a2646f.geocode( { 'address': "136 GA-400, Dawsonville, GA 30534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dawsonville-GA-bbt---dawsonville-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('dawsonville-GA-bbt---dawsonville-main-branch'), mapOptions);}document.getElementById('3ab16961').innerHTML += ' | View Map';var $l0d7a3aef18b1eb97e70a5148e2a2646f = '

BB&T - Dawsonville Main Branch

Address: 136 GA-400, Dawsonville, GA 30534, USA
Phone: (706) 216-5050
';var m_0d7a3aef18b1eb97e70a5148e2a2646f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Dawsonville Main Branch',});m_0d7a3aef18b1eb97e70a5148e2a2646f['infowindow'] = new google.maps.InfoWindow({content: $l0d7a3aef18b1eb97e70a5148e2a2646f});var infowindow = new google.maps.InfoWindow({content: $l0d7a3aef18b1eb97e70a5148e2a2646f});google.maps.event.addListener(m_0d7a3aef18b1eb97e70a5148e2a2646f, 'click', function() {infowindow.open(map,m_0d7a3aef18b1eb97e70a5148e2a2646f);});$marker.push(m_0d7a3aef18b1eb97e70a5148e2a2646f);}});}google.maps.event.addDomListener(window, 'load', initialize);