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(33.0736,-97.0827)};var g_3695d85c350d924e662ea2cd3b760d40 = new google.maps.Geocoder();g_3695d85c350d924e662ea2cd3b760d40.geocode( { 'address': "1100 Village Pkwy, Highland Village, TX 75077, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-village-TX-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('highland-village-TX-bbt-bank'), mapOptions);}document.getElementById('66f53cf9').innerHTML += ' | View Map';var $l3695d85c350d924e662ea2cd3b760d40 = '

BB&T Bank

Address: 1100 Village Pkwy, Highland Village, TX 75077, USA
Phone: (469) 702-3045
';var m_3695d85c350d924e662ea2cd3b760d40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_3695d85c350d924e662ea2cd3b760d40['infowindow'] = new google.maps.InfoWindow({content: $l3695d85c350d924e662ea2cd3b760d40});var infowindow = new google.maps.InfoWindow({content: $l3695d85c350d924e662ea2cd3b760d40});google.maps.event.addListener(m_3695d85c350d924e662ea2cd3b760d40, 'click', function() {infowindow.open(map,m_3695d85c350d924e662ea2cd3b760d40);});$marker.push(m_3695d85c350d924e662ea2cd3b760d40);}});}google.maps.event.addDomListener(window, 'load', initialize);