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.1749,-122.522)};var g_e4971735e71b7c924d2f5aef6f5a7334 = new google.maps.Geocoder();g_e4971735e71b7c924d2f5aef6f5a7334.geocode( { 'address': "818 N Sunrise Blvd, Camano Island, WA 98282"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camano-island-WA-coastal-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('camano-island-WA-coastal-community-bank'), mapOptions);}document.getElementById('6c77f3d3').innerHTML += ' | View Map';var $le4971735e71b7c924d2f5aef6f5a7334 = '

Coastal Community Bank

Address: 818 N Sunrise Blvd, Camano Island, WA 98282
Phone: (360) 387-8861
';var m_e4971735e71b7c924d2f5aef6f5a7334 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Community Bank',});m_e4971735e71b7c924d2f5aef6f5a7334['infowindow'] = new google.maps.InfoWindow({content: $le4971735e71b7c924d2f5aef6f5a7334});var infowindow = new google.maps.InfoWindow({content: $le4971735e71b7c924d2f5aef6f5a7334});google.maps.event.addListener(m_e4971735e71b7c924d2f5aef6f5a7334, 'click', function() {infowindow.open(map,m_e4971735e71b7c924d2f5aef6f5a7334);});$marker.push(m_e4971735e71b7c924d2f5aef6f5a7334);}});}google.maps.event.addDomListener(window, 'load', initialize);