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.2873,-122.654)};var g_0918e4c1d9bfde506f7e1bc16a6f0649 = new google.maps.Geocoder();g_0918e4c1d9bfde506f7e1bc16a6f0649.geocode( { 'address': "275 SE Pioneer Way Suite #1, Oak Harbor, WA 98277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-harbor-WA-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('oak-harbor-WA-peoples-bank'), mapOptions);}document.getElementById('afb839ad').innerHTML += ' | View Map';var $l0918e4c1d9bfde506f7e1bc16a6f0649 = '

PEOPLES BANK

Address: 275 SE Pioneer Way Suite #1, Oak Harbor, WA 98277, USA
Phone: (360) 679-7966
';var m_0918e4c1d9bfde506f7e1bc16a6f0649 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PEOPLES BANK',});m_0918e4c1d9bfde506f7e1bc16a6f0649['infowindow'] = new google.maps.InfoWindow({content: $l0918e4c1d9bfde506f7e1bc16a6f0649});var infowindow = new google.maps.InfoWindow({content: $l0918e4c1d9bfde506f7e1bc16a6f0649});google.maps.event.addListener(m_0918e4c1d9bfde506f7e1bc16a6f0649, 'click', function() {infowindow.open(map,m_0918e4c1d9bfde506f7e1bc16a6f0649);});$marker.push(m_0918e4c1d9bfde506f7e1bc16a6f0649);}});}google.maps.event.addDomListener(window, 'load', initialize);