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.5316,-122.631)};var g_768adb8c7be3c6573f916d1b2995f923 = new google.maps.Geocoder();g_768adb8c7be3c6573f916d1b2995f923.geocode( { 'address': "3233 NE Sandy Blvd, Portland, OR 97232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-portland-housing-center').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-portland-housing-center'), mapOptions);}document.getElementById('10097191').innerHTML += ' | View Map';var $l768adb8c7be3c6573f916d1b2995f923 = '

Portland Housing Center

Address: 3233 NE Sandy Blvd, Portland, OR 97232, USA
Phone: (503) 282-7744
';var m_768adb8c7be3c6573f916d1b2995f923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Portland Housing Center',});m_768adb8c7be3c6573f916d1b2995f923['infowindow'] = new google.maps.InfoWindow({content: $l768adb8c7be3c6573f916d1b2995f923});var infowindow = new google.maps.InfoWindow({content: $l768adb8c7be3c6573f916d1b2995f923});google.maps.event.addListener(m_768adb8c7be3c6573f916d1b2995f923, 'click', function() {infowindow.open(map,m_768adb8c7be3c6573f916d1b2995f923);});$marker.push(m_768adb8c7be3c6573f916d1b2995f923);}});}google.maps.event.addDomListener(window, 'load', initialize);