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.6483,-122.534)};var g_0e49c032c28f9e60a181630f281eda5a = new google.maps.Geocoder();g_0e49c032c28f9e60a181630f281eda5a.geocode( { 'address': "1050 Hildebrand Ln Ne, Bainbridge Island, WA 98110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bainbridge-island-WA-kitsap-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bainbridge-island-WA-kitsap-credit-union'), mapOptions);}document.getElementById('dc58a7d9').innerHTML += ' | View Map';var $l0e49c032c28f9e60a181630f281eda5a = '

Kitsap Credit Union

Address: 1050 Hildebrand Ln Ne, Bainbridge Island, WA 98110
Phone: (206) 780-8365
';var m_0e49c032c28f9e60a181630f281eda5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kitsap Credit Union',});m_0e49c032c28f9e60a181630f281eda5a['infowindow'] = new google.maps.InfoWindow({content: $l0e49c032c28f9e60a181630f281eda5a});var infowindow = new google.maps.InfoWindow({content: $l0e49c032c28f9e60a181630f281eda5a});google.maps.event.addListener(m_0e49c032c28f9e60a181630f281eda5a, 'click', function() {infowindow.open(map,m_0e49c032c28f9e60a181630f281eda5a);});$marker.push(m_0e49c032c28f9e60a181630f281eda5a);}});}google.maps.event.addDomListener(window, 'load', initialize);