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(29.7053,-95.4601)};var g_ea63c32a53405039bfd6f9390f57314d = new google.maps.Geocoder();g_ea63c32a53405039bfd6f9390f57314d.geocode( { 'address': "6800 West Loop S Ste 100 Ste 100, Bellaire, TX 77401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellaire-TX-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bellaire-TX-bbt-mortgage'), mapOptions);}document.getElementById('15a36b2c').innerHTML += ' | View Map';var $lea63c32a53405039bfd6f9390f57314d = '

BB&T Mortgage

Address: 6800 West Loop S Ste 100 Ste 100, Bellaire, TX 77401, USA
Phone: (800) 295-5744
';var m_ea63c32a53405039bfd6f9390f57314d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_ea63c32a53405039bfd6f9390f57314d['infowindow'] = new google.maps.InfoWindow({content: $lea63c32a53405039bfd6f9390f57314d});var infowindow = new google.maps.InfoWindow({content: $lea63c32a53405039bfd6f9390f57314d});google.maps.event.addListener(m_ea63c32a53405039bfd6f9390f57314d, 'click', function() {infowindow.open(map,m_ea63c32a53405039bfd6f9390f57314d);});$marker.push(m_ea63c32a53405039bfd6f9390f57314d);}});}google.maps.event.addDomListener(window, 'load', initialize);