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.8873,-77.0988)};var g_6c4ce2d66be954338a51e72eb79aae10 = new google.maps.Geocoder();g_6c4ce2d66be954338a51e72eb79aae10.geocode( { 'address': "2500 Wilson Blvd, Arlington, VA 22201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-1st-commonwealth-bank-of-virginia').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-1st-commonwealth-bank-of-virginia'), mapOptions);}document.getElementById('5ac09267').innerHTML += ' | View Map';var $l6c4ce2d66be954338a51e72eb79aae10 = '

1st Commonwealth Bank of Virginia

Address: 2500 Wilson Blvd, Arlington, VA 22201
Phone: (703) 294-4884
';var m_6c4ce2d66be954338a51e72eb79aae10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Commonwealth Bank of Virginia',});m_6c4ce2d66be954338a51e72eb79aae10['infowindow'] = new google.maps.InfoWindow({content: $l6c4ce2d66be954338a51e72eb79aae10});var infowindow = new google.maps.InfoWindow({content: $l6c4ce2d66be954338a51e72eb79aae10});google.maps.event.addListener(m_6c4ce2d66be954338a51e72eb79aae10, 'click', function() {infowindow.open(map,m_6c4ce2d66be954338a51e72eb79aae10);});$marker.push(m_6c4ce2d66be954338a51e72eb79aae10);}});}google.maps.event.addDomListener(window, 'load', initialize);