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.8806,-81.7639)};var g_48f878c04b5815a87f9421ca27d6b49c = new google.maps.Geocoder();g_48f878c04b5815a87f9421ca27d6b49c.geocode( { 'address': "109 Palmer Ave, Saltville, VA 24370, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saltville-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('saltville-VA-bbt'), mapOptions);}document.getElementById('de58dca5').innerHTML += ' | View Map';var $l48f878c04b5815a87f9421ca27d6b49c = '

BB&T

Address: 109 Palmer Ave, Saltville, VA 24370, United States
Phone: (276) 496-7716
';var m_48f878c04b5815a87f9421ca27d6b49c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_48f878c04b5815a87f9421ca27d6b49c['infowindow'] = new google.maps.InfoWindow({content: $l48f878c04b5815a87f9421ca27d6b49c});var infowindow = new google.maps.InfoWindow({content: $l48f878c04b5815a87f9421ca27d6b49c});google.maps.event.addListener(m_48f878c04b5815a87f9421ca27d6b49c, 'click', function() {infowindow.open(map,m_48f878c04b5815a87f9421ca27d6b49c);});$marker.push(m_48f878c04b5815a87f9421ca27d6b49c);}});}google.maps.event.addDomListener(window, 'load', initialize);