Introducing our DIRECT & ONLY NUMBER 285-GULF! WELCOME to your HASSLE-FREE GULF LINE
Log in
to access your
account online.
Existing
Client
Log in to your
account or call us at
285-GULF
Not yet our client? Click here for quotes.
Log in
to your account to
report a claim
or call us at
285-GULF
Access Claim Forms here
Help
Get Roadside
Assistance
Call 868-822-6030
Property Form | Property Form |
Property Form | Property Form |
Our Products
Who We Are
Gulf Insurance Limited has traded successfully as an Indigenous Caribbean Insurer in the Eastern Caribbean from the early days of its incorporation in 1974.
Get the Best Quote For Your Car!
Don’t Wait – Get Free and Faster Options within minutes.
SZV would like to thank the insurance company for the efficient processing of the claims procedure to be able to finalise all repairs necessary in time for the upcoming hurricane season.
Management SZV
The service I have gotten at Gulf Insurance Limited has been the best if you really want to know. All staff are pleasant, especially “Babsie”. I consider myself lucky to deal with such wonderful and pleasant staff.
Theophilus Paul
Client of 20 years, Client of 20 years
We have worked with GULF Insurance Company for over a year now and are impressed with their services thus far. Our Company, United Caribbean Services Ltd., an AVIS Rent a Car Licensee, purchases, sells and rents vehicles, so speedy issuing of insurance certificates for new vehicles and assisting/advising with claims if any, are key in our business. We would highly recommend doing business with GULF for their humane and speedy interaction with clients such as ourselves.
Avis Rent a Car
United Caribbean Services Ltd., United Caribbean Services Ltd.
Our claim was dealt with quickly so we are happy.
10/10 for Adjuster’s level of service
10/10 for our overall experience.
Definitively recommending Gulf
Chic Optic NV
Very professional company. I have been recommending them to everyone.
10/10 recommendation for Gulf
Operations Manager
Service was fast and secure.
10/10 adjuster’s level of service
10/10 overall experience
10/10 recommendation for Gulf
Marcus Smoorenburg
Staff is very friendly. They went out of their way to ensure everything was done in a timely manner.
10/10 claim satisfaction
10/10 recommendation for Gulf
Education Officer
10/10 recommendation for Gulf
Staff was very friendly. I was very satisfied with Gulf.
Jacqueline Richardson
General Manager
Gulf was brilliant and to the point. Everything was well outlined.
10/10 overall experience
10/10 recommendation for Gulf
Marlon Matser
Accountant
10/10 Adjuster’s level of service
10/10 recommendation for Gulf.
“After the Hurricane, they helped me immediately. I always recommend Gulf to others.” –
Diwesh Deepakraj Badloe
Teacher
Claim was processed speedily. Everything went well.
10/10 claim satisfaction
Augosto Priest
Have been a customer of Gulf for 11 years now and have never had any complaints. Their service is very good.
10/10 overall experience
10/10 recommendation for Gulf
Joyce Allison
Gulf has pleasant people who strive to give you the service you deserve. Staff is very relatable.
Juliette Greene
I have always recommended Gulf to colleagues and others. Overall, I would not switch from Gulf and have already renewed my business.
Sherma Courtar
Once we contacted Gulf, everything went smoothly.
10/10 recommendation for Gulf .
Alexander Davis
Been with Gulf for 14 years. Excellent job after the Hurricane. Everything went smoothly.
Bailiff
Where We Are
Trinidad & Tobago | Anguilla | Curacao | Grenada | St. Kitts & Nevis | St. Maarten | St. Vincent | British Virgin Islands
HEAD OFFICE:
a. 1 Gray Street, St Clair
t. 868-285-GULF
f. 868-628-0272
e. [email protected]
w. gulfinsuranceltd.com
COVID-19
Business Operations
0){ $(‘.note’).hide(); } }) $(“#top-menu li:last-child”).on(‘click’, function() { $(“#tab-login a”).click(); }) $(“.kt-tabs-title-list li a”).on(‘click’, function() { $(“.add-block-2”).addClass(“hidden”); $(“.add-block-1”).addClass(“hidden”); if($(this).hasClass(“kt-tab-title-2”)){ $(“.add-block-3”).removeClass(“hidden”); }else{ $(“.add-block-3”).addClass(“hidden”); } }) $(“.show-add-block-1,.show-add-block-2,.show-add-block-3”).on(‘click’, function() { var $this = $(this); if($this.hasClass(“show-add-block-1”)){ $(“.add-block-2”).addClass(“hidden”) $(“.add-block-3”).addClass(“hidden”);; $(“.add-block-1”).removeClass(“hidden”); $(“.add-block-1”).addClass(“display-block”); } if($this.hasClass(“show-add-block-2”)){ $(“.add-block-1”).addClass(“hidden”); $(“.add-block-3”).addClass(“hidden”); $(“.add-block-2”).removeClass(“hidden”); $(“.add-block-2”).addClass(“display-block”); } if($this.hasClass(“show-add-block-3”)){ $(“.add-block-1”).addClass(“hidden”); $(“.add-block-2”).addClass(“hidden”); $(“.add-block-3”).removeClass(“hidden”); $(“.add-block-3”).addClass(“display-block”); } }) $(“.hamburger”).on(‘click’, function() { var $this = $(this); if($this.hasClass(“is-active”)){ $this.removeClass(“is-active”); $(“.main-nav-container”).slideUp(200); }else{ $this.addClass(“is-active”); $(“.main-nav-container”).slideDown(200); } }) $(“.menu > li.menu-item-has-children, .menu > li > .sub-menu > li.menu-item-has-children”).hover(function(){ $(this).addClass(‘hovered’); $(this).children(‘.sub-menu’).fadeIn(200); },function(){ $(this).removeClass(‘hovered’); $(this).children(‘.sub-menu’).fadeOut(200); }) // CUSTOM CODE TO AVOID Contact Form 7 Addons conflicts $(document).on(‘change’, ‘.accept-radio input[type=”radio”]’, function(){ var $this = $(this); var id = $this.parents(“.accept-radio”).attr(“id”); if($this.val() == “Yes”){ $(‘.claim-form input[name=”‘ + id + ‘”]’).val(“Yes”); }else{ $(‘.claim-form input[name=”‘ + id + ‘”]’).val(“No”); } }) $(document).on(‘change’, ‘.accept’, function(){ var $this = $(this); if($this.prop(“checked”) == true){ $(‘.claim-form input[name=”‘ + $this.attr(“id”) + ‘”]’).val(“1”); }else{ $(‘.claim-form input[name=”‘ + $this.attr(“id”) + ‘”]’).val(“”); } }) // ADDON FOR CONDITIONAL FIELDS. If conditional field placed inside repeater field $(document).on(‘change’, ‘.dependent’, function(){ var $this = $(this); if($this.hasClass(“accept-radio”)){ var val = $this.find(“input:checked”).val(); }else{ var val = $this.children(“option:selected”).val(); } var el = $this.parents(“.dependent-group-block”).find(“.dependent-group”); var dependent_val = el.attr(“data-value”); if(val == dependent_val){ el.show(); }else{ el.hide(); } }); // END ADDON // END CUSTOM CODE // create references to the 3 dropdown fields for later use. var $makes_dd = $(‘[name=”makes”]’); var $models_dd = $(‘[name=”models”]’); var $years_dd = $(‘[name=”years”]’); // run the populate_fields function, and additionally run it every time a value changes populate_fields(); $(‘select’).change(function() { populate_fields(); }); function populate_fields() { var data = { // action needs to match the action hook part after wp_ajax_nopriv_ and wp_ajax_ in the server side script. ‘action’ : ‘cf7_populate_values’, // pass all the currently selected values to the server side script. ‘make’ : $makes_dd.val(), ‘model’ : $models_dd.val(), ‘year’ : $years_dd.val() }; // call the server side script, and on completion, update all dropdown lists with the received values. $.post(‘https://gulfinsuranceltd.com/wp-admin/admin-ajax.php’, data, function(response) { all_values = response; $makes_dd.html(”).append($(”).text(‘—‘)); $models_dd.html(”).append($(”).text(‘—‘)); $years_dd.html(”).append($(”).text(‘—‘)); $.each(all_values.makes, function() { $option = $(“”).text(this).val(this); if (all_values.current_make == this) { $option.attr(‘selected’,’selected’); } $makes_dd.append($option); }); $.each(all_values.models, function() { $option = $(“”).text(this).val(this); if (all_values.current_model == this) { $option.attr(‘selected’,’selected’); } $models_dd.append($option); }); $.each(all_values.years, function() { $option = $(“”).text(this).val(this); if (all_values.current_year == this) { $option.attr(‘selected’,’selected’); } $years_dd.append($option); }); },’json’); } })( jQuery ); ]]>
Source
0 Replies to “Best Insurance Company Trinidad & Tobago”