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.577,-122.697)};var g_b91b89f8af95f4af78e87ef66c27e3ba = new google.maps.Geocoder();g_b91b89f8af95f4af78e87ef66c27e3ba.geocode( { 'address': "2932 N Lombard St, Portland, OR 97217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-all-that-glitters-pawn-shop-north-portland').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-all-that-glitters-pawn-shop-north-portland'), mapOptions);}document.getElementById('188ce46b').innerHTML += ' | View Map';var $lb91b89f8af95f4af78e87ef66c27e3ba = '

All That Glitters Pawn Shop North Portland

Address: 2932 N Lombard St, Portland, OR 97217, USA
Phone: (503) 247-1019
';var m_b91b89f8af95f4af78e87ef66c27e3ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All That Glitters Pawn Shop North Portland',});m_b91b89f8af95f4af78e87ef66c27e3ba['infowindow'] = new google.maps.InfoWindow({content: $lb91b89f8af95f4af78e87ef66c27e3ba});var infowindow = new google.maps.InfoWindow({content: $lb91b89f8af95f4af78e87ef66c27e3ba});google.maps.event.addListener(m_b91b89f8af95f4af78e87ef66c27e3ba, 'click', function() {infowindow.open(map,m_b91b89f8af95f4af78e87ef66c27e3ba);});$marker.push(m_b91b89f8af95f4af78e87ef66c27e3ba);}});}google.maps.event.addDomListener(window, 'load', initialize);