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.9452,-123.049)};var g_2e232e19c6b03767e7de78274f7a554d = new google.maps.Geocoder();g_2e232e19c6b03767e7de78274f7a554d.geocode( { 'address': "110 Wallace Rd NW, Salem, OR 97304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-scott-gilbert---lighthouse-financial-enterprises-inc').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-scott-gilbert---lighthouse-financial-enterprises-inc'), mapOptions);}document.getElementById('fd92b9a4').innerHTML += ' | View Map';var $l2e232e19c6b03767e7de78274f7a554d = '

Scott Gilbert - Lighthouse Financial Enterprises, Inc.

Address: 110 Wallace Rd NW, Salem, OR 97304, USA
Phone: (503) 485-9500
';var m_2e232e19c6b03767e7de78274f7a554d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Gilbert - Lighthouse Financial Enterprises, Inc.',});m_2e232e19c6b03767e7de78274f7a554d['infowindow'] = new google.maps.InfoWindow({content: $l2e232e19c6b03767e7de78274f7a554d});var infowindow = new google.maps.InfoWindow({content: $l2e232e19c6b03767e7de78274f7a554d});google.maps.event.addListener(m_2e232e19c6b03767e7de78274f7a554d, 'click', function() {infowindow.open(map,m_2e232e19c6b03767e7de78274f7a554d);});$marker.push(m_2e232e19c6b03767e7de78274f7a554d);}});}google.maps.event.addDomListener(window, 'load', initialize);