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.494,-122.865)};var g_6ccfc750f53ceff95ba955d0b070cb0a = new google.maps.Geocoder();g_6ccfc750f53ceff95ba955d0b070cb0a.geocode( { 'address': "18295 SW Tualatin Valley Hwy #A, Beaverton, OR 97006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaverton-OR-a-cut-above-pawn').style.display = '';map = new google.maps.Map(document.getElementById('beaverton-OR-a-cut-above-pawn'), mapOptions);}document.getElementById('05bdd2ba').innerHTML += ' | View Map';var $l6ccfc750f53ceff95ba955d0b070cb0a = '

A Cut Above Pawn

Address: 18295 SW Tualatin Valley Hwy #A, Beaverton, OR 97006, USA
Phone: (503) 277-2274
';var m_6ccfc750f53ceff95ba955d0b070cb0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Cut Above Pawn',});m_6ccfc750f53ceff95ba955d0b070cb0a['infowindow'] = new google.maps.InfoWindow({content: $l6ccfc750f53ceff95ba955d0b070cb0a});var infowindow = new google.maps.InfoWindow({content: $l6ccfc750f53ceff95ba955d0b070cb0a});google.maps.event.addListener(m_6ccfc750f53ceff95ba955d0b070cb0a, 'click', function() {infowindow.open(map,m_6ccfc750f53ceff95ba955d0b070cb0a);});$marker.push(m_6ccfc750f53ceff95ba955d0b070cb0a);}});}google.maps.event.addDomListener(window, 'load', initialize);