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_d1d39169296da8831511eb37a5cb73ea = new google.maps.Geocoder();g_d1d39169296da8831511eb37a5cb73ea.geocode( { 'address': "1211 SW 5th Ave, Portland, OR 97204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-key-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-key-trust-co'), mapOptions);}document.getElementById('a5ec8d8e').innerHTML += ' | View Map';var $ld1d39169296da8831511eb37a5cb73ea = '

Key Trust Co

Address: 1211 SW 5th Ave, Portland, OR 97204
Phone: (503) 790-7650
';var m_d1d39169296da8831511eb37a5cb73ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Trust Co',});m_d1d39169296da8831511eb37a5cb73ea['infowindow'] = new google.maps.InfoWindow({content: $ld1d39169296da8831511eb37a5cb73ea});var infowindow = new google.maps.InfoWindow({content: $ld1d39169296da8831511eb37a5cb73ea});google.maps.event.addListener(m_d1d39169296da8831511eb37a5cb73ea, 'click', function() {infowindow.open(map,m_d1d39169296da8831511eb37a5cb73ea);});$marker.push(m_d1d39169296da8831511eb37a5cb73ea);}});}google.maps.event.addDomListener(window, 'load', initialize);