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.6234)};var g_e09f5cc6c8814b4806e74c6ff115dfc6 = new google.maps.Geocoder();g_e09f5cc6c8814b4806e74c6ff115dfc6.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-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('austell-GA-atm-bbt'), mapOptions);}document.getElementById('b9b2273f').innerHTML += ' | View Map';var $le09f5cc6c8814b4806e74c6ff115dfc6 = '

ATM (BB&T)

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