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.7063,-97.3574)};var g_397e1d1a9bcc4400a9f8754e1c1048b6 = new google.maps.Geocoder();g_397e1d1a9bcc4400a9f8754e1c1048b6.geocode( { 'address': "2850 W Berry St, Fort Worth, TX 76109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-worth-TX-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fort-worth-TX-bbt-mortgage'), mapOptions);}document.getElementById('a080ac0a').innerHTML += ' | View Map';var $l397e1d1a9bcc4400a9f8754e1c1048b6 = '

BB&T Mortgage

Address: 2850 W Berry St, Fort Worth, TX 76109, USA
Phone: (800) 295-5744
';var m_397e1d1a9bcc4400a9f8754e1c1048b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_397e1d1a9bcc4400a9f8754e1c1048b6['infowindow'] = new google.maps.InfoWindow({content: $l397e1d1a9bcc4400a9f8754e1c1048b6});var infowindow = new google.maps.InfoWindow({content: $l397e1d1a9bcc4400a9f8754e1c1048b6});google.maps.event.addListener(m_397e1d1a9bcc4400a9f8754e1c1048b6, 'click', function() {infowindow.open(map,m_397e1d1a9bcc4400a9f8754e1c1048b6);});$marker.push(m_397e1d1a9bcc4400a9f8754e1c1048b6);}});}google.maps.event.addDomListener(window, 'load', initialize);