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.4989,-122.607)};var g_204ce29c4941163c2843bed9d2bcf5d4 = new google.maps.Geocoder();g_204ce29c4941163c2843bed9d2bcf5d4.geocode( { 'address': "801 Commercial Ave, Anacortes, WA 98221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anacortes-WA-bank-of-the-pacific').style.display = '';map = new google.maps.Map(document.getElementById('anacortes-WA-bank-of-the-pacific'), mapOptions);}document.getElementById('d66a9ccb').innerHTML += ' | View Map';var $l204ce29c4941163c2843bed9d2bcf5d4 = '

Bank of the Pacific

Address: 801 Commercial Ave, Anacortes, WA 98221
Phone: (360) 588-9383
';var m_204ce29c4941163c2843bed9d2bcf5d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Pacific',});m_204ce29c4941163c2843bed9d2bcf5d4['infowindow'] = new google.maps.InfoWindow({content: $l204ce29c4941163c2843bed9d2bcf5d4});var infowindow = new google.maps.InfoWindow({content: $l204ce29c4941163c2843bed9d2bcf5d4});google.maps.event.addListener(m_204ce29c4941163c2843bed9d2bcf5d4, 'click', function() {infowindow.open(map,m_204ce29c4941163c2843bed9d2bcf5d4);});$marker.push(m_204ce29c4941163c2843bed9d2bcf5d4);}});}google.maps.event.addDomListener(window, 'load', initialize);