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.499,-122.579)};var g_d4254a0e7aa1a351983d6b3b4c1816ea = new google.maps.Geocoder();g_d4254a0e7aa1a351983d6b3b4c1816ea.geocode( { 'address': "8001 SE Powell Blvd, Portland, OR 97206, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-usa-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-usa-pawn--jewelry'), mapOptions);}document.getElementById('ba7fe4c3').innerHTML += ' | View Map';var $ld4254a0e7aa1a351983d6b3b4c1816ea = '

USA Pawn & Jewelry

Address: 8001 SE Powell Blvd, Portland, OR 97206, USA
Phone: (503) 774-2051
';var m_d4254a0e7aa1a351983d6b3b4c1816ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USA Pawn & Jewelry',});m_d4254a0e7aa1a351983d6b3b4c1816ea['infowindow'] = new google.maps.InfoWindow({content: $ld4254a0e7aa1a351983d6b3b4c1816ea});var infowindow = new google.maps.InfoWindow({content: $ld4254a0e7aa1a351983d6b3b4c1816ea});google.maps.event.addListener(m_d4254a0e7aa1a351983d6b3b4c1816ea, 'click', function() {infowindow.open(map,m_d4254a0e7aa1a351983d6b3b4c1816ea);});$marker.push(m_d4254a0e7aa1a351983d6b3b4c1816ea);}});}google.maps.event.addDomListener(window, 'load', initialize);