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.6968,-121.522)};var g_9058ea5aa084f1c3475cd39bf83c1c9f = new google.maps.Geocoder();g_9058ea5aa084f1c3475cd39bf83c1c9f.geocode( { 'address': "1004 Pacific Ave, Hood River, OR 97031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hood-river-OR-pacific-nw-federal-credit-union---hood-river-branch--atm').style.display = '';map = new google.maps.Map(document.getElementById('hood-river-OR-pacific-nw-federal-credit-union---hood-river-branch--atm'), mapOptions);}document.getElementById('74351909').innerHTML += ' | View Map';var $l9058ea5aa084f1c3475cd39bf83c1c9f = '

Pacific NW Federal Credit Union - Hood River Branch & ATM

Address: 1004 Pacific Ave, Hood River, OR 97031, USA
Phone: (800) 444-5858
';var m_9058ea5aa084f1c3475cd39bf83c1c9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific NW Federal Credit Union - Hood River Branch & ATM',});m_9058ea5aa084f1c3475cd39bf83c1c9f['infowindow'] = new google.maps.InfoWindow({content: $l9058ea5aa084f1c3475cd39bf83c1c9f});var infowindow = new google.maps.InfoWindow({content: $l9058ea5aa084f1c3475cd39bf83c1c9f});google.maps.event.addListener(m_9058ea5aa084f1c3475cd39bf83c1c9f, 'click', function() {infowindow.open(map,m_9058ea5aa084f1c3475cd39bf83c1c9f);});$marker.push(m_9058ea5aa084f1c3475cd39bf83c1c9f);}});}google.maps.event.addDomListener(window, 'load', initialize);