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.8643,-84.6235)};var g_4ad9f7e1cf5cebb527c4e32e090bf902 = new google.maps.Geocoder();g_4ad9f7e1cf5cebb527c4e32e090bf902.geocode( { 'address': "3620 Tramore Pointe Pkwy, Austell, GA 30106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austell-GA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('austell-GA-bbt'), mapOptions);}document.getElementById('b9b2273f').innerHTML += ' | View Map';var $l4ad9f7e1cf5cebb527c4e32e090bf902 = '

BB&T

Address: 3620 Tramore Pointe Pkwy, Austell, GA 30106, USA
Phone: (678) 384-0057
';var m_4ad9f7e1cf5cebb527c4e32e090bf902 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_4ad9f7e1cf5cebb527c4e32e090bf902['infowindow'] = new google.maps.InfoWindow({content: $l4ad9f7e1cf5cebb527c4e32e090bf902});var infowindow = new google.maps.InfoWindow({content: $l4ad9f7e1cf5cebb527c4e32e090bf902});google.maps.event.addListener(m_4ad9f7e1cf5cebb527c4e32e090bf902, 'click', function() {infowindow.open(map,m_4ad9f7e1cf5cebb527c4e32e090bf902);});$marker.push(m_4ad9f7e1cf5cebb527c4e32e090bf902);}});}google.maps.event.addDomListener(window, 'load', initialize);