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(37.2799,-79.8662)};var g_85cb4a95cc7b99a00e4d67bbc4ce55b5 = new google.maps.Geocoder();g_85cb4a95cc7b99a00e4d67bbc4ce55b5.geocode( { 'address': "1920 E Washington Ave, Vinton, VA 24179, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinton-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('vinton-VA-bbt'), mapOptions);}document.getElementById('f0bc2663').innerHTML += ' | View Map';var $l85cb4a95cc7b99a00e4d67bbc4ce55b5 = '

BB&T

Address: 1920 E Washington Ave, Vinton, VA 24179, USA
Phone: (540) 890-7017
';var m_85cb4a95cc7b99a00e4d67bbc4ce55b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_85cb4a95cc7b99a00e4d67bbc4ce55b5['infowindow'] = new google.maps.InfoWindow({content: $l85cb4a95cc7b99a00e4d67bbc4ce55b5});var infowindow = new google.maps.InfoWindow({content: $l85cb4a95cc7b99a00e4d67bbc4ce55b5});google.maps.event.addListener(m_85cb4a95cc7b99a00e4d67bbc4ce55b5, 'click', function() {infowindow.open(map,m_85cb4a95cc7b99a00e4d67bbc4ce55b5);});$marker.push(m_85cb4a95cc7b99a00e4d67bbc4ce55b5);}});}google.maps.event.addDomListener(window, 'load', initialize);