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.5206,-124.055)};var g_286f73111ed59440a39ec623872a0a12 = new google.maps.Geocoder();g_286f73111ed59440a39ec623872a0a12.geocode( { 'address': "30109 I St, Ocean Park, WA 98640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-park-WA-ocean-pacific-notary-services').style.display = '';map = new google.maps.Map(document.getElementById('ocean-park-WA-ocean-pacific-notary-services'), mapOptions);}document.getElementById('c44000d2').innerHTML += ' | View Map';var $l286f73111ed59440a39ec623872a0a12 = '

Ocean Pacific Notary Services

Address: 30109 I St, Ocean Park, WA 98640, USA
Phone: (360) 665-3090
';var m_286f73111ed59440a39ec623872a0a12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ocean Pacific Notary Services',});m_286f73111ed59440a39ec623872a0a12['infowindow'] = new google.maps.InfoWindow({content: $l286f73111ed59440a39ec623872a0a12});var infowindow = new google.maps.InfoWindow({content: $l286f73111ed59440a39ec623872a0a12});google.maps.event.addListener(m_286f73111ed59440a39ec623872a0a12, 'click', function() {infowindow.open(map,m_286f73111ed59440a39ec623872a0a12);});$marker.push(m_286f73111ed59440a39ec623872a0a12);}});}google.maps.event.addDomListener(window, 'load', initialize);