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.8755,-78.5105)};var g_ae8fae5681609a2556741d9528afacc6 = new google.maps.Geocoder();g_ae8fae5681609a2556741d9528afacc6.geocode( { 'address': "1025 Woodstock Commons Dr, Woodstock, VA 22664"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-VA-dupont-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-VA-dupont-community-credit-union'), mapOptions);}document.getElementById('3458dc8d').innerHTML += ' | View Map';var $lae8fae5681609a2556741d9528afacc6 = '

Dupont Community Credit Union

Address: 1025 Woodstock Commons Dr, Woodstock, VA 22664
Phone: (540) 459-2345
';var m_ae8fae5681609a2556741d9528afacc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dupont Community Credit Union',});m_ae8fae5681609a2556741d9528afacc6['infowindow'] = new google.maps.InfoWindow({content: $lae8fae5681609a2556741d9528afacc6});var infowindow = new google.maps.InfoWindow({content: $lae8fae5681609a2556741d9528afacc6});google.maps.event.addListener(m_ae8fae5681609a2556741d9528afacc6, 'click', function() {infowindow.open(map,m_ae8fae5681609a2556741d9528afacc6);});$marker.push(m_ae8fae5681609a2556741d9528afacc6);}});}google.maps.event.addDomListener(window, 'load', initialize);