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.1201,-122.293)};var g_9b55682cef16cacd51f5b1f0648668fa = new google.maps.Geocoder();g_9b55682cef16cacd51f5b1f0648668fa.geocode( { 'address': "15003 Meridian E, Puyallup, WA 98375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('puyallup-WA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('puyallup-WA-buddys-home-furnishings'), mapOptions);}document.getElementById('56f0a631').innerHTML += ' | View Map';var $l9b55682cef16cacd51f5b1f0648668fa = '

Buddy's Home Furnishings

Address: 15003 Meridian E, Puyallup, WA 98375, USA
Phone: (253) 848-6644
';var m_9b55682cef16cacd51f5b1f0648668fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_9b55682cef16cacd51f5b1f0648668fa['infowindow'] = new google.maps.InfoWindow({content: $l9b55682cef16cacd51f5b1f0648668fa});var infowindow = new google.maps.InfoWindow({content: $l9b55682cef16cacd51f5b1f0648668fa});google.maps.event.addListener(m_9b55682cef16cacd51f5b1f0648668fa, 'click', function() {infowindow.open(map,m_9b55682cef16cacd51f5b1f0648668fa);});$marker.push(m_9b55682cef16cacd51f5b1f0648668fa);}});}google.maps.event.addDomListener(window, 'load', initialize);