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.7743,-122.31)};var g_a93680ed2b6d13428b66022c3c18e8b5 = new google.maps.Geocoder();g_a93680ed2b6d13428b66022c3c18e8b5.geocode( { 'address': "20011 Ballinger Way NE, Shoreline, WA 98155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shoreline-WA-umpqua-bank').style.display = '';map = new google.maps.Map(document.getElementById('shoreline-WA-umpqua-bank'), mapOptions);}document.getElementById('3312155b').innerHTML += ' | View Map';var $la93680ed2b6d13428b66022c3c18e8b5 = '

Umpqua Bank

Address: 20011 Ballinger Way NE, Shoreline, WA 98155, USA
Phone: (425) 712-0923
';var m_a93680ed2b6d13428b66022c3c18e8b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Umpqua Bank',});m_a93680ed2b6d13428b66022c3c18e8b5['infowindow'] = new google.maps.InfoWindow({content: $la93680ed2b6d13428b66022c3c18e8b5});var infowindow = new google.maps.InfoWindow({content: $la93680ed2b6d13428b66022c3c18e8b5});google.maps.event.addListener(m_a93680ed2b6d13428b66022c3c18e8b5, 'click', function() {infowindow.open(map,m_a93680ed2b6d13428b66022c3c18e8b5);});$marker.push(m_a93680ed2b6d13428b66022c3c18e8b5);}});}google.maps.event.addDomListener(window, 'load', initialize);