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(36.7611,-81.8585)};var g_a7755e44489861b53ea6bf28421357bd = new google.maps.Geocoder();g_a7755e44489861b53ea6bf28421357bd.geocode( { 'address': "13191 Glenbrook Ave, Meadowview, VA 24361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meadowview-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('meadowview-VA-bbt'), mapOptions);}document.getElementById('b7437680').innerHTML += ' | View Map';var $la7755e44489861b53ea6bf28421357bd = '

BB&T

Address: 13191 Glenbrook Ave, Meadowview, VA 24361, USA
Phone: (276) 944-3129
';var m_a7755e44489861b53ea6bf28421357bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a7755e44489861b53ea6bf28421357bd['infowindow'] = new google.maps.InfoWindow({content: $la7755e44489861b53ea6bf28421357bd});var infowindow = new google.maps.InfoWindow({content: $la7755e44489861b53ea6bf28421357bd});google.maps.event.addListener(m_a7755e44489861b53ea6bf28421357bd, 'click', function() {infowindow.open(map,m_a7755e44489861b53ea6bf28421357bd);});$marker.push(m_a7755e44489861b53ea6bf28421357bd);}});}google.maps.event.addDomListener(window, 'load', initialize);