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(46.3983,-117.067)};var g_bef9afc782b1205a050fd75cf4fedf63 = new google.maps.Geocoder();g_bef9afc782b1205a050fd75cf4fedf63.geocode( { 'address': "1301 Highland Ave, Clarkston, WA 99403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarkston-WA-potlatch-no-1-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clarkston-WA-potlatch-no-1-federal-credit-union'), mapOptions);}document.getElementById('8bd3d489').innerHTML += ' | View Map';var $lbef9afc782b1205a050fd75cf4fedf63 = '

Potlatch No 1 Federal Credit Union

Address: 1301 Highland Ave, Clarkston, WA 99403
Phone: (509) 751-1348
';var m_bef9afc782b1205a050fd75cf4fedf63 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Potlatch No 1 Federal Credit Union',});m_bef9afc782b1205a050fd75cf4fedf63['infowindow'] = new google.maps.InfoWindow({content: $lbef9afc782b1205a050fd75cf4fedf63});var infowindow = new google.maps.InfoWindow({content: $lbef9afc782b1205a050fd75cf4fedf63});google.maps.event.addListener(m_bef9afc782b1205a050fd75cf4fedf63, 'click', function() {infowindow.open(map,m_bef9afc782b1205a050fd75cf4fedf63);});$marker.push(m_bef9afc782b1205a050fd75cf4fedf63);}});}google.maps.event.addDomListener(window, 'load', initialize);