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(39.1516,-77.9812)};var g_b8b7938f234dfcb4741a746d8bb9689a = new google.maps.Geocoder();g_b8b7938f234dfcb4741a746d8bb9689a.geocode( { 'address': "23 N Church St, Berryville, VA 22611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berryville-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('berryville-VA-bbt'), mapOptions);}document.getElementById('802914e4').innerHTML += ' | View Map';var $lb8b7938f234dfcb4741a746d8bb9689a = '

BB&T

Address: 23 N Church St, Berryville, VA 22611, USA
Phone: (540) 955-1222
';var m_b8b7938f234dfcb4741a746d8bb9689a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_b8b7938f234dfcb4741a746d8bb9689a['infowindow'] = new google.maps.InfoWindow({content: $lb8b7938f234dfcb4741a746d8bb9689a});var infowindow = new google.maps.InfoWindow({content: $lb8b7938f234dfcb4741a746d8bb9689a});google.maps.event.addListener(m_b8b7938f234dfcb4741a746d8bb9689a, 'click', function() {infowindow.open(map,m_b8b7938f234dfcb4741a746d8bb9689a);});$marker.push(m_b8b7938f234dfcb4741a746d8bb9689a);}});}google.maps.event.addDomListener(window, 'load', initialize);