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.746,-122.637)};var g_624f312257f25859261e05da32beb611 = new google.maps.Geocoder();g_624f312257f25859261e05da32beb611.geocode( { 'address': "20148 10th Ave NE b, Poulsbo, WA 98370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('poulsbo-WA-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('poulsbo-WA-columbia-bank'), mapOptions);}document.getElementById('28e2b08f').innerHTML += ' | View Map';var $l624f312257f25859261e05da32beb611 = '

Columbia Bank

Address: 20148 10th Ave NE b, Poulsbo, WA 98370, USA
Phone: (360) 779-9889
';var m_624f312257f25859261e05da32beb611 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbia Bank',});m_624f312257f25859261e05da32beb611['infowindow'] = new google.maps.InfoWindow({content: $l624f312257f25859261e05da32beb611});var infowindow = new google.maps.InfoWindow({content: $l624f312257f25859261e05da32beb611});google.maps.event.addListener(m_624f312257f25859261e05da32beb611, 'click', function() {infowindow.open(map,m_624f312257f25859261e05da32beb611);});$marker.push(m_624f312257f25859261e05da32beb611);}});}google.maps.event.addDomListener(window, 'load', initialize);