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(38.9681,-77.7385)};var g_ebc5eacb7c0ff87e618c5c1828288b85 = new google.maps.Geocoder();g_ebc5eacb7c0ff87e618c5c1828288b85.geocode( { 'address': "202 W Washington St, Middleburg, VA 20117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middleburg-VA-bbt---middleburg-branch').style.display = '';map = new google.maps.Map(document.getElementById('middleburg-VA-bbt---middleburg-branch'), mapOptions);}document.getElementById('5696b757').innerHTML += ' | View Map';var $lebc5eacb7c0ff87e618c5c1828288b85 = '

BB&T - Middleburg Branch

Address: 202 W Washington St, Middleburg, VA 20117, USA
Phone: (540) 687-5731
';var m_ebc5eacb7c0ff87e618c5c1828288b85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Middleburg Branch',});m_ebc5eacb7c0ff87e618c5c1828288b85['infowindow'] = new google.maps.InfoWindow({content: $lebc5eacb7c0ff87e618c5c1828288b85});var infowindow = new google.maps.InfoWindow({content: $lebc5eacb7c0ff87e618c5c1828288b85});google.maps.event.addListener(m_ebc5eacb7c0ff87e618c5c1828288b85, 'click', function() {infowindow.open(map,m_ebc5eacb7c0ff87e618c5c1828288b85);});$marker.push(m_ebc5eacb7c0ff87e618c5c1828288b85);}});}google.maps.event.addDomListener(window, 'load', initialize);