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(44.941,-123.057)};var g_bd3b6d65837918be98d962d845a83737 = new google.maps.Geocoder();g_bd3b6d65837918be98d962d845a83737.geocode( { 'address': "1132 Edgewater St NW, Salem, OR 97301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-scott-ruegsegger-at-lighthouse-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-scott-ruegsegger-at-lighthouse-mortgage'), mapOptions);}document.getElementById('2120f19a').innerHTML += ' | View Map';var $lbd3b6d65837918be98d962d845a83737 = '

Scott Ruegsegger at Lighthouse Mortgage

Address: 1132 Edgewater St NW, Salem, OR 97301, USA
Phone: (503) 507-9166
';var m_bd3b6d65837918be98d962d845a83737 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Ruegsegger at Lighthouse Mortgage',});m_bd3b6d65837918be98d962d845a83737['infowindow'] = new google.maps.InfoWindow({content: $lbd3b6d65837918be98d962d845a83737});var infowindow = new google.maps.InfoWindow({content: $lbd3b6d65837918be98d962d845a83737});google.maps.event.addListener(m_bd3b6d65837918be98d962d845a83737, 'click', function() {infowindow.open(map,m_bd3b6d65837918be98d962d845a83737);});$marker.push(m_bd3b6d65837918be98d962d845a83737);}});}google.maps.event.addDomListener(window, 'load', initialize);