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.6482,-77.3118)};var g_fd0bf11c4c1bb2e15892a0683bcd2c5d = new google.maps.Geocoder();g_fd0bf11c4c1bb2e15892a0683bcd2c5d.geocode( { 'address': "1440 Central Loop, Woodbridge, VA 22193, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbridge-VA-penfed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woodbridge-VA-penfed-credit-union'), mapOptions);}document.getElementById('4fa089b1').innerHTML += ' | View Map';var $lfd0bf11c4c1bb2e15892a0683bcd2c5d = '

Penfed credit union

Address: 1440 Central Loop, Woodbridge, VA 22193, USA
Phone: (800) 247-5626
';var m_fd0bf11c4c1bb2e15892a0683bcd2c5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Penfed credit union',});m_fd0bf11c4c1bb2e15892a0683bcd2c5d['infowindow'] = new google.maps.InfoWindow({content: $lfd0bf11c4c1bb2e15892a0683bcd2c5d});var infowindow = new google.maps.InfoWindow({content: $lfd0bf11c4c1bb2e15892a0683bcd2c5d});google.maps.event.addListener(m_fd0bf11c4c1bb2e15892a0683bcd2c5d, 'click', function() {infowindow.open(map,m_fd0bf11c4c1bb2e15892a0683bcd2c5d);});$marker.push(m_fd0bf11c4c1bb2e15892a0683bcd2c5d);}});}google.maps.event.addDomListener(window, 'load', initialize);