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.5153,-122.68)};var g_c0410c653460d525550e95c900d6b644 = new google.maps.Geocoder();g_c0410c653460d525550e95c900d6b644.geocode( { 'address': "1211 SW 5th Ave #560, Portland, OR 97204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-key-private-bank').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-key-private-bank'), mapOptions);}document.getElementById('7542349c').innerHTML += ' | View Map';var $lc0410c653460d525550e95c900d6b644 = '

Key Private Bank

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