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.8883,-97.1497)};var g_169dd04caad17ebc90bad2db4e8ed2d9 = new google.maps.Geocoder();g_169dd04caad17ebc90bad2db4e8ed2d9.geocode( { 'address': "1201 Church St, Colleyville, TX 76034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colleyville-TX-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('colleyville-TX-bbt-mortgage'), mapOptions);}document.getElementById('776b9fcd').innerHTML += ' | View Map';var $l169dd04caad17ebc90bad2db4e8ed2d9 = '

BB&T Mortgage

Address: 1201 Church St, Colleyville, TX 76034, USA
Phone: (800) 295-5744
';var m_169dd04caad17ebc90bad2db4e8ed2d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_169dd04caad17ebc90bad2db4e8ed2d9['infowindow'] = new google.maps.InfoWindow({content: $l169dd04caad17ebc90bad2db4e8ed2d9});var infowindow = new google.maps.InfoWindow({content: $l169dd04caad17ebc90bad2db4e8ed2d9});google.maps.event.addListener(m_169dd04caad17ebc90bad2db4e8ed2d9, 'click', function() {infowindow.open(map,m_169dd04caad17ebc90bad2db4e8ed2d9);});$marker.push(m_169dd04caad17ebc90bad2db4e8ed2d9);}});}google.maps.event.addDomListener(window, 'load', initialize);