Basics
- Location:
- Lubbock
Description
A drive along ponds and transitory wetland that can be very productive for birders. Look out for the prairie dog town.
Details
Location:
Lubbock
Map + Directions
Basic Directions
Take Loop 289 south until you reach the FM 835 East exit (Buffalo Springs Road). Drive this a little more than a mile, then turn north onto Boles Road.
}
} else {
document.getElementById("message").innerHTML = "";
//console.log(address, results[0].formatted_address);
if (different(address, results[0].formatted_address)) {
document.getElementById("message").innerHTML = "Did you mean: ";
var p = results[0].geometry.location.toUrlValue();
} else {
var p = results[0].geometry.location;
place( p.lat(), p.lng() );
}
}
} else {
alert("Geocode was not successful for the following reason: " + status);
}
});
}
-->