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.7419,-122.641)};var g_2c20d18cc6a7829ea44db64b2581482f = new google.maps.Geocoder();g_2c20d18cc6a7829ea44db64b2581482f.geocode( { 'address': "19725 7th Ave NE, Poulsbo, WA 98370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poulsbo-WA-kitsap-bank').style.display = '';map = new google.maps.Map(document.getElementById('poulsbo-WA-kitsap-bank'), mapOptions);}document.getElementById('9b6d2b69').innerHTML += ' | View Map';var $l2c20d18cc6a7829ea44db64b2581482f = '

Kitsap Bank

Address: 19725 7th Ave NE, Poulsbo, WA 98370, USA
Phone: (360) 779-7799
';var m_2c20d18cc6a7829ea44db64b2581482f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kitsap Bank',});m_2c20d18cc6a7829ea44db64b2581482f['infowindow'] = new google.maps.InfoWindow({content: $l2c20d18cc6a7829ea44db64b2581482f});var infowindow = new google.maps.InfoWindow({content: $l2c20d18cc6a7829ea44db64b2581482f});google.maps.event.addListener(m_2c20d18cc6a7829ea44db64b2581482f, 'click', function() {infowindow.open(map,m_2c20d18cc6a7829ea44db64b2581482f);});$marker.push(m_2c20d18cc6a7829ea44db64b2581482f);}});}google.maps.event.addDomListener(window, 'load', initialize);