CINXE.COM

8th Street @ 14th Avenue stop - YCAT - Yuma County Intergovernmental Public Transportation Authority

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>8th Street @ 14th Avenue stop - YCAT - Yuma County Intergovernmental Public Transportation Authority</title> <meta name="google-translate-customization" content="8b88aaaec051d475-f7fea1d2e8a4499c-g3eddd3b973c5e55e-e"></meta> <META NAME="description" CONTENT=""> <META NAME="keywords" CONTENT=""> <meta property="og:title" content="YCIPTA" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://www.ycipta.org" /> <meta property="og:image" content="https://www.ycipta.org/art/image.jpg" /> <meta property="og:site_name" content="YCIPTA - Yuma County Intergovernmental Public Transportation Authority" /> <meta property="fb:admins" content="522101804" /> <link rel="alternate" href="/news-feed.html" title="YCIPTA news RSS feed" type="application/rss+xml" /> <link rel="alternate" href="/events-feed.html" title="YCIPTA events RSS feed" type="application/rss+xml" /> <link rel="alternate" href="/news-feed_sp.html" title="YCIPTA spanish news RSS feed" type="application/rss+xml" /> <link rel="alternate" href="/events-feed_sp.html" title="YCIPTA spanish events RSS feed" type="application/rss+xml" /> <link rel="stylesheet" type="text/css" href="/includes/css/site-default.css"/> <link href='//fonts.googleapis.com/css?family=Terminal+Dosis' rel='stylesheet' type='text/css'> <link rel="image_src" href="/art/image.jpg" /> <link rel="icon" type="image/png" href="/art/favicon.ico"> <link rel="apple-touch-icon" href="/art/ycipta-icon.png"/> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script> <script type="text/javascript" src="/includes/js/jquery.hoverIntent.minified.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ setInterval("displaytime()", 1000) function megaHoverOver(){ $(this).find(".sub").stop().fadeTo('fast', 1).show(); //Calculate width of all ul's (function($) { jQuery.fn.calcSubWidth = function() { rowWidth = 0; //Calculate row $(this).find("ul").each(function() { rowWidth += $(this).width(); }); }; })(jQuery); if ( $(this).find(".row").length > 0 ) { //If row exists... var biggestRow = 0; //Calculate each row $(this).find(".row").each(function() { $(this).calcSubWidth(); //Find biggest row if(rowWidth > biggestRow) { biggestRow = rowWidth; } }); //Set width $(this).find(".sub").css({'width' :biggestRow}); $(this).find(".row:last").css({'margin':'0'}); } else { //If row does not exist... $(this).calcSubWidth(); //Set Width $(this).find(".sub").css({'width' : rowWidth}); } } function megaHoverOut(){ $(this).find(".sub").stop().fadeTo('fast', 0, function() { $(this).hide(); }); } var config = { sensitivity: 2, // number = sensitivity threshold (must be 1 or higher) interval: 50, // number = milliseconds for onMouseOver polling interval over: megaHoverOver, // function = onMouseOver callback (REQUIRED) timeout: 200, // number = milliseconds delay before onMouseOut out: megaHoverOut // function = onMouseOut callback (REQUIRED) }; $("ul#topnav li .sub").css({'opacity':'0'}); $("ul#topnav li").hoverIntent(config); }); // Current Server Time script (SSI or PHP)- By JavaScriptKit.com (http://www.javascriptkit.com) // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/ // This notice must stay intact for use. var currenttime = 'November 24, 2024 10:05:32' //PHP method of getting server date var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December") var serverdate=new Date(currenttime) function padlength(what){ var output=(what.toString().length==1)? "0"+what : what return output } function displaytime(){ serverdate.setSeconds(serverdate.getSeconds()+1); var timestring=padlength(serverdate.getHours())+":"+padlength(serverdate.getMinutes())+":"+padlength(serverdate.getSeconds()); if (padlength(serverdate.getHours())>12) { var disptimestring=serverdate.getHours()-12+":"+padlength(serverdate.getMinutes())+" <span class=\"meridiem\">PM</span>"; } else { var disptimestring=serverdate.getHours()+":"+padlength(serverdate.getMinutes())+" <span class=\"meridiem\">AM\</span>"; } document.getElementById("servertime").innerHTML=disptimestring; } </script> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <style>#map_canvas { height: 100% }</style> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyABK9f-LavKBIcsrNMmA5TtQ0b2MxqEMWU&sensor=false"></script> <script type="text/javascript"> var stopLatLng = new google.maps.LatLng(32.7131813557065, -114.63772979290809); function initialize_map() { var myOptions = { center: stopLatLng, zoom: 18, mapTypeId: google.maps.MapTypeId.HYBRID }; var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); // Create the shared infowindow with two DIV placeholders // One for a text string, the other for the StreetView panorama. var content = document.createElement("DIV"); var title = document.createElement("DIV"); content.appendChild(title); var streetview = document.createElement("DIV"); streetview.style.width = "200px"; streetview.style.height = "200px"; content.appendChild(streetview); var infowindow = new google.maps.InfoWindow({ content: content }); var image = new google.maps.MarkerImage( '/art/gmap-image.png', new google.maps.Size(16,31), new google.maps.Point(0,0), new google.maps.Point(8,31) ); var shadow = new google.maps.MarkerImage( '/art/gmap-shadow.png', new google.maps.Size(36,31), new google.maps.Point(0,0), new google.maps.Point(8,31) ); var shape = { coord: [15,0,15,1,15,2,15,3,15,4,15,5,15,6,15,7,15,8,15,9,15,10,15,11,15,12,15,13,15,14,15,15,15,16,15,17,15,18,15,19,15,20,15,21,15,22,15,23,10,24,10,25,10,26,10,27,10,28,10,29,10,30,6,30,6,29,6,28,6,27,6,26,6,25,6,24,0,23,0,22,0,21,0,20,0,19,0,18,0,17,0,16,0,15,0,14,0,13,0,12,0,11,0,10,0,9,0,8,0,7,0,6,0,5,0,4,0,3,0,2,0,1,0,0,15,0], type: 'poly' }; // Add Marker var marker1 = new google.maps.Marker({ title: "8th Street @ 14th Avenue", position: stopLatLng, icon: image, shadow: shadow, shape: shape, map: map }); google.maps.event.addListener(marker1, "click", function() { openInfoWindow(marker1); }); // Handle the DOM ready event to create the StreetView panorama // as it can only be created once the DIV inside the infowindow is loaded in the DOM. var panorama = null; var pin = new google.maps.MVCObject(); google.maps.event.addListenerOnce(infowindow, "domready", function() { panorama = new google.maps.StreetViewPanorama(streetview, { navigationControl: false, enableCloseButton: false, addressControl: false, linksControl: false, visible: true }); panorama.bindTo("position", pin); }); // Set the infowindow content and display it on marker click. // Use a 'pin' MVCObject as the order of the domready and marker click events is not garanteed. function openInfoWindow(marker) { title.innerHTML = marker.getTitle(); pin.set("position", marker.getPosition()); infowindow.open(map, marker); } } jQuery(document).ready(function($){ initialize_map(); }) </script> </head> <body > <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=193304280766766"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div id="header"> <div id="toplinks"> <div id="topmessage"> <a href="/index.html"><img style="padding:0px 10px 0px 0px; float:left;" src="/art/YCIPTA.png" alt="YCIPTA.png" width="78" height="17" border="0" /></a> Yuma County Intergovernmental Public Transportation Authority </div> <div id="sociallinks"> <a href="http://www.linkedin.com/company/2891885?trk=tyah" target="_blank"><img src="/art/linkedin.gif" width="43" height="11" alt="linkedin" border="0" /></a> <a href="http://www.youtube.com/channel/UCti_4FOoNOtBq502nDrEtTg" target="_blank"><img src="/art/youtubelogo.png" width="27" height="10" alt="youtubelogo" border="0" /></a> <a href="http://www.facebook.com/pages/Yuma-County-Area-Transit-YCAT/303617009684640" target="_blank"><img src="/art/facebook.gif" alt="facebook.gif" width="50" height="10" border="0" /></a> <a href="http://twitter.com/YCAT_Yuma" target="_blank"><img src="/art/twitter.gif" alt="twitter.gif" width="50" height="10" border="0" /></a> <a href="http://www.flickr.com/photos/ycat/" target="_blank"><img src="/art/flickr.png" width="33" height="10" alt="flickr" border="0" /></a> <a href="https://plus.google.com/112964068217293530515?prsrc=3" rel="publisher" style="text-decoration:none;" target="_blank"><img src="//ssl.gstatic.com/images/icons/gplus-16.png" alt="Google+" style="border:0;width:16px;height:16px;"/></a> </div> <div style="clear:both;"></div> </div> <div id="logo"> <a href="/index.html"><img src="/art/YCAT.gif" alt="YCAT.gif" width="232" height="87" border="0" /></a> </div> <!--<div id="YCAT-15" style="position:absolute; left:60px; top:50px; z-index:1000;"> <a href="/index.html"><img src="/art/YCAT-15.jpg" alt="YCAT 15 Years of Service" width="130" height="130" border="0" /></a> </div>--> <div id="slogan"> <h3><i><b>See Where It Takes You!</b></i></h3> </div> <div id="headernav"> <a href="/index.html"><img src="/art/icon-home.gif" alt="icon-home.gif" width="15" height="13" border="0" /> Home</a> <img src="/art/topnavdiv.gif" alt="topnavdiv.gif" width="17" height="16" border="0" /> <a href="/site-map.html"><img src="/art/icon-sitemap.gif" alt="icon-sitemap.gif" width="15" height="14" border="0" /> Site Map</a> <img src="/art/topnavdiv.gif" alt="topnavdiv.gif" width="17" height="16" border="0" /> <a href="/privacy-policy.html"><img src="/art/icon-privacy.gif" alt="icon-privacy.gif" width="10" height="13" border="0" /> Privacy Policy</a> <img src="/art/topnavdiv.gif" alt="topnavdiv.gif" width="17" height="16" border="0" /> <img src="/art/icon-time.gif" alt="icon-time.gif" width="14" height="14" border="0" /> <!--TIME--> <span id="servertime" class="timedisplay"></span> <!-- <span class="timedisplay"> 12:58 </span> <span class="meridiem"> PM </span> --> </div> <div style="clear:both;"></div> <div id="weather"> <!-- <img src="/art/weather-placeholder.gif" alt="weather-placeholder.gif" width="390" height="97" border="0" /> --> <div class="weather" style="float:left; border-right:1px solid #CCCCCC; margin:10px 10px 10px 0px; padding:0px 0px; 0px 0px;"> <!--<h3>Current:</h3>--> <div class="condition" style="text-align:left; width:210px;"> <div style="float:left; width:60px; margin:0px 10px 0px 0px;"> <img src="/art/weather//large/sunny.gif" alt="weather"> </div> <div style="float:left; width:130px;"> <span style="font-size:8pt; line-height:10pt;"><b>Current Weather</b></span><br> <span style="font-size:16pt; line-height:18pt;"><b>55&deg;F</b></span><br> <span style="font-size:8pt; line-height:10pt;"> Fair<br> Wind:&nbsp;North&nbsp;0.0&nbsp;MPH<br> Humidity:&nbsp;53% </span> </div> <div style="clear:both;"></div> </div> </div> <!--<h3>Forecast</h3>--> <div class="weather" style="display:inline; text-align:center; margin:10px 5px; width:65px; float:left;"> <div><span style="font-size:8pt; line-height:12pt;"><b>Monday</b></span></div> <img src="/art/weather//small/mostly_sunny.gif" alt="weather"?> <br> <span class="condition"> <span style="color:#000000; font-size:9pt;">77&deg;</span> <span style="color:#6699CC; font-size:9pt;">54&deg;</span> <!--Partly Sunny--> </span> </div> <div class="weather" style="display:inline; text-align:center; margin:10px 5px; width:65px; float:left;"> <div><span style="font-size:8pt; line-height:12pt;"><b>Tuesday</b></span></div> <img src="/art/weather//small/sunny.gif" alt="weather"?> <br> <span class="condition"> <span style="color:#000000; font-size:9pt;">79&deg;</span> <span style="color:#6699CC; font-size:9pt;">60&deg;</span> <!--Mostly Sunny--> </span> </div> <div class="weather" style="display:inline; text-align:center; margin:10px 5px; width:65px; float:left;"> <div><span style="font-size:8pt; line-height:12pt;"><b>Wednesday</b></span></div> <img src="/art/weather//small/mostly_sunny.gif" alt="weather"?> <br> <span class="condition"> <span style="color:#000000; font-size:9pt;">77&deg;</span> <span style="color:#6699CC; font-size:9pt;">56&deg;</span> <!--Partly Sunny--> </span> </div> </div> </div> <div id="navigation"> <ul id="topnav"> <li> <a href="/routes-and-services.html" class="routes-services">Routes &amp; Services</a> <div class="sub"> <ul style="width:160px;"> <li><h2>Routes</h2></li> <!--<li><a href="/routes/1">Red Route 1</a></li>--> <li><a href="/routes/2">Orange Route 2</a></li> <li><a href="/routes/4">Green Route 4/4A</a></li> <li><a href="/routes/5">Blue Route 5</a></li> <li><a href="/routes/6a">Purple Route 6A</a></li> <li><a href="/routes/8">Gold Route 8</a></li> <li><a href="/routes/9">Silver Route 9</a></li> <li><a href="/routes/10">Turquoise Route 10</a></li> </ul> <ul style="width:180px;"> <li><h2>&nbsp;</h2> <li><a href="/routes/95">Yellow Route 95</a></li> <!--<li><a href="/routes/95ACCT">Yellow Route 95ACCT</a></li>--> <li><a href="/routes-and-services.html">Routes and Services</a></li> <li><a href="/system-map.html">System Map</a></li> <li><a href="/riders-guide.html">Rider's Guide</a></li> <li><a href="/stop-list.html">Bus Stop List</a></li> </ul> <ul style="width:260px;"> <li><h2>Services</h2></li> <li><a href="/ada.html">ADA Paratransit Application</a></li> <li><a href="/ycat-oncall-service-map.html">YCAT OnCall Service Area Map</a></li> <li><a href="/ycat-oncall.html">YCAT OnCall</a></li> <li><a href="/greyhound.html">Greyhound Connections to YCAT</a></li> <li><a href="/vanpool.html">YCAT Vanpool</a></li> </ul> </div> </li> <li> <a href="/rider-tools.html" class="rider-tools">Rider Tools</a> <div class="sub"> <ul style="width: 225px;"> <li><a href="/animals.html">Animals</a></li> <li><a href="/bicycles-on-buses.html">Bicycles on Buses</a></li> <li><a href="/charter-services.html">Charter Services</a></li> <li><a href="/commuter-calculator.html">Commuter Calculator</a></li> <li><a href="/customer-service.html">Customer Service</a></li> <li><a href="/discount-card.html">Discount Card for Students, Seniors and Passengers with Disabilities</a></li> <li><a href="/flex-route-deviations.html">Flex Route Deviations</a></li> <li><a href="/routes-and-services.html">Hours and Timetable</a></li> </ul> <ul style="width: 225px;"> <li><a href="/how-to-ride.html">How to Ride</a></li> <li><a href="/jury-duty.html">Jury Duty</a></li> <li><a href="/libraries-on-the-go.html">Libraries on the Go</a></li> <li><a href="/lost-and-found.html">Lost and Found</a></li> <li><a href="/mobility-devices.html">Mobility Devices</a></li> <li><a href="/mobility-training.html">Mobility Training</a></li> <li><a href="/night-owl.html">Night Owl</a></li> <li><a href="/personal-care-attendants.html">Personal Care Attendants</a></li> </ul> <ul style="width: 225px;"> <li><a href="/ride-and-read.html">Ride and Read!</a></li> <li><a href="/rules-of-the-road.html">Rules of the Road</a></li> <li><a href="/college.html">Take YCAT To College</a></li> <li><a href="/transfers.html">Transfers</a></li> <li><a href="/transit-links.html">Transit Links</a></li> <li><a href="/transit-watch.html">Transit Watch</a></li> <li><a href="/weather.html">Weather</a></li> </ul> </div> </li> <li> <a href="/fares-passes.html" class="fares-passes">Fares &amp; Passes</a> <div class="sub"> <ul style="width: 200px;"> <li><a href="/ycat-oncall.html#fares">YCAT OnCall Fares</a></li> <li><a href="/purchase-passes.html">Purchase Passes Online</a></li> <li><a href="/ycat-fares.html">YCAT Fares</a></li> </ul> </div> </li> <li> <a href="/news-updates.html" class="news-updates">News &amp; Updates</a> <div class="sub"> <ul style="width: 200px;"> <li><a href="/events.html">Calendar of Events</a></li> <li><a href="/cat-tales.html">CAT Tales</a></li> <li><a href="/news.html">News</a></li> <li><a href="/press-releases.html">Press Releases</a></li> <li><a href="/rider-alerts.html">Rider Alerts</a></li> </ul> </div> </li> <li> <a href="/inside-ycipta.html" class="inside-ycipta">Inside YCIPTA</a> <div class="sub"> <ul style="width: 200px;"> <li><a href="/about-ycipta.html">About YCIPTA</a></li> <li><a href="/advertising.html">Advertising</a></li> <li><a href="/bod-committees.html">Board of Directors &amp; Committees Members</a></li> <li><a href="/agenda-packets.html">Board &amp; Committee Agenda Packets</a></li> <li><a href="/employment.html">Employment Opportunities</a></li> </ul> <ul style="width: 220px;"> <li><a href="/gtfs.html">General Transit Feed Specification</a></li> <li><a href="/procurement-opportunities.html">Procurement Opportunities</a></li> <li><a href="/planning-for-the-future.html">Planning For the Future</a></li> <li><a href="/sell-ycat-passes.html">Sell YCAT Passes At Your Business</a></li> <li><a href="/community-transit-committee.html">Community Transit Committee</a></li> </ul> </div> </li> <li> <a href="/document-library.html" class="document-library">Document Library</a> </li> <li> <a href="/contact-us.html" class="contact-us">Contact Us</a> <div class="sub" style="left:-60px;"> <ul style="width: 175px;"> <li><a href="/customer-comments.html">Customer Comments</a></li> <li><a href="/customer-survey.html">Customer Survey</a></li> <li><a href="/request-for-public-information.html">Request For Public Information</a></li> <li><a href="/staff-directory.html">Staff Directory</a></li> <li><a href="/customer_rights.html">Customer Rights</a></li> <li><a href="/ada_complaints.html">ADA Complaints</a></li> <li><a href="/welcome-message.html">Welcome Message</a></li> <li><a href="/signup.html">Email Sign Up</a></li> </ul> </div> </li> <!--<li> </li>--> </ul> </div> <div id="wrapper_wide"> <div id="maincontent_wide"> <!--MAIN CONTENT--> <div id="page_body"> <div id="cms_body"> <!-- content --> <h1><img src="/art/stop-icon.png" style="width: 20px; height: 32px;" alt="stop-icon" border="0"> Stops</h1> <hr> <h2>8th Street @ 14th Avenue</h2> <p> <b>Stop Code:</b>&nbsp;279<br> <b>Routes Serviced:</b>&nbsp;<a href="http://www.ycipta.org/routes/6A">6A</a><br> <b>Amenities :</b>&nbsp;None<br> </p> <p> <div id="map_canvas" style="width:100%; min-width:950px; height:450px; margin:0px auto; border:1px solid #CCCCCC;"></div> </p> <!-- end content --> </div></div> <!--END MAIN CONTENT--> <div style="clear:both;"></div> <hr> <div style="position:relative;"> <div style="width:400px; float:left;"> <table width="100%" cellspacing="10" cellpadding="0" border="0"> <tr> <td width="40%"> <b>Translate this page: </b> </td> <td width="60%"> <!-- START TRANSLATE --> <div id="google_translate_element"></div><script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'es', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, gaTrack: true, gaId: 'UA-33428244-1'}, 'google_translate_element'); } </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <!-- END TRANSLATE --> </td> </tr> </table> </div> <div class="plugin"> <div><a href="http://www.adobe.com/go/getreader" target="_blank"><img src="/art/get_adobe_reader.gif" alt="Get Adobe Reader" width="112" height="33" border="0" /></a></div> </div> <div style="clear:both;"></div> </div> </div> <div id="footer"> <div id="footercontent"> <a href="/routes-and-services.html">Routes &amp; Services</a> &nbsp;&nbsp; <a href="/rider-tools.html">Rider Tools</a> &nbsp;&nbsp; <a href="/fares-passes.html">Fares &amp; Passes</a> &nbsp;&nbsp; <a href="/news-updates.html">News &amp; Updates</a> &nbsp;&nbsp; <a href="/inside-ycipta.html">Inside YCIPTA</a> &nbsp;&nbsp; <a href="/document-library.html">Document Library</a> &nbsp;&nbsp; <a href="/contact-us.html">Contact Us</a> &nbsp;&nbsp; <a href="/site-map.html">Site Map</a> &nbsp;&nbsp; <a href="/privacy-policy.html">Privacy Policy</a> &nbsp;&nbsp; <!--<a href="https://login.secureserver.net/index.php?app=wbe" target="_blank">Employee Email Log In</a> &nbsp;&nbsp;--> <a href="https://webmail.ci.yuma.az.us" target="_blank">YCIPTA Employee Email</a> <!--<a href="/index.html">Home</a>--> <hr> <p><b>Yuma County Intergovernmental Public Transportation Authority</b><br> 2715 East 14th Street, Yuma, AZ 85365<br> Administrative Offices: 928-539-7076<br> Transit Information: 928-783-2235 or 511<br> Fax: 928-783-0309<br> TDD/TTY: 711 Through the Arizona Relay Service </p> <p><a href="http://www.mgmdesign.com" target="_blank">Site by MGM Design</a></p> </div> </div> </body> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CY1GSDEWJK"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-CY1GSDEWJK'); </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10