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.4982,-122.523)};var g_01e38772160525422d03a84cf3addfe9 = new google.maps.Geocoder();g_01e38772160525422d03a84cf3addfe9.geocode( { 'address': "13607 SE Powell Blvd, Portland, OR 97236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portland-OR-money-market-pawn-shop').style.display = '';map = new google.maps.Map(document.getElementById('portland-OR-money-market-pawn-shop'), mapOptions);}document.getElementById('a1361366').innerHTML += ' | View Map';var $l01e38772160525422d03a84cf3addfe9 = '

Money Market Pawn Shop

Address: 13607 SE Powell Blvd, Portland, OR 97236, USA
Phone: (503) 760-6052
';var m_01e38772160525422d03a84cf3addfe9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Market Pawn Shop',});m_01e38772160525422d03a84cf3addfe9['infowindow'] = new google.maps.InfoWindow({content: $l01e38772160525422d03a84cf3addfe9});var infowindow = new google.maps.InfoWindow({content: $l01e38772160525422d03a84cf3addfe9});google.maps.event.addListener(m_01e38772160525422d03a84cf3addfe9, 'click', function() {infowindow.open(map,m_01e38772160525422d03a84cf3addfe9);});$marker.push(m_01e38772160525422d03a84cf3addfe9);}});}google.maps.event.addDomListener(window, 'load', initialize);