🚀 Soft Launch - Still in BETA! Play around and explore local services, local produce and pre-loved treasures. Report bugs to help us improve!
Local Services

Property Maintenance

99 Cross Ln, Mountsorrel, Loughborough

Directory Listing Local Services Handyman
Get in Touch

Share this business

About Property Maintenance

Property Maintenance Handyman in Mountsorrel offers reliable services for both home and business needs. For a quote, customers can reach them at +44 116 230 2247. This handyman specializes in a variety of repair tasks, including plumbing fixes, electrical repairs, and general maintenance work. Whether it's hanging shelves, fixing leaky faucets, or performing routine upkeep, the skilled handyperson is dedicated to providing quality assistance. Serving the Mountsorrel area, Property Maintenance Handyman is committed to making life easier for local residents and businesses alike. Their expertise ensures that every job, big or small, is handled efficiently and professionally, making them a trusted choice for handyman services in Loughborough.
This description was generated from public directory data. Business owners can claim and edit their listing for free.

Business Gallery

4 Photos
Click any image to view in full size

Location & Directions

Address
99 Cross Ln, Mountsorrel
Loughborough
United Kingdom
Quick Actions
Quick Contact
ADDRESS
99 Cross Ln, Mountsorrel
Loughborough
Listed Business
Is this your business?

Claim your free listing to update information and attract more customers.

Claim This Business

Related Businesses Nearby

Discover other Local Services businesses in your area

TCS Property Maintenance
TCS Property Maintenance

Cumberland Trading Estate, Unit F27-28, Loughborough, LE11 5DF

Local Services Pest Control
Gold's pest control
Gold's pest control

3 Mill Ln, Long Whatton, Loughborough, LE12 5BD

Local Services Pest Control
Loughborough Property Services
Loughborough Property Services

2, Field House, Field St, Shepshed, Loughborough

Local Services Handyman

🐝 Site Under Maintenance

We're currently performing maintenance and updates to bring you the best local business directory experience.

Please check back soon. We'll be back online shortly!

Need immediate assistance? Contact us here

// Universal marketplace link interceptor - intercepts ALL marketplace links document.addEventListener('DOMContentLoaded', function() { // Find all links pointing to marketplace const marketplaceLinks = document.querySelectorAll('a[href="/marketplace"], a[href*="marketplace_home"]'); marketplaceLinks.forEach(function(link) { // Check if link contains "Shop Marketplace" text or shopping cart icon const linkText = link.textContent.trim(); const hasShoppingIcon = link.querySelector('.fa-shopping-cart'); if (linkText.includes('Shop Marketplace') || linkText.includes('SHOP MARKETPLACE') || hasShoppingIcon) { // Prevent default navigation and show modal link.addEventListener('click', function(e) { e.preventDefault(); // Use the existing showMarketplaceModal function if (typeof showMarketplaceModal === 'function') { showMarketplaceModal(); } else { // Fallback - directly show the modal const modal = document.getElementById('freshMarketplaceModal'); if (modal) { const bsModal = new bootstrap.Modal(modal); bsModal.show(); } } }); } }); });