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_747cd247d7e5dca7fa453e0dca5204b7 = new google.maps.Geocoder();g_747cd247d7e5dca7fa453e0dca5204b7.geocode( { 'address': "10260 SW Greenburg Rd, Portland, OR 97223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-united-western-bank').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-united-western-bank'), mapOptions);}document.getElementById('68f33750').innerHTML += ' | View Map';var $l747cd247d7e5dca7fa453e0dca5204b7 = '

United Western Bank

Address: 10260 SW Greenburg Rd, Portland, OR 97223
Phone: (503) 535-8808
';var m_747cd247d7e5dca7fa453e0dca5204b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Western Bank',});m_747cd247d7e5dca7fa453e0dca5204b7['infowindow'] = new google.maps.InfoWindow({content: $l747cd247d7e5dca7fa453e0dca5204b7});var infowindow = new google.maps.InfoWindow({content: $l747cd247d7e5dca7fa453e0dca5204b7});google.maps.event.addListener(m_747cd247d7e5dca7fa453e0dca5204b7, 'click', function() {infowindow.open(map,m_747cd247d7e5dca7fa453e0dca5204b7);});$marker.push(m_747cd247d7e5dca7fa453e0dca5204b7);}});}google.maps.event.addDomListener(window, 'load', initialize);