Estate & Letting Agents in Pencombe with Grendon Warren, Herefordshire

Find Estate Agents in Pencombe with Grendon Warren, Herefordshire
2 results
Flint & Cook
Flint & Cook

Bromyard

Sales
3 active listings in Pencombe with Grendon Warren, Herefordshire, England
34 total
37 High Street Bromyard HR7 4AE
View Featured Profile
Jackson Property

Leominster

Lettings Sales
2 active listings in Pencombe with Grendon Warren, Herefordshire, England
91 total
3 Broad Street, Leominster, HR6 8BT
View Profile
initializeAllPremierCards() }); // Load detailed stats function function loadDetailedStats() { const button = document.getElementById('load-more-stats'); const statsContainer = document.getElementById('detailed-stats'); if (statsContainer.classList.contains('hidden')) { // Show loading state button.innerHTML = ` Loading... `; // Make AJAX call for detailed stats const location = 'Pencombe with Grendon Warren, Herefordshire'; const agentType = ''; fetch(`/api/agents/detailed-stats?location=${encodeURIComponent(location)}&type=${agentType}`) .then(response => response.json()) .then(data => { // Build detailed stats HTML let statsHtml = '
'; // Property types breakdown if (data.propertyTypes && Object.keys(data.propertyTypes).length > 0) { statsHtml += `
Property Types
`; for (const [type, count] of Object.entries(data.propertyTypes)) { const percentage = Math.round((count / data.totalProperties) * 100); statsHtml += `
${type}: ${count.toLocaleString()} (${percentage}%)
`; } statsHtml += '
'; } // Price ranges if (data.priceRanges) { statsHtml += `
Price Ranges
Avg Sale Price: £${data.priceRanges.avgSalePrice?.toLocaleString() || 'N/A'}
Avg Rent PCM: £${data.priceRanges.avgRentPrice?.toLocaleString() || 'N/A'}
`; } // Top performing agents if (data.topAgents && data.topAgents.length > 0) { statsHtml += `
Top Agents
`; data.topAgents.slice(0, 3).forEach(agent => { statsHtml += `
${agent.name}: ${agent.property_count} props
`; }); statsHtml += '
'; } statsHtml += '
'; // Show stats statsContainer.innerHTML = statsHtml; statsContainer.classList.remove('hidden'); // Update button button.innerHTML = ` Hide Insights `; }) .catch(error => { // If API fails, show some calculated stats from existing data const agents = [{"core_branch_id":56293,"verification_status":"pending","verified_at":null,"verified_by":null,"verification_notes":null,"name":"Flint \u0026 Cook","email":"bromyard@flintandcook.co.uk","sales_phone_number":"01885 488166","address":"37 High Street\r\nBromyard\r\nHR7 4AE ","postcode":"HR7 4AE","website_url":"https:\/\/www.flintandcook.co.uk\/","description":null,"listings_feed_url":null,"feed_format":null,"last_feed_sync":null,"crm_provider":null,"logo":"https:\/\/cdn.home.co.uk\/agents\/56293\/logo.png","office_images":null,"claimed_at":null,"created_at":"2025-12-09T17:17:11.000000Z","updated_at":"2026-01-20T20:01:31.000000Z","deleted_at":null,"claimed_user_id":null,"profile_status":"on_hold","assigned_user_id":null,"id":56293,"agent_company_id":7728,"branch_location":"Bromyard","lettings_phone_number":null,"is_sales":true,"is_lettings":false,"is_commercial":false,"is_hm_agent":true,"geopoint":"0101000020E6100000AAF1D24D621004C0CA6C904946184A40","agent_brand_id":8580,"offers_sales":true,"offers_lettings":false,"claimed_assigned_user_id":null,"brand_color":null,"logo_rect":null,"address_lines":"37 High Street, Bromyard","has_home_listings":false,"external_crm_branch_id":null,"agent_name":"Flint \u0026 Cook","branch_name":"Bromyard","lettings":false,"sales":true,"commercial":false,"h_email":"bromyard@flintandcook.co.uk","has_email":true,"h_phone":"01885 488166","has_phone":true,"resolved_brand_color":"#0155a0","boundary_listing_count":"3","property_count":"34","latitude":52.189645,"longitude":-2.508},{"core_branch_id":56288,"verification_status":"pending","verified_at":null,"verified_by":null,"verification_notes":null,"name":"Jackson Property","email":"info@bill-jackson.co.uk","sales_phone_number":"01568 610600","address":"3 Broad Street,\r\nLeominster,\r\nHR6 8BT","postcode":"HR6 8BT","website_url":"https:\/\/www.bill-jackson.co.uk","description":null,"listings_feed_url":null,"feed_format":null,"last_feed_sync":null,"crm_provider":null,"logo":"https:\/\/cdn.home.co.uk\/agents\/56288\/logo.png","office_images":null,"claimed_at":null,"created_at":"2025-12-09T17:17:11.000000Z","updated_at":"2026-01-20T20:01:31.000000Z","deleted_at":null,"claimed_user_id":null,"profile_status":"on_hold","assigned_user_id":null,"id":56288,"agent_company_id":3872,"branch_location":"Leominster","lettings_phone_number":"01568 610600","is_sales":true,"is_lettings":true,"is_commercial":false,"is_hm_agent":false,"geopoint":"0101000020E6100000AF7AC03C64EA05C0F8510DFB3D1D4A40","agent_brand_id":4585,"offers_sales":true,"offers_lettings":true,"claimed_assigned_user_id":null,"brand_color":null,"logo_rect":null,"address_lines":"3 Broad Street, Leominster","has_home_listings":false,"external_crm_branch_id":null,"agent_name":"Jackson Property","branch_name":"Leominster","lettings":true,"sales":true,"commercial":false,"h_email":"info@bill-jackson.co.uk","has_email":true,"h_phone":"01568 610600","has_phone":true,"resolved_brand_color":"#042b43","boundary_listing_count":"2","property_count":"91","latitude":52.228454,"longitude":-2.739449}]; let topAgents = []; agents.forEach(agent => { // Collect top agents if (agent.property_count > 0) { topAgents.push({ name: agent.name, property_count: agent.property_count }); } }); // Sort top agents topAgents.sort((a, b) => b.property_count - a.property_count); let statsHtml = '
'; // Show top agents if (topAgents.length > 0) { statsHtml += `
Top Performing Agents
`; topAgents.slice(0, 5).forEach(agent => { statsHtml += `
${agent.name}: ${agent.property_count} properties
`; }); statsHtml += '
'; } statsHtml += '
'; statsContainer.innerHTML = statsHtml; statsContainer.classList.remove('hidden'); button.innerHTML = ` Hide Insights `; }); } else { // Hide stats statsContainer.classList.add('hidden'); button.innerHTML = ` Load Detailed Insights `; } } // Open agent map function function openAgentMap(locationSlug) { // Use the floating view toggle button const mapBtn = document.getElementById('agent-view-map'); if (mapBtn) { mapBtn.click(); } else { // Fallback to old button const oldMapBtn = document.getElementById('view-map-btn'); if (oldMapBtn) { oldMapBtn.click(); } else { // Last resort - open map page window.location.href = `/agents/${locationSlug}/map`; } } }