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.8961,-77.256)};var g_060905b813dc4843519f66564b450136 = new google.maps.Geocoder();g_060905b813dc4843519f66564b450136.geocode( { 'address': "374 Maple Ave E, Vienna, VA 22180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vienna-VA-virginia-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('vienna-VA-virginia-commerce-bank'), mapOptions);}document.getElementById('4a829861').innerHTML += ' | View Map';var $l060905b813dc4843519f66564b450136 = '

Virginia Commerce Bank

Address: 374 Maple Ave E, Vienna, VA 22180
Phone: (703) 319-4150
';var m_060905b813dc4843519f66564b450136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Commerce Bank',});m_060905b813dc4843519f66564b450136['infowindow'] = new google.maps.InfoWindow({content: $l060905b813dc4843519f66564b450136});var infowindow = new google.maps.InfoWindow({content: $l060905b813dc4843519f66564b450136});google.maps.event.addListener(m_060905b813dc4843519f66564b450136, 'click', function() {infowindow.open(map,m_060905b813dc4843519f66564b450136);});$marker.push(m_060905b813dc4843519f66564b450136);}});}google.maps.event.addDomListener(window, 'load', initialize);