2021 STAR CAPELLA 2+2

Price: $7,500

Loan Calculator

0 $7.5K
0 100%
0 60
Apply Online

Year 2021

Make STAR

Model CAPELLA 2+2

Trim -

Drivetrain -

Transmission -

Engine -

Mileage 575

Doors -

Exterior Color WHITE

Interior Color WHITE

VIN 52RG31119NG015131

Stock No. 15131
Coastal Carts RMV sells, services and trades quality new and used Evolution and Star EV golf carts. Each golf cart comes with a lithium battery, is street legal, and is tested to be safe for your family and ready for fun. Call today to schedule a test drive or see a street legal electric golf cart for yourself. Ask about our 0% financing option for qualified buyers. www.CoastalCartsRMV.com find us on Instagram: coastalcartsrmv We are a Bazooka and LEDglow dealer, ask me what we can do to customize your cart... more info on Instagram. 

Similar Vehicles

    // Function to open the menu and hide the hamburger button function openMenu() { document.getElementById("menu-phone").style.display = "block"; document.getElementById("menuButton").style.display = "none"; // Hide the hamburger button } // Function to close the menu and show the hamburger button function closeMenu() { document.getElementById("menu-phone").style.display = "none"; document.getElementById("menuButton").style.display = "block"; // Show the hamburger button again } // Close the menu if clicked outside of it window.onclick = function(event) { if (!event.target.matches('.menu-button-phone') && !event.target.matches('.menu-phone, .menu-phone *')) { closeMenu(); } }