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(46.9707,-124.151)};var g_81a25c4e9b7f4f8fa356e4863b32735e = new google.maps.Geocoder();g_81a25c4e9b7f4f8fa356e4863b32735e.geocode( { 'address': "795 Point Brown Ave NW, Ocean Shores, WA 98569"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-shores-WA-anchor-bank').style.display = '';map = new google.maps.Map(document.getElementById('ocean-shores-WA-anchor-bank'), mapOptions);}document.getElementById('2940c50c').innerHTML += ' | View Map';var $l81a25c4e9b7f4f8fa356e4863b32735e = '

Anchor Bank

Address: 795 Point Brown Ave NW, Ocean Shores, WA 98569
Phone: (360) 289-3044
';var m_81a25c4e9b7f4f8fa356e4863b32735e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anchor Bank',});m_81a25c4e9b7f4f8fa356e4863b32735e['infowindow'] = new google.maps.InfoWindow({content: $l81a25c4e9b7f4f8fa356e4863b32735e});var infowindow = new google.maps.InfoWindow({content: $l81a25c4e9b7f4f8fa356e4863b32735e});google.maps.event.addListener(m_81a25c4e9b7f4f8fa356e4863b32735e, 'click', function() {infowindow.open(map,m_81a25c4e9b7f4f8fa356e4863b32735e);});$marker.push(m_81a25c4e9b7f4f8fa356e4863b32735e);}});}google.maps.event.addDomListener(window, 'load', initialize);