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(47.5335,-122.069)};var g_6a433f664db58ee955f6678d22979a00 = new google.maps.Geocoder();g_6a433f664db58ee955f6678d22979a00.geocode( { 'address': "705 NW Gilman Blvd, Issaquah, WA 98027"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('issaquah-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('issaquah-WA-umpqua-bank'), mapOptions);}document.getElementById('4b1ec3a5').innerHTML += ' | View Map';var $l6a433f664db58ee955f6678d22979a00 = '

Umpqua Bank

Address: 705 NW Gilman Blvd, Issaquah, WA 98027
Phone: (425) 427-1715
';var m_6a433f664db58ee955f6678d22979a00 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_6a433f664db58ee955f6678d22979a00['infowindow'] = new google.maps.InfoWindow({content: $l6a433f664db58ee955f6678d22979a00});var infowindow = new google.maps.InfoWindow({content: $l6a433f664db58ee955f6678d22979a00});google.maps.event.addListener(m_6a433f664db58ee955f6678d22979a00, 'click', function() {infowindow.open(map,m_6a433f664db58ee955f6678d22979a00);});$marker.push(m_6a433f664db58ee955f6678d22979a00);}});}google.maps.event.addDomListener(window, 'load', initialize);