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_207c43aef6060ba2345d3c86175dd891 = new google.maps.Geocoder();g_207c43aef6060ba2345d3c86175dd891.geocode( { 'address': "2113 Crystal Plaza Arc, Arlington, VA 22202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-first-virginia-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-first-virginia-bank'), mapOptions);}document.getElementById('8085848d').innerHTML += ' | View Map';var $l207c43aef6060ba2345d3c86175dd891 = '

First Virginia Bank

Address: 2113 Crystal Plaza Arc, Arlington, VA 22202
Phone: (703) 415-0312
';var m_207c43aef6060ba2345d3c86175dd891 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Virginia Bank',});m_207c43aef6060ba2345d3c86175dd891['infowindow'] = new google.maps.InfoWindow({content: $l207c43aef6060ba2345d3c86175dd891});var infowindow = new google.maps.InfoWindow({content: $l207c43aef6060ba2345d3c86175dd891});google.maps.event.addListener(m_207c43aef6060ba2345d3c86175dd891, 'click', function() {infowindow.open(map,m_207c43aef6060ba2345d3c86175dd891);});$marker.push(m_207c43aef6060ba2345d3c86175dd891);}});}google.maps.event.addDomListener(window, 'load', initialize);