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.1442,-122.909)};var g_779ddaacdc4fdffae59186d1db120f30 = new google.maps.Geocoder();g_779ddaacdc4fdffae59186d1db120f30.geocode( { 'address': "400 Allen St, Kelso, WA 98626, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kelso-WA-red-canoe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kelso-WA-red-canoe-credit-union'), mapOptions);}document.getElementById('ae7ed444').innerHTML += ' | View Map';var $l779ddaacdc4fdffae59186d1db120f30 = '

Red Canoe Credit Union

Address: 400 Allen St, Kelso, WA 98626, USA
Phone: (360) 425-2130
';var m_779ddaacdc4fdffae59186d1db120f30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red Canoe Credit Union',});m_779ddaacdc4fdffae59186d1db120f30['infowindow'] = new google.maps.InfoWindow({content: $l779ddaacdc4fdffae59186d1db120f30});var infowindow = new google.maps.InfoWindow({content: $l779ddaacdc4fdffae59186d1db120f30});google.maps.event.addListener(m_779ddaacdc4fdffae59186d1db120f30, 'click', function() {infowindow.open(map,m_779ddaacdc4fdffae59186d1db120f30);});$marker.push(m_779ddaacdc4fdffae59186d1db120f30);}});}google.maps.event.addDomListener(window, 'load', initialize);