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.8113,-122.541)};var g_6f717747bc38897e016a32f4d631fa6e = new google.maps.Geocoder();g_6f717747bc38897e016a32f4d631fa6e.geocode( { 'address': "8196 NE State Hwy 104, Kingston, WA 98346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-WA-kitsap-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kingston-WA-kitsap-credit-union'), mapOptions);}document.getElementById('cb11fb33').innerHTML += ' | View Map';var $l6f717747bc38897e016a32f4d631fa6e = '

Kitsap Credit Union

Address: 8196 NE State Hwy 104, Kingston, WA 98346, USA
Phone: (360) 662-2000
';var m_6f717747bc38897e016a32f4d631fa6e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kitsap Credit Union',});m_6f717747bc38897e016a32f4d631fa6e['infowindow'] = new google.maps.InfoWindow({content: $l6f717747bc38897e016a32f4d631fa6e});var infowindow = new google.maps.InfoWindow({content: $l6f717747bc38897e016a32f4d631fa6e});google.maps.event.addListener(m_6f717747bc38897e016a32f4d631fa6e, 'click', function() {infowindow.open(map,m_6f717747bc38897e016a32f4d631fa6e);});$marker.push(m_6f717747bc38897e016a32f4d631fa6e);}});}google.maps.event.addDomListener(window, 'load', initialize);