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.1909,-84.5105)};var g_c4e74fc6dee72068edbc8b8629a1a90a = new google.maps.Geocoder();g_c4e74fc6dee72068edbc8b8629a1a90a.geocode( { 'address': "152 Prominence Point Pkwy, Canton, GA 30114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-bbt-mortgage'), mapOptions);}document.getElementById('8eb6d6cd').innerHTML += ' | View Map';var $lc4e74fc6dee72068edbc8b8629a1a90a = '

BB&T Mortgage

Address: 152 Prominence Point Pkwy, Canton, GA 30114, USA
Phone: (800) 295-5744
';var m_c4e74fc6dee72068edbc8b8629a1a90a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_c4e74fc6dee72068edbc8b8629a1a90a['infowindow'] = new google.maps.InfoWindow({content: $lc4e74fc6dee72068edbc8b8629a1a90a});var infowindow = new google.maps.InfoWindow({content: $lc4e74fc6dee72068edbc8b8629a1a90a});google.maps.event.addListener(m_c4e74fc6dee72068edbc8b8629a1a90a, 'click', function() {infowindow.open(map,m_c4e74fc6dee72068edbc8b8629a1a90a);});$marker.push(m_c4e74fc6dee72068edbc8b8629a1a90a);}});}google.maps.event.addDomListener(window, 'load', initialize);