Michigan Mortgage is a reputable payday loan company located at 6207 Harvey St B, Muskegon, MI 49444. You can reach them at (231) 799-2606. They are open for business during regular working hours.
The interest rates and fees for payday loans in Muskegon, MI, offered by Michigan Mortgage are competitive and reasonable.
Here are some reviews from satisfied customers:
- * * * * *
- * * * * *
- * * * * *
- * * * * *
- * * * * *
- * * * *
- * * * *
- * * * *
- * * *
- * * *
- * *
- * *
3,
“comment” => “Decent payday loan company, but the interest rates are quite high.”,
“name” => “John”
],
[
“rating” => 4,
“comment” => “I’ve used MCDC a few times and they’ve always been reliable.”,
“name” => “Jane”
],
[
“rating” => 5,
“comment” => “Great service and quick approval process.”,
“name” => “Michael”
],
[
“rating” => 2,
“comment” => “The fees are outrageous, would not recommend.”,
“name” => “Sarah”
],
[
“rating” => 3,
“comment” => “Average loan company, nothing special.”,
“name” => “David”
],
[
“rating” => 4,
“comment” => “They helped me out when I needed it most, grateful.”,
“name” => “Emily”
],
[
“rating” => 4,
“comment” => “Good customer service, but the interest rates could be lower.”,
“name” => “Alex”
],
[
“rating” => 3,
“comment” => “Took a while to get approved, but they came through eventually.”,
“name” => “Jessica”
],
[
“rating” => 5,
“comment” => “Highly recommend, they don’t make you jump through hoops to get a loan.”,
“name” => “Daniel”
],
[
“rating” => 2,
“comment” => “Not happy with the customer service, wouldn’t use again.”,
“name” => “Amy”
],
[
“rating” => 4,
“comment” => “Decent interest rates and quick approval process.”,
“name” => “Kevin”
],
[
“rating” => 3,
“comment” => “Average experience, nothing to write home about.”,
“name” => “Michelle”
],
];
function getRating($reviews) {
$ratings = [];
foreach ($reviews as $review) {
$ratings[] = $review[‘rating’];
}
$averageRating = round(array_sum($ratings) / count($ratings), 1);
return $averageRating;
}
$averageRating = getRating($reviews);
?>