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.564,-122.626)};var g_6c4b91f1ce6d7c3cf3620f38e1d3831a = new google.maps.Geocoder();g_6c4b91f1ce6d7c3cf3620f38e1d3831a.geocode( { 'address': "155 Washington Ave, Bremerton, WA 98337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bremerton-WA-kitsap-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('bremerton-WA-kitsap-credit-union-atm'), mapOptions);}document.getElementById('2fd055c2').innerHTML += ' | View Map';var $l6c4b91f1ce6d7c3cf3620f38e1d3831a = '

Kitsap Credit Union ATM

Address: 155 Washington Ave, Bremerton, WA 98337, USA
Phone: (360) 662-2000
';var m_6c4b91f1ce6d7c3cf3620f38e1d3831a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kitsap Credit Union ATM',});m_6c4b91f1ce6d7c3cf3620f38e1d3831a['infowindow'] = new google.maps.InfoWindow({content: $l6c4b91f1ce6d7c3cf3620f38e1d3831a});var infowindow = new google.maps.InfoWindow({content: $l6c4b91f1ce6d7c3cf3620f38e1d3831a});google.maps.event.addListener(m_6c4b91f1ce6d7c3cf3620f38e1d3831a, 'click', function() {infowindow.open(map,m_6c4b91f1ce6d7c3cf3620f38e1d3831a);});$marker.push(m_6c4b91f1ce6d7c3cf3620f38e1d3831a);}});}google.maps.event.addDomListener(window, 'load', initialize);