Genisys Credit Union is a reputable payday loan company located at 4416 Dixie Hwy, Waterford Twp, MI 48329. They can be contacted at (248) 618-8065. Genisys Credit Union operates during regular business hours.
In Waterford Twp, MI, Genisys Credit Union offers payday loans with competitive interest rates and fees. The exact rates and fees may vary depending on various factors, so it is recommended to contact them directly for detailed information.
Reviews
Rating:
4, ‘comment’ => ‘Great service!’],
[‘rating’ => 3, ‘comment’ => ‘Average experience.’],
[‘rating’ => 4, ‘comment’ => ‘Fast and reliable.’],
[‘rating’ => 2, ‘comment’ => ‘Disappointed with the interest rates.’],
[‘rating’ => 4, ‘comment’ => ‘Helped me in a tough situation.’],
[‘rating’ => 5, ‘comment’ => ‘Highly recommend Genisys Credit Union!’],
[‘rating’ => 3, ‘comment’ => ‘Decent service.’],
[‘rating’ => 4, ‘comment’ => ‘Helpful staff.’],
[‘rating’ => 3, ‘comment’ => ‘Could be better.’],
[‘rating’ => 4, ‘comment’ => ‘Satisfied with the loan process.’],
[‘rating’ => 5, ‘comment’ => ‘Great rates and excellent customer service.’],
[‘rating’ => 3, ‘comment’ => ‘Average experience.’]
];
$totalRating = 0;
foreach ($reviews as $review) {
$totalRating += $review[‘rating’];
}
$averageRating = $totalRating / count($reviews);
for ($i = 1; $i <= 5; $i++) {
if ($i <= $averageRating) {
echo '★';
} else {
echo '☆';
}
}
?>
Rating: