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.5424,-122.639)};var g_6c19b1be2641dc01de423b02cfa47b8b = new google.maps.Geocoder();g_6c19b1be2641dc01de423b02cfa47b8b.geocode( { 'address': "619 Bay St, Port Orchard, WA 98366, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-orchard-WA-olympic-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('port-orchard-WA-olympic-bancorp-inc'), mapOptions);}document.getElementById('931904dc').innerHTML += ' | View Map';var $l6c19b1be2641dc01de423b02cfa47b8b = '

Olympic Bancorp Inc

Address: 619 Bay St, Port Orchard, WA 98366, USA
Phone: (360) 876-7800
';var m_6c19b1be2641dc01de423b02cfa47b8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Olympic Bancorp Inc',});m_6c19b1be2641dc01de423b02cfa47b8b['infowindow'] = new google.maps.InfoWindow({content: $l6c19b1be2641dc01de423b02cfa47b8b});var infowindow = new google.maps.InfoWindow({content: $l6c19b1be2641dc01de423b02cfa47b8b});google.maps.event.addListener(m_6c19b1be2641dc01de423b02cfa47b8b, 'click', function() {infowindow.open(map,m_6c19b1be2641dc01de423b02cfa47b8b);});$marker.push(m_6c19b1be2641dc01de423b02cfa47b8b);}});}google.maps.event.addDomListener(window, 'load', initialize);