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_66705064b387572428517e38ae23e019 = new google.maps.Geocoder();g_66705064b387572428517e38ae23e019.geocode( { 'address': "309 SW 6th Ave, Portland, OR 97204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-historic-us-national-bank-block').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-historic-us-national-bank-block'), mapOptions);}document.getElementById('cee6cdb0').innerHTML += ' | View Map';var $l66705064b387572428517e38ae23e019 = '

Historic US National Bank Block

Address: 309 SW 6th Ave, Portland, OR 97204
Phone: (503) 224-5754
';var m_66705064b387572428517e38ae23e019 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Historic US National Bank Block',});m_66705064b387572428517e38ae23e019['infowindow'] = new google.maps.InfoWindow({content: $l66705064b387572428517e38ae23e019});var infowindow = new google.maps.InfoWindow({content: $l66705064b387572428517e38ae23e019});google.maps.event.addListener(m_66705064b387572428517e38ae23e019, 'click', function() {infowindow.open(map,m_66705064b387572428517e38ae23e019);});$marker.push(m_66705064b387572428517e38ae23e019);}});}google.maps.event.addDomListener(window, 'load', initialize);