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.9599,-77.3539)};var g_b0e7534770a01a688aff0634fe3dd8cb = new google.maps.Geocoder();g_b0e7534770a01a688aff0634fe3dd8cb.geocode( { 'address': "1801 Old Reston Ave, Reston, VA 20190, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reston-VA-mvb').style.display = '';map = new google.maps.Map(document.getElementById('reston-VA-mvb'), mapOptions);}document.getElementById('3c25ff9f').innerHTML += ' | View Map';var $lb0e7534770a01a688aff0634fe3dd8cb = '

MVB

Address: 1801 Old Reston Ave, Reston, VA 20190, USA
Phone: (571) 526-4545
';var m_b0e7534770a01a688aff0634fe3dd8cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MVB',});m_b0e7534770a01a688aff0634fe3dd8cb['infowindow'] = new google.maps.InfoWindow({content: $lb0e7534770a01a688aff0634fe3dd8cb});var infowindow = new google.maps.InfoWindow({content: $lb0e7534770a01a688aff0634fe3dd8cb});google.maps.event.addListener(m_b0e7534770a01a688aff0634fe3dd8cb, 'click', function() {infowindow.open(map,m_b0e7534770a01a688aff0634fe3dd8cb);});$marker.push(m_b0e7534770a01a688aff0634fe3dd8cb);}});}google.maps.event.addDomListener(window, 'load', initialize);