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.8136,-118.425)};var g_ec0e5c6e55929e7e4ffe12960d68924f = new google.maps.Geocoder();g_ec0e5c6e55929e7e4ffe12960d68924f.geocode( { 'address': "103 N Water St, Weston, OR 97886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weston-OR-hapo-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('weston-OR-hapo-community-credit-union'), mapOptions);}document.getElementById('df371344').innerHTML += ' | View Map';var $lec0e5c6e55929e7e4ffe12960d68924f = '

HAPO Community Credit Union

Address: 103 N Water St, Weston, OR 97886, USA
Phone: (541) 567-1500
';var m_ec0e5c6e55929e7e4ffe12960d68924f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HAPO Community Credit Union',});m_ec0e5c6e55929e7e4ffe12960d68924f['infowindow'] = new google.maps.InfoWindow({content: $lec0e5c6e55929e7e4ffe12960d68924f});var infowindow = new google.maps.InfoWindow({content: $lec0e5c6e55929e7e4ffe12960d68924f});google.maps.event.addListener(m_ec0e5c6e55929e7e4ffe12960d68924f, 'click', function() {infowindow.open(map,m_ec0e5c6e55929e7e4ffe12960d68924f);});$marker.push(m_ec0e5c6e55929e7e4ffe12960d68924f);}});}google.maps.event.addDomListener(window, 'load', initialize);