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_6ea8b4d9df209d7b00174d71f4dcce33 = new google.maps.Geocoder();g_6ea8b4d9df209d7b00174d71f4dcce33.geocode( { 'address': "1500 SW 1st Ave, Portland, OR 97201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-federal-reserve-bank').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-federal-reserve-bank'), mapOptions);}document.getElementById('88650be8').innerHTML += ' | View Map';var $l6ea8b4d9df209d7b00174d71f4dcce33 = '

Federal Reserve Bank

Address: 1500 SW 1st Ave, Portland, OR 97201
Phone: (503) 276-3000
';var m_6ea8b4d9df209d7b00174d71f4dcce33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Reserve Bank',});m_6ea8b4d9df209d7b00174d71f4dcce33['infowindow'] = new google.maps.InfoWindow({content: $l6ea8b4d9df209d7b00174d71f4dcce33});var infowindow = new google.maps.InfoWindow({content: $l6ea8b4d9df209d7b00174d71f4dcce33});google.maps.event.addListener(m_6ea8b4d9df209d7b00174d71f4dcce33, 'click', function() {infowindow.open(map,m_6ea8b4d9df209d7b00174d71f4dcce33);});$marker.push(m_6ea8b4d9df209d7b00174d71f4dcce33);}});}google.maps.event.addDomListener(window, 'load', initialize);