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(45.9077,-122.743)};var g_0d6a652110d37e4d630b426fd2d8d237 = new google.maps.Geocoder();g_0d6a652110d37e4d630b426fd2d8d237.geocode( { 'address': "1147 N Goerig St, Woodland, WA 98674, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-WA-fibre-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woodland-WA-fibre-federal-credit-union'), mapOptions);}document.getElementById('d443510f').innerHTML += ' | View Map';var $l0d6a652110d37e4d630b426fd2d8d237 = '

Fibre Federal Credit Union

Address: 1147 N Goerig St, Woodland, WA 98674, USA
Phone: (360) 423-8750
';var m_0d6a652110d37e4d630b426fd2d8d237 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fibre Federal Credit Union',});m_0d6a652110d37e4d630b426fd2d8d237['infowindow'] = new google.maps.InfoWindow({content: $l0d6a652110d37e4d630b426fd2d8d237});var infowindow = new google.maps.InfoWindow({content: $l0d6a652110d37e4d630b426fd2d8d237});google.maps.event.addListener(m_0d6a652110d37e4d630b426fd2d8d237, 'click', function() {infowindow.open(map,m_0d6a652110d37e4d630b426fd2d8d237);});$marker.push(m_0d6a652110d37e4d630b426fd2d8d237);}});}google.maps.event.addDomListener(window, 'load', initialize);