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.0758,-84.6739)};var g_870f8d6c8a602fc2e1077d3fd922b24a = new google.maps.Geocoder();g_870f8d6c8a602fc2e1077d3fd922b24a.geocode( { 'address': "4900 Ross Rd NW, Acworth, GA 30101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('acworth-GA-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('acworth-GA-bbt-bank'), mapOptions);}document.getElementById('e47d5b21').innerHTML += ' | View Map';var $l870f8d6c8a602fc2e1077d3fd922b24a = '

BB&T Bank

Address: 4900 Ross Rd NW, Acworth, GA 30101, USA
Phone: (770) 975-0606
';var m_870f8d6c8a602fc2e1077d3fd922b24a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_870f8d6c8a602fc2e1077d3fd922b24a['infowindow'] = new google.maps.InfoWindow({content: $l870f8d6c8a602fc2e1077d3fd922b24a});var infowindow = new google.maps.InfoWindow({content: $l870f8d6c8a602fc2e1077d3fd922b24a});google.maps.event.addListener(m_870f8d6c8a602fc2e1077d3fd922b24a, 'click', function() {infowindow.open(map,m_870f8d6c8a602fc2e1077d3fd922b24a);});$marker.push(m_870f8d6c8a602fc2e1077d3fd922b24a);}});}google.maps.event.addDomListener(window, 'load', initialize);