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.5198,-122.652)};var g_d432ef578c1b90fe857c7c38762b93ab = new google.maps.Geocoder();g_d432ef578c1b90fe857c7c38762b93ab.geocode( { 'address': "1300 SE Oak St, Portland, OR 97214, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-lincoln-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-lincoln-loan-co'), mapOptions);}document.getElementById('35058d97').innerHTML += ' | View Map';var $ld432ef578c1b90fe857c7c38762b93ab = '

Lincoln Loan Co

Address: 1300 SE Oak St, Portland, OR 97214, USA
Phone: (503) 238-6658
';var m_d432ef578c1b90fe857c7c38762b93ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lincoln Loan Co',});m_d432ef578c1b90fe857c7c38762b93ab['infowindow'] = new google.maps.InfoWindow({content: $ld432ef578c1b90fe857c7c38762b93ab});var infowindow = new google.maps.InfoWindow({content: $ld432ef578c1b90fe857c7c38762b93ab});google.maps.event.addListener(m_d432ef578c1b90fe857c7c38762b93ab, 'click', function() {infowindow.open(map,m_d432ef578c1b90fe857c7c38762b93ab);});$marker.push(m_d432ef578c1b90fe857c7c38762b93ab);}});}google.maps.event.addDomListener(window, 'load', initialize);