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.4093,-84.5679)};var g_efc975f3ccda49bd712612a2e764f74a = new google.maps.Geocoder();g_efc975f3ccda49bd712612a2e764f74a.geocode( { 'address': "705 Crossings E, Peachtree City, GA 30269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peachtree-city-GA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('peachtree-city-GA-bbt-mortgage'), mapOptions);}document.getElementById('026cbb1d').innerHTML += ' | View Map';var $lefc975f3ccda49bd712612a2e764f74a = '

BB&T Mortgage

Address: 705 Crossings E, Peachtree City, GA 30269, USA
Phone: (800) 295-5744
';var m_efc975f3ccda49bd712612a2e764f74a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_efc975f3ccda49bd712612a2e764f74a['infowindow'] = new google.maps.InfoWindow({content: $lefc975f3ccda49bd712612a2e764f74a});var infowindow = new google.maps.InfoWindow({content: $lefc975f3ccda49bd712612a2e764f74a});google.maps.event.addListener(m_efc975f3ccda49bd712612a2e764f74a, 'click', function() {infowindow.open(map,m_efc975f3ccda49bd712612a2e764f74a);});$marker.push(m_efc975f3ccda49bd712612a2e764f74a);}});}google.maps.event.addDomListener(window, 'load', initialize);