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.0377,-84.347)};var g_4681ecacf4a9716badb1e4c66930b4d9 = new google.maps.Geocoder();g_4681ecacf4a9716badb1e4c66930b4d9.geocode( { 'address': "525 E Crossville Rd, Roswell, GA 30075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-GA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('roswell-GA-bbt-mortgage'), mapOptions);}document.getElementById('3ed1234b').innerHTML += ' | View Map';var $l4681ecacf4a9716badb1e4c66930b4d9 = '

BB&T Mortgage

Address: 525 E Crossville Rd, Roswell, GA 30075, USA
Phone: (800) 295-5744
';var m_4681ecacf4a9716badb1e4c66930b4d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_4681ecacf4a9716badb1e4c66930b4d9['infowindow'] = new google.maps.InfoWindow({content: $l4681ecacf4a9716badb1e4c66930b4d9});var infowindow = new google.maps.InfoWindow({content: $l4681ecacf4a9716badb1e4c66930b4d9});google.maps.event.addListener(m_4681ecacf4a9716badb1e4c66930b4d9, 'click', function() {infowindow.open(map,m_4681ecacf4a9716badb1e4c66930b4d9);});$marker.push(m_4681ecacf4a9716badb1e4c66930b4d9);}});}google.maps.event.addDomListener(window, 'load', initialize);