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(30.9086,-93.9957)};var g_c52376a1820e868235b1851b87492a39 = new google.maps.Geocoder();g_c52376a1820e868235b1851b87492a39.geocode( { 'address': "334 E Gibson St, Jasper, TX 75951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-TX-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('jasper-TX-buddys-home-furnishings'), mapOptions);}document.getElementById('a14eca46').innerHTML += ' | View Map';var $lc52376a1820e868235b1851b87492a39 = '

Buddy's Home Furnishings

Address: 334 E Gibson St, Jasper, TX 75951, USA
Phone: (409) 384-9281
';var m_c52376a1820e868235b1851b87492a39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_c52376a1820e868235b1851b87492a39['infowindow'] = new google.maps.InfoWindow({content: $lc52376a1820e868235b1851b87492a39});var infowindow = new google.maps.InfoWindow({content: $lc52376a1820e868235b1851b87492a39});google.maps.event.addListener(m_c52376a1820e868235b1851b87492a39, 'click', function() {infowindow.open(map,m_c52376a1820e868235b1851b87492a39);});$marker.push(m_c52376a1820e868235b1851b87492a39);}});}google.maps.event.addDomListener(window, 'load', initialize);