Call 405 225 0023

Enid, OK

(580)440-0443

3126 S Van Buren St
Enid, OK 73703

function mapsSelector2() {
if /* if we’re on iOS, open in Apple Maps */
((navigator.platform.indexOf(“iPhone”) != -1) ||
(navigator.platform.indexOf(“iPad”) != -1) ||
(navigator.platform.indexOf(“iPod”) != -1))
window.open(“maps://maps.google.com/maps?daddr=3126+S+Van+Buren+St+Enid+OK+73703&ll=”);
else /* else use Google */
window.open(“https://maps.google.com/maps?daddr=3126+S+Van+Buren+St+Enid+OK+73703&ll=”);
}