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(46.7008,-122.958)};var g_734386ab2d776fbe409de96e548abe42 = new google.maps.Geocoder();g_734386ab2d776fbe409de96e548abe42.geocode( { 'address': "1405 S Gold St, Centralia, WA 98531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centralia-WA-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('centralia-WA-buddys-home-furnishings'), mapOptions);}document.getElementById('cba452e1').innerHTML += ' | View Map';var $l734386ab2d776fbe409de96e548abe42 = '

Buddy's Home Furnishings

Address: 1405 S Gold St, Centralia, WA 98531, USA
Phone: (360) 736-0550
';var m_734386ab2d776fbe409de96e548abe42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_734386ab2d776fbe409de96e548abe42['infowindow'] = new google.maps.InfoWindow({content: $l734386ab2d776fbe409de96e548abe42});var infowindow = new google.maps.InfoWindow({content: $l734386ab2d776fbe409de96e548abe42});google.maps.event.addListener(m_734386ab2d776fbe409de96e548abe42, 'click', function() {infowindow.open(map,m_734386ab2d776fbe409de96e548abe42);});$marker.push(m_734386ab2d776fbe409de96e548abe42);}});}google.maps.event.addDomListener(window, 'load', initialize);