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.8193,-77.0642)};var g_58c0c5010ab781e7e188e88c7270702b = new google.maps.Geocoder();g_58c0c5010ab781e7e188e88c7270702b.geocode( { 'address': "4875 Eisenhower Ave Suite 100, Alexandria, VA 22304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-commonwealth-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-commonwealth-credit-union'), mapOptions);}document.getElementById('5b833611').innerHTML += ' | View Map';var $l58c0c5010ab781e7e188e88c7270702b = '

CommonWealth Credit Union

Address: 4875 Eisenhower Ave Suite 100, Alexandria, VA 22304
Phone: (571) 765-3302
';var m_58c0c5010ab781e7e188e88c7270702b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CommonWealth Credit Union',});m_58c0c5010ab781e7e188e88c7270702b['infowindow'] = new google.maps.InfoWindow({content: $l58c0c5010ab781e7e188e88c7270702b});var infowindow = new google.maps.InfoWindow({content: $l58c0c5010ab781e7e188e88c7270702b});google.maps.event.addListener(m_58c0c5010ab781e7e188e88c7270702b, 'click', function() {infowindow.open(map,m_58c0c5010ab781e7e188e88c7270702b);});$marker.push(m_58c0c5010ab781e7e188e88c7270702b);}});}google.maps.event.addDomListener(window, 'load', initialize);