Jack Bernstein Personal Injury Accident Lawyer in Las Vegas

Jack G. Bernstein

Jack’s Got Your Back!

Jack G. Bernstein is a strategist and idea person with a genuine passion for helping others. He applies his motivation to every case he handles, taking advantage of his ability to think outside-the-box to create innovative solutions that yield better case results. Another trademark of Jack’s counsel is his commitment to putting his clients’ needs first. He is a hard-working individual who will do everything in his power to uphold your best interests as your case develops.

Experience

40+ years
Get a Free consultation

About Jack Bernstein

Jack G. Bernstein is a strategist and idea person with a genuine passion for helping others. He applies his motivation to every case he handles, taking advantage of his ability to think outside-the-box to create innovative solutions that yield better case results. Another trademark of Jack’s counsel is his commitment to putting his clients’ needs first. He is a hard-working individual who will do everything in his power to uphold your best interests as your case develops.

Jack G. Bernstein is a strategist and idea person with a genuine passion for helping others. He applies his motivation to every case he handles, taking advantage of his ability to think outside-the-box to create innovative solutions that yield better case results. Another trademark of Jack’s counsel is his commitment to putting his clients’ needs first. He is a hard-working individual who will do everything in his power to uphold your best interests as your case develops.

Biography & Education

Jack attended the State University of New York, graduating cum laude with a major in accounting and minors in economics and politics. He went on to obtain his legal degree from the University of Miami School of Law in 1983. While attending law school, Jack clerked for the late Manuel A. Crespo, Esq., who was President of the Cuban American Bar Association at the time and a Circuit Court Judge. Jack attributes his understanding of the practical aspects of the practice of law to the late Judge Crespo, who taught him to above all to put your client first, to live up to the word ‘honor’, and to give respect to all people.

Bar Admissions

  • Nevada
  • Florida
  • U.S. District Court Southern District of Florida
  • U.S. Court of Appeals 5th Circuit
  • U.S. Court of Appeals 11th Circuit

Case Results

For over 40 years, Jack Bernstein has worked on over 50,000 cases and wrote this content as a reflection of his experience and dedication to professionalism. We are always here for your help.

Contact Attorney Jack G. Bernstein

    /** * Sets a cookie based on given values in parameters * * since v1.1.0 * * @param name * @param value * @param days */ function setCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + ( value || "" ) + expires + "; path=/"; } /** * Retrieves cookie * * since v1.1.0 * * @param name * @returns {string|null} */ function getCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return null; } /** * Creates hidden fields based on values * stored in the tracking_cookie and appends * these fields in the * after 1 second as to not conflict with cookie creation */ setTimeout(function() { // Helper function to create and append hidden input fields function createHiddenField(id, name, value) { if (value) { var container = document.getElementById('hidden-fields'); if (container) { // Check if the container element exists var hiddenField = document.createElement("input"); hiddenField.setAttribute("type", "hidden"); hiddenField.setAttribute("id", id); hiddenField.setAttribute("name", name); hiddenField.setAttribute("value", value); container.appendChild(hiddenField); } } } var tracking_cookie = getCookie('tracking_cookie'); if (tracking_cookie) { var decodedCookie = decodeURIComponent(tracking_cookie); var campaignData = JSON.parse(decodedCookie); var fields = [ { id: "utm_campaign", name: "utm_campaign", value: campaignData.utm_campaign }, { id: "utm_source", name: "utm_source", value: campaignData.utm_source }, { id: "utm_medium", name: "utm_medium", value: campaignData.utm_medium }, { id: "utm_content", name: "utm_content", value: campaignData.utm_content }, { id: "utm_term", name: "utm_term", value: campaignData.utm_term }, { id: "utm_keyword", name: "utm_keyword", value: campaignData.utm_keyword }, { id: "gclid", name: "gclid", value: campaignData.gclid }, { id: "fbclid", name: "fbclid", value: campaignData.fbclid }, { id: "twclid", name: "twclid", value: campaignData.twclid }, ]; // Iterate through the fields and create hidden inputs fields.forEach(function(field) { createHiddenField(field.id, field.name, field.value); }); } }, 1000); document.addEventListener('DOMContentLoaded', function () { const loader = document.querySelector('.custom-loader'); const submitButton = document.querySelector('.th-btn'); document.addEventListener('wpcf7beforesubmit', function () { if (loader) loader.style.display = 'block'; if (submitButton) submitButton.disabled = true; }, false); document.addEventListener('wpcf7submit', function () { if (loader) loader.style.display = 'none'; if (submitButton) submitButton.disabled = false; }, false); });