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.8856,-77.118)};var g_eaecf3bae49624b97ae5f3ab25df0c76 = new google.maps.Geocoder();g_eaecf3bae49624b97ae5f3ab25df0c76.geocode( { 'address': "4601 N Washington Blvd, Arlington, VA 22201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-citizens-bank'), mapOptions);}document.getElementById('871bf1d5').innerHTML += ' | View Map';var $leaecf3bae49624b97ae5f3ab25df0c76 = '

Citizens Bank

Address: 4601 N Washington Blvd, Arlington, VA 22201, USA
Phone:
';var m_eaecf3bae49624b97ae5f3ab25df0c76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_eaecf3bae49624b97ae5f3ab25df0c76['infowindow'] = new google.maps.InfoWindow({content: $leaecf3bae49624b97ae5f3ab25df0c76});var infowindow = new google.maps.InfoWindow({content: $leaecf3bae49624b97ae5f3ab25df0c76});google.maps.event.addListener(m_eaecf3bae49624b97ae5f3ab25df0c76, 'click', function() {infowindow.open(map,m_eaecf3bae49624b97ae5f3ab25df0c76);});$marker.push(m_eaecf3bae49624b97ae5f3ab25df0c76);}});}google.maps.event.addDomListener(window, 'load', initialize);