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.3818,-122.83)};var g_2b82d6707cfd47e7d5c9e5cfe52103da = new google.maps.Geocoder();g_2b82d6707cfd47e7d5c9e5cfe52103da.geocode( { 'address': "Allyn, WA 98524, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allyn-grapeview-WA-kitsap-bank').style.display = '';map = new google.maps.Map(document.getElementById('allyn-grapeview-WA-kitsap-bank'), mapOptions);}document.getElementById('8ef7536b').innerHTML += ' | View Map';var $l2b82d6707cfd47e7d5c9e5cfe52103da = '

Kitsap Bank

Address: Allyn, WA 98524, USA
Phone:
';var m_2b82d6707cfd47e7d5c9e5cfe52103da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kitsap Bank',});m_2b82d6707cfd47e7d5c9e5cfe52103da['infowindow'] = new google.maps.InfoWindow({content: $l2b82d6707cfd47e7d5c9e5cfe52103da});var infowindow = new google.maps.InfoWindow({content: $l2b82d6707cfd47e7d5c9e5cfe52103da});google.maps.event.addListener(m_2b82d6707cfd47e7d5c9e5cfe52103da, 'click', function() {infowindow.open(map,m_2b82d6707cfd47e7d5c9e5cfe52103da);});$marker.push(m_2b82d6707cfd47e7d5c9e5cfe52103da);}});}google.maps.event.addDomListener(window, 'load', initialize);