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(48.3032,-122.647)};var g_315ac7d6bf5af0b52796e013ff8102d9 = new google.maps.Geocoder();g_315ac7d6bf5af0b52796e013ff8102d9.geocode( { 'address': "32650 WA-20, Oak Harbor, WA 98277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-harbor-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('oak-harbor-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('cda4d866').innerHTML += ' | View Map';var $l315ac7d6bf5af0b52796e013ff8102d9 = '

Bank of the Pacific

Address: 32650 WA-20, Oak Harbor, WA 98277, USA
Phone: (360) 240-2525
';var m_315ac7d6bf5af0b52796e013ff8102d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_315ac7d6bf5af0b52796e013ff8102d9['infowindow'] = new google.maps.InfoWindow({content: $l315ac7d6bf5af0b52796e013ff8102d9});var infowindow = new google.maps.InfoWindow({content: $l315ac7d6bf5af0b52796e013ff8102d9});google.maps.event.addListener(m_315ac7d6bf5af0b52796e013ff8102d9, 'click', function() {infowindow.open(map,m_315ac7d6bf5af0b52796e013ff8102d9);});$marker.push(m_315ac7d6bf5af0b52796e013ff8102d9);}});}google.maps.event.addDomListener(window, 'load', initialize);