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.6113,-122.333)};var g_403ae99d1425b71673f45a5fb92f9073 = new google.maps.Geocoder();g_403ae99d1425b71673f45a5fb92f9073.geocode( { 'address': "601 Union St, Seattle, WA 98101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-the-commerce-bank-of-washington').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-the-commerce-bank-of-washington'), mapOptions);}document.getElementById('a3e169d2').innerHTML += ' | View Map';var $l403ae99d1425b71673f45a5fb92f9073 = '

The Commerce Bank of Washington

Address: 601 Union St, Seattle, WA 98101
Phone: (206) 292-3900
';var m_403ae99d1425b71673f45a5fb92f9073 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Commerce Bank of Washington',});m_403ae99d1425b71673f45a5fb92f9073['infowindow'] = new google.maps.InfoWindow({content: $l403ae99d1425b71673f45a5fb92f9073});var infowindow = new google.maps.InfoWindow({content: $l403ae99d1425b71673f45a5fb92f9073});google.maps.event.addListener(m_403ae99d1425b71673f45a5fb92f9073, 'click', function() {infowindow.open(map,m_403ae99d1425b71673f45a5fb92f9073);});$marker.push(m_403ae99d1425b71673f45a5fb92f9073);}});}google.maps.event.addDomListener(window, 'load', initialize);