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.599,-121.193)};var g_84c841d383893c0b73552d4962f23ad3 = new google.maps.Geocoder();g_84c841d383893c0b73552d4962f23ad3.geocode( { 'address': "1240 W 6th St, The Dalles, OR 97058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('the-dalles-OR-oregon-territory-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('the-dalles-OR-oregon-territory-federal-credit-union'), mapOptions);}document.getElementById('b08d3fdd').innerHTML += ' | View Map';var $l84c841d383893c0b73552d4962f23ad3 = '

Oregon Territory Federal Credit Union

Address: 1240 W 6th St, The Dalles, OR 97058
Phone: (541) 296-6543
';var m_84c841d383893c0b73552d4962f23ad3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Oregon Territory Federal Credit Union',});m_84c841d383893c0b73552d4962f23ad3['infowindow'] = new google.maps.InfoWindow({content: $l84c841d383893c0b73552d4962f23ad3});var infowindow = new google.maps.InfoWindow({content: $l84c841d383893c0b73552d4962f23ad3});google.maps.event.addListener(m_84c841d383893c0b73552d4962f23ad3, 'click', function() {infowindow.open(map,m_84c841d383893c0b73552d4962f23ad3);});$marker.push(m_84c841d383893c0b73552d4962f23ad3);}});}google.maps.event.addDomListener(window, 'load', initialize);