LOW VISION CAR CLUB

LOW VISION CAR CLUB this is a page for anyone who was ever in LOW VISION C.C. hung out with LV. or just thought they were a bunch of hellacoolguys.

01/09/2019
12/21/2011
Here is a place for any and all pictures of the Rides of L. V.
02/18/2011

Here is a place for any and all pictures of the Rides of L. V.

05/03/2010

how many people could make a low vision reunion picnic this summer???

Here is a place to post any and all pictures of People in and around L. V.
03/08/2010

Here is a place to post any and all pictures of People in and around L. V.

03/08/2010

new pic up everyone. keep an eye out for more to come.

03/04/2010
02/28/2010

Anybody got a picture of mark Foist's t-bird??

Address

Cheyenne, WY

Website

Alerts

Be the first to know and let us send you an email when LOW VISION CAR CLUB posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });