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(47.4015,-120.284)};var g_325e58f8c73d5792e2a873d288e485cc = new google.maps.Geocoder();g_325e58f8c73d5792e2a873d288e485cc.geocode( { 'address': "478 2nd St SE, East Wenatchee, WA 98802, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-wenatchee-WA-wenatchee-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-wenatchee-WA-wenatchee-valley-federal-credit-union'), mapOptions);}document.getElementById('fd5b1df9').innerHTML += ' | View Map';var $l325e58f8c73d5792e2a873d288e485cc = '

Wenatchee Valley Federal Credit Union

Address: 478 2nd St SE, East Wenatchee, WA 98802, USA
Phone: (509) 884-7141
';var m_325e58f8c73d5792e2a873d288e485cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wenatchee Valley Federal Credit Union',});m_325e58f8c73d5792e2a873d288e485cc['infowindow'] = new google.maps.InfoWindow({content: $l325e58f8c73d5792e2a873d288e485cc});var infowindow = new google.maps.InfoWindow({content: $l325e58f8c73d5792e2a873d288e485cc});google.maps.event.addListener(m_325e58f8c73d5792e2a873d288e485cc, 'click', function() {infowindow.open(map,m_325e58f8c73d5792e2a873d288e485cc);});$marker.push(m_325e58f8c73d5792e2a873d288e485cc);}});}google.maps.event.addDomListener(window, 'load', initialize);