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.5401,-95.1428)};var g_606d61b571700e7d1ca228c23048ac40 = new google.maps.Geocoder();g_606d61b571700e7d1ca228c23048ac40.geocode( { 'address': "1373 W Bay Area Blvd, Webster, TX 77598"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('webster-TX-bbt').style.display = '';map = new google.maps.Map(document.getElementById('webster-TX-bbt'), mapOptions);}document.getElementById('d67e1ef7').innerHTML += ' | View Map';var $l606d61b571700e7d1ca228c23048ac40 = '

BB&T

Address: 1373 W Bay Area Blvd, Webster, TX 77598
Phone: (281) 724-2114
';var m_606d61b571700e7d1ca228c23048ac40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_606d61b571700e7d1ca228c23048ac40['infowindow'] = new google.maps.InfoWindow({content: $l606d61b571700e7d1ca228c23048ac40});var infowindow = new google.maps.InfoWindow({content: $l606d61b571700e7d1ca228c23048ac40});google.maps.event.addListener(m_606d61b571700e7d1ca228c23048ac40, 'click', function() {infowindow.open(map,m_606d61b571700e7d1ca228c23048ac40);});$marker.push(m_606d61b571700e7d1ca228c23048ac40);}});}google.maps.event.addDomListener(window, 'load', initialize);