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.869,-82.7723)};var g_ce1e366ba96dcc3b756388ed4218d69f = new google.maps.Geocoder();g_ce1e366ba96dcc3b756388ed4218d69f.geocode( { 'address': "621 Wood Ave E, Big Stone Gap, VA 24219, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-stone-gap-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('big-stone-gap-VA-bbt'), mapOptions);}document.getElementById('16230676').innerHTML += ' | View Map';var $lce1e366ba96dcc3b756388ed4218d69f = '

BB&T

Address: 621 Wood Ave E, Big Stone Gap, VA 24219, USA
Phone: (276) 523-2311
';var m_ce1e366ba96dcc3b756388ed4218d69f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_ce1e366ba96dcc3b756388ed4218d69f['infowindow'] = new google.maps.InfoWindow({content: $lce1e366ba96dcc3b756388ed4218d69f});var infowindow = new google.maps.InfoWindow({content: $lce1e366ba96dcc3b756388ed4218d69f});google.maps.event.addListener(m_ce1e366ba96dcc3b756388ed4218d69f, 'click', function() {infowindow.open(map,m_ce1e366ba96dcc3b756388ed4218d69f);});$marker.push(m_ce1e366ba96dcc3b756388ed4218d69f);}});}google.maps.event.addDomListener(window, 'load', initialize);