{"id":20,"date":"2016-04-15T00:53:35","date_gmt":"2016-04-15T00:53:35","guid":{"rendered":"http:\/\/optilegra2.flywheelsites.com\/?page_id=20"},"modified":"2025-09-19T14:19:17","modified_gmt":"2025-09-19T19:19:17","slug":"find-a-doctor","status":"publish","type":"page","link":"https:\/\/optilegra.com\/main\/find-a-doctor\/","title":{"rendered":"Find a Doctor"},"content":{"rendered":"<pre style=\"display:none\"><script type=\"text\/javascript\" src=\"https:\/\/optilegra.com\/js\/optilegra.js\"><\/script>\n<script>var type = '' ;\nfunction Reset() {\n  type = '' ;\n  $('#FaD2').hide() ;\n  $('#GMaps').hide() ;\n  $('#PDF').hide() ;\n  $('#Search').hide() ;\n  $('#Search2').hide() ;\n  $('#GeoAccess').hide() ;\n  $('#FaD1').show() ;\n}\nfunction SetType(a) {\n  type = a ;\n  if(type == 'LASIK') {\n    $('#FaD2PDFButton').html('PDF List'); ;\n    $('#FaD2SearchButton').hide() ;\n    $('#FaD2GeoAccessButton').hide() ;\n  }\n  else {\n    $('#FaD2SearchButton').show() ;\n    $('#FaD2GeoAccessButton').show() ;    \n  }\n  $('#FaD1').hide() ;\n  $('#FaD2').show() ;\n}\nfunction Method(a) {\n  $('#FaD2').hide() ;\n  if(type == 'LASIK' && a == 'PDF') {\n    window.open(\"https:\/\/optilegra.com\/ProviderDirectory?Type=LASIK\", '_self');\n  }\n  else {\n    var b = \"#\" + a ;\n    $(b).show() ;\n    if(a == 'Search') {\n      document.getElementById('SearchText').focus() ;\n      document.getElementById('SearchText').select() ;\n    }\n    else if(a == 'GeoAccess') {\n      document.getElementById('GeoForm').action = \"https:\/\/optilegra.com\/ProviderGeoAccess?Type=\" + type ;\n    }\n  }\n}\nfunction GoogleMaps(a) {\n  var b = \"https:\/\/optilegra.com\/ProviderMap?Type=\" + type ;\n  if(a == 'sensormap')\n    b += \"&Method=sensormap\" ;\n  else\n    b += \"&MyAddress=\" + document.getElementById('GMapAddress').value ;\n  window.open(b, '_self');\n}\nfunction PDF(a) {\n  var b = \"https:\/\/optilegra.com\/ProviderDirectory?Type=\" + type + \"&\" ;\n  if(a == 'State')\n    b += document.getElementById('PDFState').value ;\n  else\n    b += document.getElementById('PDFRegion').value ;\n  window.open(b, '_self');\n}\nvar LastValue = \"\" ;\nvar Timer ;\nfunction SearchChange() {\n  var a = document.getElementById('SearchText').value.toString() ;\n  var results = document.getElementById('results') ;\n  if(a.length <= 2) {\n    results.innerHTML = \"\" ;\n    LastValue = \"\" ;\n    $('#LoaderSVG').css(\"visibility\", \"hidden\") ;\n  }\n  else if(a != LastValue) {\n    if(sessionStorage.getItem(\"FINDADOCTOR_\" + a) !== null) {\n      results.innerHTML = sessionStorage.getItem(\"FINDADOCTOR_\" + a) ;\n      $('#LoaderSVG').css(\"visibility\", \"hidden\") ;\n    }\n    else {\n      $('#LoaderSVG').css(\"visibility\", \"visible\") ;\n      if(Timer)\n        clearTimeout(Timer) ;\n      Timer = setTimeout(function() {\n        $.ajax({\n          type: 'POST',\n          url: 'https:\/\/optilegra.com\/AJAX\/Search',\n          dataType: 'html',\n          data: {Source: 'FindADoctorWP', Search: encodeURIComponent(a)},\n          success:\n            function(msg) {\n              \/\/ extract search string\n              var start = msg.indexOf(\"<searchstring>\") + 14 ;\n              var end = msg.indexOf(\"<\/searchstring>\") ;\n              sessionStorage.setItem(\"FINDADOCTOR_\" + msg.substring(start, end), msg.substring(end + 15)) ;\n              if(a == msg.substring(start, end))\n                results.innerHTML = msg.substring(end + 15) ;\n              $('#LoaderSVG').css(\"visibility\", \"hidden\") ;\n            }\n        }) ;\n      }, 200) ;\n    }\n    LastValue = a ;\n  }\n}\nfunction AddLine(div, words) {\n  var div2 = document.createElement(\"DIV\") ;\n  var text = document.createTextNode(words) ;\n  div2.appendChild(text) ;\n  div.appendChild(div2) ;\n}\nfunction PhoneFormat(a) {\n  var b = a ;\n  \/\/ Trim off leading 1\n  if(b.length > 10 && b.substr(0, 1) == '1')\n    b = b.substr(1) ;\n  var c = b.length ;\n  if(c == 7)\n    return b.substr(0, 3) + '.' + b.substr(-4) ;\n  if(c == 10)\n    return b.substr(0, 3) + '.' + b.substr(3, 3) + '.' + b.substr(-4) ;\n  if(c > 10)\n    return b.substr(0, 3) + '.' + b.substr(3, 3) + '.' + b.substr(6, 4) + ' x' + b.substr(10) ;\n  return a ;\n}\nvar myCenter ; \/\/ = new google.maps.LatLng(\"44.36735\", \"-100.34634\") ;\nvar mapProp ;\nfunction initMap() {\n\tmapProp = {\n\tcenter:myCenter,\n\tzoom:18,\n\tscrollwheel:false,\n\tdraggable:false,\n\tmapTypeId:google.maps.MapTypeId.ROADMAP\n\t} ;\n}\nwindow.initMap = initMap;\n\nfunction Search2(a) {\n  $.ajax({\n    type: 'POST',\n    url: 'https:\/\/optilegra.com\/AJAX\/ProviderSearch2',\n    dataType: 'html',\n    data: {ID: a},\n    success:\n      function(msg) {\n        var b = JSON.parse(msg) ;\n        document.getElementById('ELName').innerHTML = b.EL.Name ;\n        document.getElementById('ELAddress').innerHTML = b.EL.Address1 ;\n        if(b.EL.Address2.length > 1)\n          document.getElementById('ELAddress').innerHTML += '<br \/>' + b.EL.Address2 ;\n        document.getElementById('ELAddress').innerHTML += '<br \/>' + b.EL.City + ' ' + b.EL.State + ' ' + b.EL.Zip ;\n        if(b.EL.Phone.length > 1)\n          document.getElementById('ELPhone').innerHTML = PhoneFormat(b.EL.Phone);\n        else\n          $('#ELPhone').hide() ;\n        if(b.EL.Fax.length > 1)\n          document.getElementById('ELFax').innerHTML = PhoneFormat(b.EL.Fax) + ' (fax)' ;\n        else\n          $('#ELFax').hide() ;\n        if(b.EL.Website.length > 1)\n          document.getElementById('ELWeb').innerHTML = \"<a href='http:\/\/\" + b.EL.Website + \"' target='_blank'>\" + b.EL.Website + \"<\/a>\" ;\n        else\n          $('#ELWeb').hide() ;\n        if(b.EL.NextToELID !== null)\n          document.getElementById('ELNextTo').innerHTML = \"Next to <a href='#Search2' onclick='Search2(\" + b.EL.NextToELID + \")'>\" + b.EL.NextTo + \"<\/a>\" ;\n        else if(b.EL.NextTo.length > 1)\n          document.getElementById('ELNextTo').innerHTML = \"Next to \" + b.EL.NextTo ;\n        else\n          $('#ELNextTo').hide() ;\n        if(b.EL.InactiveDate !== null)\n          document.getElementById('ELInactive').innerHTML = \"Inactive since \" + USADate(b.EL.InactiveDate) ;\n        else\n          $('#ELInactive').hide() ;\n        if(b.EL.Exams == 'Y' && b.EL.Glasses == 'Y' && b.EL.Contacts == 'N')\n          document.getElementById('ELLimits').innerHTML = \"Exams and Glasses Only\" ;\n        else if(b.EL.Exams == 'Y' && b.EL.Glasses == 'N' && b.EL.Contacts == 'Y')\n          document.getElementById('ELLimits').innerHTML = \"Exams and Contacts Only\" ;\n        else if(b.EL.Exams == 'Y' && b.EL.Glasses == 'N' && b.EL.Contacts == 'N')\n          document.getElementById('ELLimits').innerHTML = \"Exams Only\" ;\n        else if(b.EL.Exams == 'N' && b.EL.Glasses == 'Y' && b.EL.Contacts == 'Y')\n          document.getElementById('ELLimits').innerHTML = \"Glasses and Contacts Only\" ;\n        else if(b.EL.Exams == 'N' && b.EL.Glasses == 'Y' && b.EL.Contacts == 'N')\n          document.getElementById('ELLimits').innerHTML = \"Glasses Only\" ;\n        else if(b.EL.Exams == 'N' && b.EL.Glasses == 'N' && b.EL.Contacts == 'Y')\n          document.getElementById('ELLimits').innerHTML = \"Contacts Only\" ;\n        else\n          $('#ELLimits').hide() ;\n        var DocsDiv = document.getElementById('ELDocs') ;\n        if(b.InDocs !== null) {\n          if(b.InDocs.length < 1) {\n            document.getElementById('DoctorsTag').innerHTML = \"Doctor\" ;\n\t\t  }\n\t\t  for(var c = 0, len = b.InDocs.length; c < len; c++) {\n            AddLine(DocsDiv, b.InDocs[c].DocName) ;\n          }\n        }\n        else {\n          $('#ELDocCard').hide() ;\n\t\t}\n\t\tmyCenter = new google.maps.LatLng(b.EL.Latitude, b.EL.Longitude) ;\n        initMap() ;\n\t\tvar map = new google.maps.Map(document.getElementById(\"googleMap\"),mapProp) ;\n\t\tvar marker = new google.maps.Marker({ position:myCenter, }) ;\n        marker.setMap(map) ;\n      }\n  }) ;\n  $('#Search').hide() ;\n  $('#Search2').show() ;\n}\n$(document).ready(function() {\n  $.ajax({\n    type: \"GET\",\n    url: 'https:\/\/optilegra.com\/AJAX\/ProviderRegionDDL',\n    dataType: 'json',\n    success: function(json) {\n      var $ddl = $(\"#PDFRegion\");\n      $ddl.empty();\n      $ddl.append($(\"<option><\/option>\").attr(\"value\", '').text('')) ;\n      $ddl.append($(\"<option><\/option>\").attr(\"value\", '').text('All Providers')) ;\n      $ddl.append($(\"<option disabled>\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<\/option>\"));\n      $.each(json, function(key, value) {\n        if(value.Region == 'disabled')\n          $ddl.append($(\"<option disabled>\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500<\/option>\"));\n        else\n          $ddl.append($(\"<option><\/option>\").attr(\"value\", \"Region=\" + value.Region).text(value.RegionText));\n      }) ;\n    }\n  });\n});\n<\/script><\/pre>\n<div id=\"FaD1\" style=\"text-align:center;\">\n  What type of provider are you looking for?<\/p>\n<p><button onclick=\"SetType('Vision')\">Standard Vision Plan<\/button><\/p>\n<p><button onclick=\"SetType('Discount')\">20% Discount Plan<\/button><\/p>\n<p><button onclick=\"SetType('LASIK')\">LASIK Provider<\/button><\/div>\n<div id=\"FaD2\" style=\"text-align:center; display: none;\">\n  Pick one of the following methods:<\/p>\n<p><button onclick=\"Method('GMaps')\" style=\"width:18em;\">Use Google Maps<\/button><\/p>\n<p><button id=\"FaD2PDFButton\" onclick=\"Method('PDF')\" style=\"width:18em;\">PDF list for my State\/Region<\/button><\/p>\n<p><button id=\"FaD2SearchButton\" onclick=\"Method('Search')\" style=\"width:18em;\">Search by Clinic\/Doctor Name<\/button><\/p>\n<p><button id=\"FaD2GeoAccessButton\" onclick=\"Method('GeoAccess')\" style=\"width:18em;\">Distance Report for Several Cities<\/button><\/p>\n<p><button onclick=\"Reset()\">Back<\/button><\/div>\n<div id=\"GMaps\" style=\"text-align:center; display: none;\">\n  Pick one of the following methods:<\/p>\n<p><button onclick=\"GoogleMaps('sensormap')\" style=\"width:18em;\">Use My Current Location<\/button><\/p>\n<p><b>&#8212; OR &#8212;<\/b><\/p>\n<div style=\"border: 1px solid black; padding: 2.5em;\">\n    <b>Use This Address<\/b><\/p>\n<p>      <input type=\"text\" id=\"GMapAddress\"><\/p>\n<p>      <button onclick=\"GoogleMaps('')\" style=\"width:18em;\">Go<\/button><\/div>\n<p><button onclick=\"Reset()\">Back<\/button>\n  <\/div>\n<div id=\"PDF\" style=\"text-align:center; display: none;\">\n<table class=\"noborder center\">\n<tbody class=\"noborder center\">\n<tr>\n<td class=\"top\">Select a region<\/td>\n<td class=\"top\">\n                <select name=\"PDFRegion\" id=\"PDFRegion\" style=\"\" onchange=\"PDF('Region')\"><option value=\"\"><\/option><option value=\"\">All Providers<\/option><option value=\"Region=SiouxEmpire\">Sioux Empire<\/option><option value=\"Region=BlackHills\">Black Hills<\/option><option value=\"Region=Aberdeen\">Aberdeen Region<\/option><option value=\"Region=Brookings\">Brookings Region<\/option><option value=\"Region=Watertown\">Watertown Region<\/option><option value=\"Region=Mitchell\">Mitchell Region<\/option><option value=\"Region=Yankton\">Yankton Region<\/option><option value=\"Region=Pierre\">Pierre Region<\/option><option value=\"Region=Huron\">Huron Region<\/option><option value=\"Region=Vermillion\">Vermillion Region<\/option><option value=\"Region=Madison\">Madison Region<\/option><\/select><\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" class=\"center\"> or<\/td>\n<\/tr>\n<tr>\n<td class=\"top\">Select a state<\/td>\n<td class=\"top\">\n                <select name=\"PDFState\" id=\"PDFState\" style=\"\" onchange=\"PDF('State')\"><option value=\"\"><\/option><option value=\"State=SD\">South Dakota<\/option><option value=\"State=ND\">North Dakota<\/option><option value=\"State=MN\">Minnesota<\/option><option value=\"State=NE\">Nebraska<\/option><option value=\"State=IA\">Iowa<\/option><option value=\"State=MO\">Missouri<\/option><option value=\"State=KS\">Kansas<\/option><\/select><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><button onclick=\"Reset()\">Back<\/button>\n<\/div>\n<div id=\"Search\" style=\"text-align:center; display: none;\">\n  Search by doctor name, clinic name, or city<br \/>\n<img decoding=\"async\" id=\"LoaderSVG\" style=\"float: right; visibility: hidden;\" src=\"https:\/\/optilegra.com\/images\/loader54.svg\"><\/p>\n<div style=\"margin:0px 60px 30px 60px;\"><input type=\"text\" id=\"SearchText\" onkeyup=\"SearchChange()\" style=\"width: 100%;\"><\/div>\n<div id=\"results\" style=\"clear: both;\"><\/div>\n<p><button onclick=\"Reset()\">Back<\/button>\n<\/div>\n<div id=\"Search2\" style=\"display: none;\">\n<h2 id=\"ELName\" style=\"text-align:center ;\"><\/h2>\n<div id=\"ELNextTo\" class=\"w3-container w3-pale-blue w3-leftbar w3-border-blue\"><\/div>\n<div id=\"ELInactive\" class=\"w3-container w3-pale-red w3-leftbar w3-border-red\"><\/div>\n<div id=\"ELLimits\" class=\"w3-container w3-pale-red w3-leftbar w3-border-red\"><\/div>\n<div id=\"ELDocCard\" class=\"w3-card-4\">\n<header class=\"w3-container w3-blue\">\n<h2 id=\"DoctorsTag\">Doctors<\/h2>\n<\/header>\n<div id=\"ELDocs\" class=\"w3-container\"><\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<div class=\"w3-card-4\">\n<header class=\"w3-container w3-blue\">\n<h2>Contact Info<\/h2>\n<\/header>\n<div id=\"ELAddress\" class=\"w3-container\"><\/div>\n<div id=\"ELPhone\" class=\"w3-container\"><\/div>\n<div id=\"ELFax\" class=\"w3-container\"><\/div>\n<div id=\"ELWeb\" class=\"w3-container\"><\/div>\n<\/div>\n<p><!-- Add Google Maps --><\/p>\n<div id=\"googleMap\" style=\"height:400px;\"><\/div>\n<p><script src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyC5Mmdb9b8kaxDXcLYFlTG7BgxxYqdxDZo&amp;callback=initMap\"><\/script><\/p>\n<div style=\"text-align:center;\">\n  <button onclick=\"Reset()\">Back<\/button>\n<\/div>\n<\/div>\n<div id=\"GeoAccess\" style=\"text-align:center; display: none;\">\n<form id=\"GeoForm\" action=\"https:\/\/optilegra.com\/ProviderGeoAccess?Type=Vision\" method=\"post\">\n    Use this tool to see if we have providers near each of your employees.  For each of your store locations, enter City, State (Madison, SD) or Zip Code (57042) in the following boxes.<\/p>\n<table class=\"GeoTable noborder center\" style=\"padding: 0.2em;\">\n<tbody>\n<tr><\/tr>\n<tr>\n<td><input name=\"Zip0\" id=\"Zip0\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip1\" id=\"Zip1\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip2\" id=\"Zip2\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip3\" id=\"Zip3\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip4\" id=\"Zip4\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip5\" id=\"Zip5\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip6\" id=\"Zip6\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip7\" id=\"Zip7\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip8\" id=\"Zip8\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip9\" id=\"Zip9\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip10\" id=\"Zip10\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip11\" id=\"Zip11\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip12\" id=\"Zip12\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip13\" id=\"Zip13\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip14\" id=\"Zip14\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip15\" id=\"Zip15\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip16\" id=\"Zip16\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip17\" id=\"Zip17\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip18\" id=\"Zip18\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip19\" id=\"Zip19\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip20\" id=\"Zip20\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip21\" id=\"Zip21\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip22\" id=\"Zip22\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip23\" id=\"Zip23\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip24\" id=\"Zip24\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip25\" id=\"Zip25\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip26\" id=\"Zip26\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip27\" id=\"Zip27\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip28\" id=\"Zip28\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip29\" id=\"Zip29\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip30\" id=\"Zip30\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip31\" id=\"Zip31\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip32\" id=\"Zip32\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip33\" id=\"Zip33\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip34\" id=\"Zip34\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip35\" id=\"Zip35\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip36\" id=\"Zip36\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip37\" id=\"Zip37\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip38\" id=\"Zip38\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip39\" id=\"Zip39\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip40\" id=\"Zip40\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip41\" id=\"Zip41\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip42\" id=\"Zip42\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip43\" id=\"Zip43\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip44\" id=\"Zip44\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td><input name=\"Zip45\" id=\"Zip45\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip46\" id=\"Zip46\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip47\" id=\"Zip47\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip48\" id=\"Zip48\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<td><input name=\"Zip49\" id=\"Zip49\" type=\"text\" autocomplete=\"off\" maxlength=\"40\"><\/td>\n<\/tr>\n<tr>\n<td colspan=\"5\" class=\"center\">\n            Number of Locations To List Per Zip Code &nbsp; &nbsp; <select name=\"ResultsPer\" style=\"width: 50%;\"><option value=\"3\">3<\/option><option value=\"6\" selected=\"selected\">6 (standard)<\/option><option value=\"9\">9<\/option><option value=\"12\">12<\/option><option value=\"15\">15<\/option><option value=\"30\">30<\/option><option value=\"60\">60<\/option><\/select><\/td>\n<\/tr>\n<tr>\n<td colspan=\"5\" class=\"center\"><input type=\"submit\" id=\"go\" name=\"GetGeo\" value=\"Go\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/form>\n<p><button onclick=\"Reset()\">Back<\/button>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>What type of provider are you looking for? Standard Vision Plan 20% Discount Plan LASIK Provider Pick one of the following methods: Use Google Maps PDF list for my State\/Region Search by Clinic\/Doctor Name Distance Report for Several Cities Back Pick one of the following methods: Use My Current Location &#8212; OR &#8212; Use This [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":412,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":{"0":"post-20","1":"page","2":"type-page","3":"status-publish","4":"has-post-thumbnail","6":"entry"},"_links":{"self":[{"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":162,"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":3567,"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/pages\/20\/revisions\/3567"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/media\/412"}],"wp:attachment":[{"href":"https:\/\/optilegra.com\/main\/wp-json\/wp\/v2\/media?parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}