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(44.945,-122.984)};var g_96cc3ea2d9c0ef6b8d643e1296b983e4 = new google.maps.Geocoder();g_96cc3ea2d9c0ef6b8d643e1296b983e4.geocode( { 'address': "1191 Lancaster Dr NE, Salem, OR 97301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-OR-all-that-glitters-pawn-shop-salem').style.display = '';map = new google.maps.Map(document.getElementById('salem-OR-all-that-glitters-pawn-shop-salem'), mapOptions);}document.getElementById('170bfd03').innerHTML += ' | View Map';var $l96cc3ea2d9c0ef6b8d643e1296b983e4 = '

All That Glitters Pawn Shop Salem

Address: 1191 Lancaster Dr NE, Salem, OR 97301, USA
Phone: (503) 362-9939
';var m_96cc3ea2d9c0ef6b8d643e1296b983e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All That Glitters Pawn Shop Salem',});m_96cc3ea2d9c0ef6b8d643e1296b983e4['infowindow'] = new google.maps.InfoWindow({content: $l96cc3ea2d9c0ef6b8d643e1296b983e4});var infowindow = new google.maps.InfoWindow({content: $l96cc3ea2d9c0ef6b8d643e1296b983e4});google.maps.event.addListener(m_96cc3ea2d9c0ef6b8d643e1296b983e4, 'click', function() {infowindow.open(map,m_96cc3ea2d9c0ef6b8d643e1296b983e4);});$marker.push(m_96cc3ea2d9c0ef6b8d643e1296b983e4);}});}google.maps.event.addDomListener(window, 'load', initialize);