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.5677,-122.646)};var g_4861650dafeb90c197212d5c90e60a7b = new google.maps.Geocoder();g_4861650dafeb90c197212d5c90e60a7b.geocode( { 'address': "2020 6th St, Bremerton, WA 98337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremerton-WA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('bremerton-WA-us-bank-branch'), mapOptions);}document.getElementById('e88a2a90').innerHTML += ' | View Map';var $l4861650dafeb90c197212d5c90e60a7b = '

U.S. Bank Branch

Address: 2020 6th St, Bremerton, WA 98337, USA
Phone: (360) 782-4410
';var m_4861650dafeb90c197212d5c90e60a7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_4861650dafeb90c197212d5c90e60a7b['infowindow'] = new google.maps.InfoWindow({content: $l4861650dafeb90c197212d5c90e60a7b});var infowindow = new google.maps.InfoWindow({content: $l4861650dafeb90c197212d5c90e60a7b});google.maps.event.addListener(m_4861650dafeb90c197212d5c90e60a7b, 'click', function() {infowindow.open(map,m_4861650dafeb90c197212d5c90e60a7b);});$marker.push(m_4861650dafeb90c197212d5c90e60a7b);}});}google.maps.event.addDomListener(window, 'load', initialize);