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(47.6792,-122.17)};var g_e9d30684eab68ad542c45e8cd5de1778 = new google.maps.Geocoder();g_e9d30684eab68ad542c45e8cd5de1778.geocode( { 'address': "12669 NE 85th St, Kirkland, WA 98033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirkland-WA-yuppie-pawn-shop-inc').style.display = '';map = new google.maps.Map(document.getElementById('kirkland-WA-yuppie-pawn-shop-inc'), mapOptions);}document.getElementById('86804181').innerHTML += ' | View Map';var $le9d30684eab68ad542c45e8cd5de1778 = '

Yuppie Pawn Shop Inc

Address: 12669 NE 85th St, Kirkland, WA 98033, USA
Phone: (425) 823-8688
';var m_e9d30684eab68ad542c45e8cd5de1778 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Yuppie Pawn Shop Inc',});m_e9d30684eab68ad542c45e8cd5de1778['infowindow'] = new google.maps.InfoWindow({content: $le9d30684eab68ad542c45e8cd5de1778});var infowindow = new google.maps.InfoWindow({content: $le9d30684eab68ad542c45e8cd5de1778});google.maps.event.addListener(m_e9d30684eab68ad542c45e8cd5de1778, 'click', function() {infowindow.open(map,m_e9d30684eab68ad542c45e8cd5de1778);});$marker.push(m_e9d30684eab68ad542c45e8cd5de1778);}});}google.maps.event.addDomListener(window, 'load', initialize);