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.7831,-77.0746)};var g_7973ef5689391c76f0a087453f67f0ea = new google.maps.Geocoder();g_7973ef5689391c76f0a087453f67f0ea.geocode( { 'address': "6201 Richmond Hwy, Alexandria, VA 22303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-abw-credit-union-inc').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-abw-credit-union-inc'), mapOptions);}document.getElementById('080f106d').innerHTML += ' | View Map';var $l7973ef5689391c76f0a087453f67f0ea = '

AB&W Credit Union, Inc

Address: 6201 Richmond Hwy, Alexandria, VA 22303, USA
Phone: (703) 768-7000
';var m_7973ef5689391c76f0a087453f67f0ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AB&W Credit Union, Inc',});m_7973ef5689391c76f0a087453f67f0ea['infowindow'] = new google.maps.InfoWindow({content: $l7973ef5689391c76f0a087453f67f0ea});var infowindow = new google.maps.InfoWindow({content: $l7973ef5689391c76f0a087453f67f0ea});google.maps.event.addListener(m_7973ef5689391c76f0a087453f67f0ea, 'click', function() {infowindow.open(map,m_7973ef5689391c76f0a087453f67f0ea);});$marker.push(m_7973ef5689391c76f0a087453f67f0ea);}});}google.maps.event.addDomListener(window, 'load', initialize);