TOYOTA (2026)
Description
Features
Experience unmatched reliability and performance in this exceptional vehicle. Enjoy peace of mind with our Automark promises, ensuring quality and transparency. This unit has passed a thorough road-worthy and Automark inspection, confirming its excellent condition.
We welcome trade-ins and offer flexible finance options to suit your needs. Our team is dedicated to providing top-notch service and hospitality. Don’t miss out on this opportunity; come for a test drive and feel the difference.
– Finance available
– Trade-ins welcome
– Road-worthy inspection completed
– Automark inspection done
– Backed by Toyota
– Seven day exchange plan
– Guaranteed year model and mileage
– Automark warranty available
At NMI, we value our guests and pride ourselves on exceptional service. Experience the difference today.
Mileage is recorded at the time of advertising and may vary.
Finance Calculator
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>














