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.8048,-77.0558)};var g_6c79076d0e861b5278c21cf131eea327 = new google.maps.Geocoder();g_6c79076d0e861b5278c21cf131eea327.geocode( { 'address': "1414 Prince St # 100, Alexandria, VA 22314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-atm-virginia-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-atm-virginia-commerce-bank'), mapOptions);}document.getElementById('15535e2f').innerHTML += ' | View Map';var $l6c79076d0e861b5278c21cf131eea327 = '

ATM (Virginia Commerce Bank)

Address: 1414 Prince St # 100, Alexandria, VA 22314, USA
Phone:
';var m_6c79076d0e861b5278c21cf131eea327 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Virginia Commerce Bank)',});m_6c79076d0e861b5278c21cf131eea327['infowindow'] = new google.maps.InfoWindow({content: $l6c79076d0e861b5278c21cf131eea327});var infowindow = new google.maps.InfoWindow({content: $l6c79076d0e861b5278c21cf131eea327});google.maps.event.addListener(m_6c79076d0e861b5278c21cf131eea327, 'click', function() {infowindow.open(map,m_6c79076d0e861b5278c21cf131eea327);});$marker.push(m_6c79076d0e861b5278c21cf131eea327);}});}google.maps.event.addDomListener(window, 'load', initialize);