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.2924,-122.317)};var g_28c3b99299b5b27798e3792d87b79236 = new google.maps.Geocoder();g_28c3b99299b5b27798e3792d87b79236.geocode( { 'address': "34507 Pacific Hwy S #1, Federal Way, WA 98003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('federal-way-WA-dons-estate-jewelry--coin-inc').style.display = '';map = new google.maps.Map(document.getElementById('federal-way-WA-dons-estate-jewelry--coin-inc'), mapOptions);}document.getElementById('7a952d66').innerHTML += ' | View Map';var $l28c3b99299b5b27798e3792d87b79236 = '

Don's Estate Jewelry & Coin Inc

Address: 34507 Pacific Hwy S #1, Federal Way, WA 98003, USA
Phone: (253) 517-5441
';var m_28c3b99299b5b27798e3792d87b79236 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Don's Estate Jewelry & Coin Inc',});m_28c3b99299b5b27798e3792d87b79236['infowindow'] = new google.maps.InfoWindow({content: $l28c3b99299b5b27798e3792d87b79236});var infowindow = new google.maps.InfoWindow({content: $l28c3b99299b5b27798e3792d87b79236});google.maps.event.addListener(m_28c3b99299b5b27798e3792d87b79236, 'click', function() {infowindow.open(map,m_28c3b99299b5b27798e3792d87b79236);});$marker.push(m_28c3b99299b5b27798e3792d87b79236);}});}google.maps.event.addDomListener(window, 'load', initialize);