Simplify Your Life with Meridian Homes at Sycamore Drive
3 & 4-Bedroom Indianapolis Homes for Rent
Our three- and four-bedroom rental homes in Indiana are designed with your comfort in mind. Enjoy the space you need with the comfort you desire, all in a single-family style home that feels like your own.

Introducing Total Monthly Price
No guesswork—your Total Monthly Price combines your rent and all required fees, giving you a full view of the cost of living in your new home.
Use our Calculate My Costs tool to customize your monthly estimate and plan with confidence.

//intro to metrics api to ensure Sightmap is loaded and ready for events
document.addEventListener("DOMContentLoaded", function (event) {
const embed = new SightMap.Embed("sightmap");
console.log(embed);
embed.on("ready", function () {
console.log("SightMap is ready");
//metrics.unitDetails.apply.click
embed.on("metrics.unitDetails.apply.click", function (event) {
const unitNumber = event.data.unit.unitNumber;
const eventName = `Apply Click - Unit ${unitNumber}`;
gtag("event", eventName);
});
//metrics.unitlist.unit.click
embed.on("metrics.unitList.unit.click", function (event) {
const unitNumber = event.data.unit.unitNumber;
const eventName = `Unit List Click - Unit ${unitNumber}`;
gtag("event", eventName);
});
//metrics.unitmap.unit.click
embed.on("metrics.unitMap.unit.click", function (event) {
const unitNumber = event.data.unit.unitNumber;
const eventName = `Unit Map Click - Unit ${unitNumber}`;
gtag("event", eventName);
});
//metrics.unitmatches.impression
embed.on("metrics.unitMatches.impression", function (event) {
const eventName = "SightMap Unit Matches View";
gtag("event", eventName);
});
//metrics.unitlist.impression
embed.on("metrics.unitList.impression", function (event) {
const eventName = "SightMap Unit List View";
gtag("event", eventName);
});
//metrics.unitlist.change
embed.on("metrics.unitList.change", function (event) {
const eventName = "SightMap Unit List Change";
gtag("event", eventName);
});
//metrics.unitDetails.outbound.click
embed.on("metrics.unitDetails.outbound.click", function (event) {
const unitNumber = event.data.unit.unitNumber;
const ctaName = event.data.label;
const eventName = `CTA Click - ${ctaName} - Unit ${unitNumber}`;
gtag("event", eventName);
});
});
});
*Total Monthly Price includes base rent, all mandatory monthly fees and any user-selected optional fees. Excludes variable or usage-based fees and required charges due at or prior to move-in or at move-out.