Thank you for your interest.
One of the greatest potential risks faced by America's elderly is the need for long-term care. Long-term care insurance transfers a portion of the risk of long-term care expenses to an insurance company helping to protect you and your family from potentially devastating expenses.
After completing the form, please click on the "Submit" button. Your information will be emailed to our offices and we will process your request. All information will be kept confidential.
» Required Fields
| Aslan Wealth Partners |
|
10 Cornell Street
Springfield,
MA
01109
|
| www.aslanwealthpartners.com | | zdimare@financialguide.com |
Your submission is complete
' ).fadeIn('slow'); } } }); // Equal to static Value $.validator.addMethod("equalStatic", function (value, element, param) { return this.optional(element) || value === param; }, "You must answer the question correctly"); $('#form').validate({ rules: { Name: 'required', Email: { required: true, email: true }, Message: 'required', Question: { required: true, equalStatic: '24' } }, messages: { Name: 'Name is Required', Email: 'Email Address is Incorrect', } }); if ('body:is(.customsection8)') { $('body.customsection8 .map-address').load('contact_us #hcard'); } <script> // Get the .map-address element const mapAddress = document.querySelector('.map-address'); // Create the button element const button = document.createElement('a'); button.href = 'https://calendly.com/zdimare-financialguide'; button.classList.add('schedule-meeting-btn'); button.textContent = 'Schedule a Meeting'; button.target = '_blank'; button.rel = 'noopener noreferrer'; // Insert the button before the .map-address element mapAddress.parentNode.insertBefore(button, mapAddress); <script> document.addEventListener('DOMContentLoaded', function () { // Check if the body has the 'agents_list' class if (document.body.classList.contains('agents_list')) { // Find the h2 element var h2Element = document.querySelector('h2.agents_location.collapsed'); if (h2Element) { // Create a new paragraph element var newParagraph = document.createElement('p'); newParagraph.textContent = "Through our relationship with MassMutual Metro New York we have access to the following specialists and resources."; // Insert the new paragraph after the h2 element h2Element.parentNode.insertBefore(newParagraph, h2Element.nextSibling); } // Find the last ul element in the content div var contentDiv = document.getElementById('content'); var ulElements = contentDiv.getElementsByTagName('ul'); var lastUl = ulElements[ulElements.length - 1]; if (lastUl) { // Create another new paragraph element var anotherParagraph = document.createElement('p'); anotherParagraph.textContent = "These individuals above are not employees of Aslan Wealth Partners. These resources are employees of the MassMutual Metro New York."; // Insert the new paragraph after the last ul element lastUl.parentNode.insertBefore(anotherParagraph, lastUl.nextSibling); } } });