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.4986,-122.692)};var g_a1246093ee221591057981a2848ab903 = new google.maps.Geocoder();g_a1246093ee221591057981a2848ab903.geocode( { 'address': "1100 Nw Murray Rd, Portland, OR 97229"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-sunset-science-park-fcu').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-sunset-science-park-fcu'), mapOptions);}document.getElementById('213412da').innerHTML += ' | View Map';var $la1246093ee221591057981a2848ab903 = '

Sunset Science Park Fcu

Address: 1100 Nw Murray Rd, Portland, OR 97229
Phone: (503) 643-1335
';var m_a1246093ee221591057981a2848ab903 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunset Science Park Fcu',});m_a1246093ee221591057981a2848ab903['infowindow'] = new google.maps.InfoWindow({content: $la1246093ee221591057981a2848ab903});var infowindow = new google.maps.InfoWindow({content: $la1246093ee221591057981a2848ab903});google.maps.event.addListener(m_a1246093ee221591057981a2848ab903, 'click', function() {infowindow.open(map,m_a1246093ee221591057981a2848ab903);});$marker.push(m_a1246093ee221591057981a2848ab903);}});}google.maps.event.addDomListener(window, 'load', initialize);