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.564,-122.226)};var g_4926c33b483efa21bd19b7973c5b45f1 = new google.maps.Geocoder();g_4926c33b483efa21bd19b7973c5b45f1.geocode( { 'address': "7803 SE 27th, Ste 170, Mercer Island, WA 98040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mercer-island-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('mercer-island-WA-umpqua-bank'), mapOptions);}document.getElementById('7fe3bd49').innerHTML += ' | View Map';var $l4926c33b483efa21bd19b7973c5b45f1 = '

Umpqua Bank

Address: 7803 SE 27th, Ste 170, Mercer Island, WA 98040
Phone: (206) 232-2117
';var m_4926c33b483efa21bd19b7973c5b45f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_4926c33b483efa21bd19b7973c5b45f1['infowindow'] = new google.maps.InfoWindow({content: $l4926c33b483efa21bd19b7973c5b45f1});var infowindow = new google.maps.InfoWindow({content: $l4926c33b483efa21bd19b7973c5b45f1});google.maps.event.addListener(m_4926c33b483efa21bd19b7973c5b45f1, 'click', function() {infowindow.open(map,m_4926c33b483efa21bd19b7973c5b45f1);});$marker.push(m_4926c33b483efa21bd19b7973c5b45f1);}});}google.maps.event.addDomListener(window, 'load', initialize);