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(48.0796,-123.103)};var g_cc1203cf7c6a93c264e30860c8930126 = new google.maps.Geocoder();g_cc1203cf7c6a93c264e30860c8930126.geocode( { 'address': "101 W Washington St, Sequim, WA 98382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sequim-WA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('sequim-WA-us-bank-branch'), mapOptions);}document.getElementById('48cafb34').innerHTML += ' | View Map';var $lcc1203cf7c6a93c264e30860c8930126 = '

U.S. Bank Branch

Address: 101 W Washington St, Sequim, WA 98382, USA
Phone: (360) 683-3366
';var m_cc1203cf7c6a93c264e30860c8930126 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_cc1203cf7c6a93c264e30860c8930126['infowindow'] = new google.maps.InfoWindow({content: $lcc1203cf7c6a93c264e30860c8930126});var infowindow = new google.maps.InfoWindow({content: $lcc1203cf7c6a93c264e30860c8930126});google.maps.event.addListener(m_cc1203cf7c6a93c264e30860c8930126, 'click', function() {infowindow.open(map,m_cc1203cf7c6a93c264e30860c8930126);});$marker.push(m_cc1203cf7c6a93c264e30860c8930126);}});}google.maps.event.addDomListener(window, 'load', initialize);