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(33.9993,-84.1469)};var g_1479d215a677db77ef44e290edbcb702 = new google.maps.Geocoder();g_1479d215a677db77ef44e290edbcb702.geocode( { 'address': "3209 Buford Hwy, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-bbt-bank'), mapOptions);}document.getElementById('73a32b16').innerHTML += ' | View Map';var $l1479d215a677db77ef44e290edbcb702 = '

BB&T Bank

Address: 3209 Buford Hwy, Duluth, GA 30096, USA
Phone: (678) 417-8900
';var m_1479d215a677db77ef44e290edbcb702 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_1479d215a677db77ef44e290edbcb702['infowindow'] = new google.maps.InfoWindow({content: $l1479d215a677db77ef44e290edbcb702});var infowindow = new google.maps.InfoWindow({content: $l1479d215a677db77ef44e290edbcb702});google.maps.event.addListener(m_1479d215a677db77ef44e290edbcb702, 'click', function() {infowindow.open(map,m_1479d215a677db77ef44e290edbcb702);});$marker.push(m_1479d215a677db77ef44e290edbcb702);}});}google.maps.event.addDomListener(window, 'load', initialize);