<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Venue Rentals",
"description": "Flexible spaces for weddings, events, meetings, and celebrations in Richmond. The ACCA Shrine Center offers a ballroom, assembly room, activity center, and breakout rooms with on-site amenities and ample parking.",
"url": "https://www.example.com/venue-rentals",
"isPartOf": {
"@type": "WebSite",
"name": "ACCA Shriners",
"url": "https://www.example.com"
},
"mainEntity": {
"@type": [
"EventVenue",
"CivicStructure",
"Place"
],
"name": "ACCA Shrine Center",
"description": "A convenient and flexible event venue in Richmond offering a spacious ballroom, assembly room, detached activity center with indoor/outdoor options, and breakout rooms for small group meetings.",
"address": {
"@type": "PostalAddress",
"streetAddress": "1712 Bellevue Ave.",
"addressLocality": "Richmond",
"addressRegion": "VA",
"postalCode": "23227",
"addressCountry": "US"
},
"telephone": "+1-804-264-0509",
"amenityFeature": [
{
"@type": "LocationFeatureSpecification",
"name": "Free parking",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Parking capacity",
"value": "300+ vehicles"
},
{
"@type": "LocationFeatureSpecification",
"name": "Ballroom stage",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Large TV screens",
"value": "Two"
},
{
"@type": "LocationFeatureSpecification",
"name": "Wireless microphones",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Kitchen access",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Indoor/outdoor option",
"value": true
}
],
"maximumAttendeeCapacity": 600,
"containsPlace": [
{
"@type": "Place",
"name": "Main Event Space (Ballroom)",
"description": "Traditional ballroom that comfortably seats approximately 300 guests with room for dancing, or up to 600 for larger events. Includes a curtained stage, two large television screens, wireless microphones, and access to a full kitchen.",
"maximumAttendeeCapacity": 600
},
{
"@type": "Place",
"name": "Assembly Room",
"description": "Medium-sized space well suited for meetings and presentations of 100 or more guests. Includes a raised stage and sound equipment.",
"maximumAttendeeCapacity": 100
},
{
"@type": "Place",
"name": "Activity Center",
"description": "Detached space with a small kitchen, restrooms, and a raised deck overlooking a shaded lawn—ideal for casual gatherings and events that benefit from indoor and outdoor space."
},
{
"@type": "Place",
"name": "Breakout Rooms",
"description": "Several flexible rooms for smaller meetings, typically accommodating 20 to 40 people. Select rooms include televisions for presentations or media."
}
],
"event": [
{
"@type": "Event",
"name": "Weddings & Celebrations",
"description": "Wedding ceremonies and receptions in a versatile venue with a spacious ballroom, on-site amenities, and ample parking.",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "ACCA Shrine Center",
"address": {
"@type": "PostalAddress",
"streetAddress": "1712 Bellevue Ave.",
"addressLocality": "Richmond",
"addressRegion": "VA",
"postalCode": "23227",
"addressCountry": "US"
}
}
}
],
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Venue Rental Spaces",
"itemListElement": [
{
"@type": "OfferCatalog",
"name": "Large Events",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Ballroom Rental",
"description": "Large ballroom for receptions, banquets, and special occasions."
}
}
]
},
{
"@type": "OfferCatalog",
"name": "Meetings & Presentations",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Assembly Room Rental",
"description": "Meeting and presentation space with a raised stage and sound equipment."
}
}
]
},
{
"@type": "OfferCatalog",
"name": "Casual Indoor/Outdoor",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Activity Center Rental",
"description": "Detached activity center with deck and lawn access for casual events."
}
}
]
},
{
"@type": "OfferCatalog",
"name": "Small Groups",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Breakout Room Rental",
"description": "Smaller meeting rooms accommodating approximately 20 to 40 people; select rooms include TVs."
}
}
]
}
]
}
},
"potentialAction": [
{
"@type": "ContactAction",
"name": "Contact Us for Venue Availability and Booking",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.example.com/contact"
}
}
]
}
</script>