Contact Us

How can we help you?
Contact Information
What is the best time to contact you? (Please select all that apply)





Paul D. J. Morgis, CFP ®, Ch FC, MBA, CERTIFIED FINANCIAL PLANNER ™ Professional

1700 South Florida Ave. Floor 2
Lakeland, FL 33803
Phone: 863-603-7081 Fax: 863-686-2769
www.pmiip.com

Securities offered through Cetera Advisor Networks LLC, member FINRA, SIPC. Cetera is under separate ownership from any other named entity.

Advisory Services and Financial Planning offered through Vicus Capital, Inc., a 

federally Registered Investment Advisor.

 

863-603-7081   Fax: 863-686-2769

Toll Free: 866-502-2800

 

[ Online Privacy Policy | Important Disclosures and Form CRS | Business Continuity | Privacy Promise | Order Routing Disclosure | www.ceteraadvisornetworks.com ]



<script> function changeSpecificHrefs(oldHref, newHref) { const allLinks = document.querySelectorAll('a'); // Iterate over the collection of links allLinks.forEach(link => { // Check if the link's current href matches the one you want to change if (link.href === oldHref) { // If it matches, set the new href link.href = newHref; // Or use setAttribute: link.setAttribute('href', newHref); } }); } document.addEventListener('DOMContentLoaded', function () { changeSpecificHrefs('contact_us', 'Contact-Us.10.htm'); changeSpecificHrefs('/preview/contact_us', '/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us/', 'https://admin.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin.emeraldconnect.com/preview/contact_us', 'https://admin.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us/', 'https://admin2.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://admin2.emeraldconnect.com/preview/contact_us', 'https://admin2.emeraldconnect.com/preview/Contact-Us.10.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us/', 'https://www.letsplanyourretirement.com/Contact-Us.10.htm'); changeSpecificHrefs('https://www.letsplanyourretirement.com/contact_us', 'https://www.letsplanyourretirement.com/Contact-Us.10.htm'); }); // Contact Validator $.validator.setDefaults({ submitHandler: function (e) { var _f = $('#form'); if (_f.find('.antispam input').val() != 'not spam') { // honeypot was populated. don't submit return false; } else { var url = 'form_proc.cfm'; var formData = $('#form').serializeArray(); $.post(url, formData).done(function (data) { console.log('Form submitted'); }); console.log(formData); // Clear fileds once form is submitted $('#form').closest('form').find('input[type=text], textarea').val(''); $('#form').fadeOut(); $('.contact-form').empty().hide().html( '

Thank you!

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(.customsection10)') { $('body.customsection10 .map-address').load('contact_us #hcard'); }