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.5262,-122.644)};var g_654a15a7b10edf676cbd37e00815ae89 = new google.maps.Geocoder();g_654a15a7b10edf676cbd37e00815ae89.geocode( { 'address': "2122 NE Sandy Blvd, Portland, OR 97232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-silver-lining-jewelry--loan').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-silver-lining-jewelry--loan'), mapOptions);}document.getElementById('5e6f8e4f').innerHTML += ' | View Map';var $l654a15a7b10edf676cbd37e00815ae89 = '

Silver Lining Jewelry & Loan

Address: 2122 NE Sandy Blvd, Portland, OR 97232, USA
Phone: (503) 813-9273
';var m_654a15a7b10edf676cbd37e00815ae89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Silver Lining Jewelry & Loan',});m_654a15a7b10edf676cbd37e00815ae89['infowindow'] = new google.maps.InfoWindow({content: $l654a15a7b10edf676cbd37e00815ae89});var infowindow = new google.maps.InfoWindow({content: $l654a15a7b10edf676cbd37e00815ae89});google.maps.event.addListener(m_654a15a7b10edf676cbd37e00815ae89, 'click', function() {infowindow.open(map,m_654a15a7b10edf676cbd37e00815ae89);});$marker.push(m_654a15a7b10edf676cbd37e00815ae89);}});}google.maps.event.addDomListener(window, 'load', initialize);