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(43.1256,-123.411)};var g_c1a80e2c0ed9c4e9e686b61220b84260 = new google.maps.Geocoder();g_c1a80e2c0ed9c4e9e686b61220b84260.geocode( { 'address': "250 N Main St, Winston, OR 97496, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-OR-pops-pawn-llc').style.display = '';map = new google.maps.Map(document.getElementById('winston-OR-pops-pawn-llc'), mapOptions);}document.getElementById('b1b528a5').innerHTML += ' | View Map';var $lc1a80e2c0ed9c4e9e686b61220b84260 = '

Pops Pawn llc.

Address: 250 N Main St, Winston, OR 97496, USA
Phone: (541) 679-4001
';var m_c1a80e2c0ed9c4e9e686b61220b84260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pops Pawn llc.',});m_c1a80e2c0ed9c4e9e686b61220b84260['infowindow'] = new google.maps.InfoWindow({content: $lc1a80e2c0ed9c4e9e686b61220b84260});var infowindow = new google.maps.InfoWindow({content: $lc1a80e2c0ed9c4e9e686b61220b84260});google.maps.event.addListener(m_c1a80e2c0ed9c4e9e686b61220b84260, 'click', function() {infowindow.open(map,m_c1a80e2c0ed9c4e9e686b61220b84260);});$marker.push(m_c1a80e2c0ed9c4e9e686b61220b84260);}});}google.maps.event.addDomListener(window, 'load', initialize);