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.9721,-118.972)};var g_66b61bfc534373b8442dc37629365134 = new google.maps.Geocoder();g_66b61bfc534373b8442dc37629365134.geocode( { 'address': "402 N Columbia Ave, Coulee Dam, WA 99116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coulee-dam-WA-coulee-dam-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('coulee-dam-WA-coulee-dam-federal-credit-union'), mapOptions);}document.getElementById('c0c7fc78').innerHTML += ' | View Map';var $l66b61bfc534373b8442dc37629365134 = '

Coulee Dam Federal Credit Union

Address: 402 N Columbia Ave, Coulee Dam, WA 99116
Phone: (509) 633-0830
';var m_66b61bfc534373b8442dc37629365134 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coulee Dam Federal Credit Union',});m_66b61bfc534373b8442dc37629365134['infowindow'] = new google.maps.InfoWindow({content: $l66b61bfc534373b8442dc37629365134});var infowindow = new google.maps.InfoWindow({content: $l66b61bfc534373b8442dc37629365134});google.maps.event.addListener(m_66b61bfc534373b8442dc37629365134, 'click', function() {infowindow.open(map,m_66b61bfc534373b8442dc37629365134);});$marker.push(m_66b61bfc534373b8442dc37629365134);}});}google.maps.event.addDomListener(window, 'load', initialize);