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(31.6116,-94.6524)};var g_1c23e2956f50da7f917d1e5cd03247bb = new google.maps.Geocoder();g_1c23e2956f50da7f917d1e5cd03247bb.geocode( { 'address': "1008 North St #1, Nacogdoches, TX 75961, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nacogdoches-TX-buddys-home-furnishings').style.display = '';map = new google.maps.Map(document.getElementById('nacogdoches-TX-buddys-home-furnishings'), mapOptions);}document.getElementById('36c19f79').innerHTML += ' | View Map';var $l1c23e2956f50da7f917d1e5cd03247bb = '

Buddy's Home Furnishings

Address: 1008 North St #1, Nacogdoches, TX 75961, USA
Phone: (936) 559-9600
';var m_1c23e2956f50da7f917d1e5cd03247bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buddy's Home Furnishings',});m_1c23e2956f50da7f917d1e5cd03247bb['infowindow'] = new google.maps.InfoWindow({content: $l1c23e2956f50da7f917d1e5cd03247bb});var infowindow = new google.maps.InfoWindow({content: $l1c23e2956f50da7f917d1e5cd03247bb});google.maps.event.addListener(m_1c23e2956f50da7f917d1e5cd03247bb, 'click', function() {infowindow.open(map,m_1c23e2956f50da7f917d1e5cd03247bb);});$marker.push(m_1c23e2956f50da7f917d1e5cd03247bb);}});}google.maps.event.addDomListener(window, 'load', initialize);