As Seen On
Recognized By
Elder Fraud and Financial Exploitation in Arizona: Understanding the Threat and Legal Recourses
Â
Introduction
In the picturesque state of Arizona, the growing menace of elder fraud and financial exploitation is an issue that cannot be overlooked. At Tamou Law Group PLLC, we recognize the critical need to inform and protect our senior community members from these nefarious activities. This blog aims to shed light on the nature of elder fraud, the legal framework in Arizona for addressing such cases, and how our experienced team can assist victims and their families.
Understanding Elder Fraud
Elder fraud involves deceitful tactics aimed at financially exploiting older individuals, often capitalizing on their vulnerability. This exploitation can take various forms, from telephone scams to identity theft, and even abuse of power of attorney.
Common Types of Elder Fraud:
- Telephone Scams: Fraudsters impersonate legitimate entities to swindle money.
- Identity Theft: Personal information is stolen to access financial resources.
- Abuse of Power of Attorney: Misusing authority for personal gain.
Arizona’s Legal Stance
Arizona takes a firm stand against elder fraud and financial exploitation, with specific statutes in place to safeguard seniors.
Key Statutes:
- Arizona Revised Statutes §46-456: Addresses exploitation of vulnerable adults, outlining penalties for those who use manipulation or deception to control or divert a vulnerable adult’s resources.
- Arizona Revised Statutes §13-1814: Defines theft from a vulnerable adult as a specific crime, enhancing penalties for perpetrators.
- Arizona Adult Protective Services Act: Provides a framework for reporting and investigating elder abuse and exploitation.
These laws are designed to offer robust protection and serve as a deterrent against potential offenders.
Recognizing the Signs
Awareness is a powerful tool. Recognizing the signs of elder fraud is the first step towards prevention.
Indicators of Elder Fraud:
- Unusual bank transactions or changes in financial habits.
- Sudden alterations in wills or power of attorney.
- Unexplained fear or anxiety when discussing finances.
How Tamou Law Group PLLC Can Help
At Tamou Law Group PLLC, we specialize in elder law and are committed to fighting for the rights of seniors. Our approach includes:
Legal Representation:
- Investigation and Legal Action: We thoroughly investigate each case, gathering evidence and building a strong legal strategy.
- Litigation and Settlement: Our team is equipped to handle courtroom battles and negotiate settlements that serve our clients’ best interests.
Preventive Measures:
- Educational Workshops: We conduct workshops to educate seniors and their families about the risks and prevention of elder fraud.
- Estate Planning and Legal Documentation: Our services include estate planning and drafting legal documents to safeguard assets.
Engaging the Community
Community involvement is crucial. We encourage families and caregivers to stay vigilant and report any suspicious activity. Open communication and education can significantly reduce the risk of elder fraud.
Conclusion
Elder fraud and financial exploitation are serious issues in Arizona, but with informed legal guidance and community vigilance, we can protect our seniors. If you or a loved one are facing such challenges, do not hesitate to contact Tamou Law Group PLLC at 623-321-4699. Our dedicated team is here to offer comprehensive legal support and peace of mind.
Awards & Recognition
Our recognition for Phoenix criminal defense defense is independently verified, click any award to confirm it:
- National Trial Lawyers Top 100
- National Trial Lawyers Top 40 Under 40
- Elite Lawyer 2026 – Criminal Defense
- Super Lawyers – Southwest
- National College for DUI Defense (NCDD)
When you are looking for the best Phoenix criminal defense lawyers, these are the independently verified credentials that matter, earned by Founding Attorney Michael Tamou and a full team of attorneys, including former prosecutors.
What Clients Say About Tamou Law
Real Google reviews from clients we have defended across Phoenix and Maricopa County. Every review is from a criminal defense client, never padded with non-legal work.
Frequently Asked Questions
What is considered financial exploitation of a vulnerable adult in Arizona?
Under A.R.S. 46-456, financial exploitation occurs when someone in a position of trust uses deception, intimidation, or undue influence to take control of a vulnerable adult’s money or property for their own benefit. Common examples include draining bank accounts, misusing a power of attorney, and pressuring changes to wills or deeds.
Is stealing from an elderly person a felony in Arizona?
Yes, theft from a vulnerable adult is a felony in Arizona, and taking $25,000 or more is a class 2 felony under A.R.S. 13-1802, the same level as many violent crimes. Even smaller amounts can be charged as felonies when the victim was in the defendant’s care.
Can you sue someone for financially exploiting an elderly parent in Arizona?
Yes, Arizona law allows civil lawsuits against those who financially exploit vulnerable adults, and A.R.S. 46-456 can force a wrongdoer to forfeit inheritances and benefits from the victim’s estate. Families can pursue civil recovery of stolen assets at the same time prosecutors pursue criminal charges.
How much prison time can you get for elder fraud in Arizona?
A first-time offender convicted of a class 2 felony for exploiting a vulnerable adult faces a presumptive five years in prison, with sentences ranging from three to 12.5 years. Judges can also treat the victim’s age of 65 or older as an aggravating factor that increases the sentence.
How do I report suspected elder financial abuse in Arizona?
Report suspected elder financial abuse to Arizona Adult Protective Services at 1-877-767-2385 or online, and call local police if a crime like theft or fraud is in progress. Caregivers, medical providers, and fiduciaries are legally required to report exploitation under A.R.S. 46-454.
Does misusing a power of attorney count as a crime in Arizona?
Yes, an agent who uses a power of attorney to take an elderly person’s money for personal gain can be prosecuted for theft under A.R.S. 13-1802 and sued civilly for breaching fiduciary duties. Even family members holding power of attorney face felony charges for self-dealing.
How long after elder fraud occurs can charges be filed in Arizona?
Arizona prosecutors generally have seven years to file felony fraud or theft charges, and under A.R.S. 13-107 that clock does not start until the crime is actually discovered. Because elder exploitation often stays hidden for years, charges can follow long after the money disappeared.
What should you do if you are accused of exploiting a vulnerable adult in Arizona?
Do not speak to investigators or Adult Protective Services without a lawyer, because vulnerable adult exploitation allegations can bring felony theft charges, civil liability, and disinheritance under A.R.S. 46-456. Tamou Law Group defends these cases across Phoenix and Scottsdale. Call 623-321-4699, 24/7.
Two Arizona Offices, One Team
We serve all of Maricopa County and the surrounding area, with free, confidential consultations 24/7 by phone and in-person meetings at either office by appointment.
Case Results Disclaimer: The results described on this page are based on specific facts and circumstances and do not guarantee or predict a similar outcome in any future case. Every case is different. Past results do not guarantee future results. No attorney-client relationship is formed by viewing this page or submitting a contact form until a written fee agreement has been signed. Tamou Law Group, PLLC is licensed to practice law in the State of Arizona. This website is for informational purposes only and does not constitute legal advice.
(function() {
function customizeConsultForm() {
var form = document.querySelector('#consult-form');
if (!form) return false;
var fields = form.querySelectorAll('.gfield');
var emailField = null;
var didWork = false;
fields.forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var labelText = (label.textContent || '').trim().toLowerCase();
if (labelText.indexOf('best way to reply') !== -1 || labelText.indexOf('preferred contact') !== -1) {
field.classList.add('tlg-hide-field');
field.querySelectorAll('input').forEach(function(input) {
input.checked = false;
input.removeAttribute('required');
});
didWork = true;
}
if (labelText.indexOf('email') !== -1) {
emailField = field;
field.classList.add('tlg-email-required');
field.querySelectorAll('input[type="email"], input[type="text"]').forEach(function(input) {
input.setAttribute('required', 'required');
input.setAttribute('aria-required', 'true');
});
didWork = true;
}
});
var gform = form.tagName === 'FORM' ? form : (form.querySelector('form') || form.closest('form'));
if (!gform) gform = document.querySelector('#consult-form form, form[id^="gform_"]');
if (gform && !gform.dataset.tlgSourceBound) {
gform.dataset.tlgSourceBound = '1';
var pageUrl = window.location.href;
var pageTitle = document.title || 'Phoenix White Collar Defense Lawyers';
var pagePath = window.location.pathname;
var sourceTag = '[Source: ' + pageTitle.replace(/\s*[,|].*$/, '') + ' | ' + pagePath + ']';
['source_page', 'page_url', 'lander_url'].forEach(function(name) {
var h = document.createElement('input');
h.type = 'hidden';
h.name = name;
h.value = pageUrl;
gform.appendChild(h);
});
var hp = document.createElement('input');
hp.type = 'hidden';
hp.name = 'source_path';
hp.value = pagePath;
gform.appendChild(hp);
function findMessageField() {
var match = null;
form.querySelectorAll('.gfield').forEach(function(field) {
var label = field.querySelector('.gfield_label, label');
if (!label) return;
var t = (label.textContent || '').trim().toLowerCase();
if (t.indexOf('message') !== -1 || t.indexOf('comment') !== -1 || t.indexOf('detail') !== -1 || t.indexOf('describe') !== -1 || t.indexOf('tell us') !== -1 || t.indexOf('your story') !== -1) {
match = field.querySelector('textarea, input[type="text"]');
}
});
if (!match) match = form.querySelector('textarea');
return match;
}
function prependSource() {
var textarea = findMessageField();
if (textarea && textarea.value.indexOf('[Source:') === -1) {
textarea.value = sourceTag + '\n\n' + (textarea.value || '');
}
}
gform.addEventListener('submit', prependSource, true);
var submitBtns = gform.querySelectorAll('input[type="submit"], button[type="submit"], .gform_button');
submitBtns.forEach(function(btn) {
btn.addEventListener('click', function() {
setTimeout(prependSource, 0);
prependSource();
}, true);
});
}
var submitBtn = form.querySelector('input[type="submit"], button[type="submit"]');
if (submitBtn && emailField && !submitBtn.dataset.tlgBound) {
submitBtn.dataset.tlgBound = '1';
submitBtn.addEventListener('click', function(e) {
var emailInput = emailField.querySelector('input[type="email"], input[type="text"]');
if (emailInput && !emailInput.value.trim()) {
e.preventDefault();
emailInput.focus();
emailInput.style.borderColor = '#c62828';
emailInput.style.boxShadow = '0 0 0 3px rgba(198,40,40,.15)';
}
});
}
return didWork;
}
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', customizeConsultForm);
} else {
customizeConsultForm();
}
var attempts = 0;
var interval = setInterval(function() {
attempts++;
var done = customizeConsultForm();
if (done || attempts > 10) clearInterval(interval);
}, 500);
})();






