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.8009,-122.374)};var g_e5e462dbdab8681caf0932a25f529297 = new google.maps.Geocoder();g_e5e462dbdab8681caf0932a25f529297.geocode( { 'address': "202 5th Ave S, Edmonds, WA 98020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmonds-WA-the-bank-of-washington').style.display = '';map = new google.maps.Map(document.getElementById('edmonds-WA-the-bank-of-washington'), mapOptions);}document.getElementById('eeb4b950').innerHTML += ' | View Map';var $le5e462dbdab8681caf0932a25f529297 = '

The Bank of Washington

Address: 202 5th Ave S, Edmonds, WA 98020
Phone: (425) 776-2265
';var m_e5e462dbdab8681caf0932a25f529297 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Washington',});m_e5e462dbdab8681caf0932a25f529297['infowindow'] = new google.maps.InfoWindow({content: $le5e462dbdab8681caf0932a25f529297});var infowindow = new google.maps.InfoWindow({content: $le5e462dbdab8681caf0932a25f529297});google.maps.event.addListener(m_e5e462dbdab8681caf0932a25f529297, 'click', function() {infowindow.open(map,m_e5e462dbdab8681caf0932a25f529297);});$marker.push(m_e5e462dbdab8681caf0932a25f529297);}});}google.maps.event.addDomListener(window, 'load', initialize);