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(45.3242,-122.981)};var g_801b73c51efbcb66859c954b7fb59eeb = new google.maps.Geocoder();g_801b73c51efbcb66859c954b7fb59eeb.geocode( { 'address': "3306 Solstice Ln, Newberg, OR 97132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newberg-OR-edwards--associates-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('newberg-OR-edwards--associates-financial-services'), mapOptions);}document.getElementById('e61ef2cb').innerHTML += ' | View Map';var $l801b73c51efbcb66859c954b7fb59eeb = '

Edwards & Associates Financial Services

Address: 3306 Solstice Ln, Newberg, OR 97132, USA
Phone: (503) 537-2995
';var m_801b73c51efbcb66859c954b7fb59eeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edwards & Associates Financial Services',});m_801b73c51efbcb66859c954b7fb59eeb['infowindow'] = new google.maps.InfoWindow({content: $l801b73c51efbcb66859c954b7fb59eeb});var infowindow = new google.maps.InfoWindow({content: $l801b73c51efbcb66859c954b7fb59eeb});google.maps.event.addListener(m_801b73c51efbcb66859c954b7fb59eeb, 'click', function() {infowindow.open(map,m_801b73c51efbcb66859c954b7fb59eeb);});$marker.push(m_801b73c51efbcb66859c954b7fb59eeb);}});}google.maps.event.addDomListener(window, 'load', initialize);