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(47.0138,-124.162)};var g_6a6364e490bb24002f8f6ea948ceb61c = new google.maps.Geocoder();g_6a6364e490bb24002f8f6ea948ceb61c.geocode( { 'address': "849 Point Brown Ave NW # 5, Ocean Shores, WA 98569, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ocean-shores-WA-mc-gregor-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('ocean-shores-WA-mc-gregor-insurance-inc'), mapOptions);}document.getElementById('54274e87').innerHTML += ' | View Map';var $l6a6364e490bb24002f8f6ea948ceb61c = '

Mc Gregor Insurance Inc

Address: 849 Point Brown Ave NW # 5, Ocean Shores, WA 98569, USA
Phone: (360) 289-2808
';var m_6a6364e490bb24002f8f6ea948ceb61c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mc Gregor Insurance Inc',});m_6a6364e490bb24002f8f6ea948ceb61c['infowindow'] = new google.maps.InfoWindow({content: $l6a6364e490bb24002f8f6ea948ceb61c});var infowindow = new google.maps.InfoWindow({content: $l6a6364e490bb24002f8f6ea948ceb61c});google.maps.event.addListener(m_6a6364e490bb24002f8f6ea948ceb61c, 'click', function() {infowindow.open(map,m_6a6364e490bb24002f8f6ea948ceb61c);});$marker.push(m_6a6364e490bb24002f8f6ea948ceb61c);}});}google.maps.event.addDomListener(window, 'load', initialize);