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_3e9cead2c9b3e1d6763b44f9d32ee667 = new google.maps.Geocoder();g_3e9cead2c9b3e1d6763b44f9d32ee667.geocode( { 'address': "909 N Hayden Island Dr, Portland, OR 97217"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-queen-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-queen-of-the-west'), mapOptions);}document.getElementById('f442a217').innerHTML += ' | View Map';var $l3e9cead2c9b3e1d6763b44f9d32ee667 = '

Queen Of The West

Address: 909 N Hayden Island Dr, Portland, OR 97217
Phone: (203) 909-5962
';var m_3e9cead2c9b3e1d6763b44f9d32ee667 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Queen Of The West',});m_3e9cead2c9b3e1d6763b44f9d32ee667['infowindow'] = new google.maps.InfoWindow({content: $l3e9cead2c9b3e1d6763b44f9d32ee667});var infowindow = new google.maps.InfoWindow({content: $l3e9cead2c9b3e1d6763b44f9d32ee667});google.maps.event.addListener(m_3e9cead2c9b3e1d6763b44f9d32ee667, 'click', function() {infowindow.open(map,m_3e9cead2c9b3e1d6763b44f9d32ee667);});$marker.push(m_3e9cead2c9b3e1d6763b44f9d32ee667);}});}google.maps.event.addDomListener(window, 'load', initialize);