Pre-Sale Opportunity at 4112 Rockingham Drive – Walk to North Hills!
Experience the pinnacle of luxury living with this pre-sale opportunity at 4112 Rockingham Drive, located just a short stroll from the vibrant North Hills district. This prime location offers unparalleled convenience, blending the charm of a quiet neighborhood with easy access to premier shopping, dining, and entertainment.
Design your dream home with Homestead Building Company’s renowned craftsmanship and attention to detail. From thoughtful layouts to high-end finishes, this custom home will be tailored to your lifestyle, all while situated in one of Raleigh’s most desirable areas.
Don’t miss this rare opportunity to create your perfect home in the heart of Midtown. Contact us today to begin your journey!
Schedule a showing at 4112 Rockingham Dr. Fill out the form or call Vlad at 919.556.8472
function initMap() {
var mapElement = document.querySelector('.elementor-widget-google_maps iframe');
if (!mapElement) {
console.error('Google Maps iframe not found');
return;
}
var mapSrc = mapElement.src;
// Define location bias (latitude, longitude)
var locationBias = '35.7796,78.6382'; // Example: San Francisco, CA
// Check if URL already has parameters
if (mapSrc.includes('?')) {
mapSrc += `&location=${locationBias}`;
} else {
mapSrc += `?location=${locationBias}`;
}
// Apply the new src with location bias
mapElement.src = mapSrc;
}
// Run the function after the page has loaded
document.addEventListener('DOMContentLoaded', initMap);