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.9833,-84.2147)};var g_32fd1dc0e22bf90e5010b561dea72946 = new google.maps.Geocoder();g_32fd1dc0e22bf90e5010b561dea72946.geocode( { 'address': "5125 Peachtree Pkwy, Norcross, GA 30092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norcross-GA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('norcross-GA-bbt-mortgage'), mapOptions);}document.getElementById('674093ed').innerHTML += ' | View Map';var $l32fd1dc0e22bf90e5010b561dea72946 = '

BB&T Mortgage

Address: 5125 Peachtree Pkwy, Norcross, GA 30092, USA
Phone: (770) 510-0759
';var m_32fd1dc0e22bf90e5010b561dea72946 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_32fd1dc0e22bf90e5010b561dea72946['infowindow'] = new google.maps.InfoWindow({content: $l32fd1dc0e22bf90e5010b561dea72946});var infowindow = new google.maps.InfoWindow({content: $l32fd1dc0e22bf90e5010b561dea72946});google.maps.event.addListener(m_32fd1dc0e22bf90e5010b561dea72946, 'click', function() {infowindow.open(map,m_32fd1dc0e22bf90e5010b561dea72946);});$marker.push(m_32fd1dc0e22bf90e5010b561dea72946);}});}google.maps.event.addDomListener(window, 'load', initialize);