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_b3b3d109fdf16f8d84f2aa332af25a24 = new google.maps.Geocoder();g_b3b3d109fdf16f8d84f2aa332af25a24.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-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('acworth-GA-bbt-mortgage'), mapOptions);}document.getElementById('e47d5b21').innerHTML += ' | View Map';var $lb3b3d109fdf16f8d84f2aa332af25a24 = '

BB&T Mortgage

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