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(32.9761,-96.7105)};var g_a05c942f96c156e1cbba2bfb498fd545 = new google.maps.Geocoder();g_a05c942f96c156e1cbba2bfb498fd545.geocode( { 'address': "801 E Campbell Rd Ste 145 Ste 145, Richardson, TX 75081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richardson-TX-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('richardson-TX-bbt-mortgage'), mapOptions);}document.getElementById('6388c3d0').innerHTML += ' | View Map';var $la05c942f96c156e1cbba2bfb498fd545 = '

BB&T Mortgage

Address: 801 E Campbell Rd Ste 145 Ste 145, Richardson, TX 75081, USA
Phone: (800) 295-5744
';var m_a05c942f96c156e1cbba2bfb498fd545 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_a05c942f96c156e1cbba2bfb498fd545['infowindow'] = new google.maps.InfoWindow({content: $la05c942f96c156e1cbba2bfb498fd545});var infowindow = new google.maps.InfoWindow({content: $la05c942f96c156e1cbba2bfb498fd545});google.maps.event.addListener(m_a05c942f96c156e1cbba2bfb498fd545, 'click', function() {infowindow.open(map,m_a05c942f96c156e1cbba2bfb498fd545);});$marker.push(m_a05c942f96c156e1cbba2bfb498fd545);}});}google.maps.event.addDomListener(window, 'load', initialize);