<!DOCTYPE html><html lang="en-US" class="no-js"><head><meta charset="UTF-8" /> <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <![endif]--><link rel="profile" href="http://gmpg.org/xfn/11"><link rel="pingback" href="https://smcorridornews.com/xmlrpc.php" /><link type="text/css" media="print" href="https://smcorridornews.com/wp-content/cache/autoptimize/css/autoptimize_b8b7b4f4bc92cf956bdda0b2bcaf573f.css" rel="stylesheet" /><link type="text/css" media="all" href="https://smcorridornews.com/wp-content/cache/autoptimize/css/autoptimize_73f13f0253a0f5252216629d6a25a93a.css" rel="stylesheet" /><link type="text/css" media="only screen and (max-width: 768px)" href="https://smcorridornews.com/wp-content/cache/autoptimize/css/autoptimize_1644445675794e8a313c475634e91207.css" rel="stylesheet" /><title>PEC Sends Crews To Assist With Hurricane Harvey Recovery | San Marcos Corridor News</title><meta property="og:image" content="https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-300x200.jpg" /><meta property="og:image:width" content="300" /><meta property="og:image:height" content="300" /><meta property="og:title" content="PEC Sends Crews To Assist With Hurricane Harvey Recovery" /><meta property="og:type" content="article" /><meta property="og:description" content="“We began preparations last Wednesday well before Hurricane Harvey made landfall, ramping up efforts to secure our electric system, coordinate our crews and stock our yards with the necessary tools an" /><meta property="og:url" content="https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/"/><meta property="og:site_name" content="San Marcos Corridor News" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><link rel="shortcut icon" href="https://smcorridornews.com/wp-content/uploads/2018/01/Texas-flag-Ball-No-Background-1-16-2018.png" /><link rel="apple-touch-icon" href="https://smcorridornews.com/wp-content/uploads/2017/07/Corridor-News-Logo-IOS-App-Icon-July-2017-152x152.png" /><link rel='dns-prefetch' href='//fonts.googleapis.com' /><link rel='dns-prefetch' href='//s.w.org' /><link rel="alternate" type="application/rss+xml" title="San Marcos Corridor News &raquo; Feed" href="https://smcorridornews.com/feed/" /><link rel="alternate" type="application/rss+xml" title="San Marcos Corridor News &raquo; Comments Feed" href="https://smcorridornews.com/comments/feed/" /><link rel="alternate" type="text/calendar" title="San Marcos Corridor News &raquo; iCal Feed" href="https://smcorridornews.com/events/?ical=1" /><link rel="alternate" type="application/rss+xml" title="San Marcos Corridor News &raquo; PEC Sends Crews To Assist With Hurricane Harvey Recovery Comments Feed" href="https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/feed/" /> <script type="text/javascript">window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/smcorridornews.com\/wp-includes\/js\/wp-emoji.js?ver=4.9.3","twemoji":"https:\/\/smcorridornews.com\/wp-includes\/js\/twemoji.js?ver=4.9.3"}};
			( function( window, document, settings ) {
	var src, ready, ii, tests;

	/*
	 * Create a canvas element for testing native browser support
	 * of emoji.
	 */
	var canvas = document.createElement( 'canvas' );
	var context = canvas.getContext && canvas.getContext( '2d' );

	/**
	 * Check if two sets of Emoji characters render the same.
	 *
	 * @param set1 array Set of Emoji characters.
	 * @param set2 array Set of Emoji characters.
	 * @returns {boolean} True if the two sets render the same.
	 */
	function emojiSetsRenderIdentically( set1, set2 ) {
		var stringFromCharCode = String.fromCharCode;

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
		var rendered1 = canvas.toDataURL();

		// Cleanup from previous test.
		context.clearRect( 0, 0, canvas.width, canvas.height );
		context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
		var rendered2 = canvas.toDataURL();

		return rendered1 === rendered2;
	}

	/**
	 * Detect if the browser supports rendering emoji or flag emoji. Flag emoji are a single glyph
	 * made of two characters, so some browsers (notably, Firefox OS X) don't support them.
	 *
	 * @since 4.2.0
	 *
	 * @param type {String} Whether to test for support of "flag" or "emoji".
	 * @return {Boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( type ) {
		var isIdentical;

		if ( ! context || ! context.fillText ) {
			return false;
		}

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		switch ( type ) {
			case 'flag':
				/*
				 * Test for UN flag compatibility. This is the least supported of the letter locale flags,
				 * so gives us an easy test for full support.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly ([U] + [N]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 55356, 56826, 55356, 56819 ],
					[ 55356, 56826, 8203, 55356, 56819 ]
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for English flag compatibility. England is a country in the United Kingdom, it
				 * does not have a two letter locale code but rather an five letter sub-division code.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[ 55356, 57332, 56128, 56423, 56128, 56418, 56128, 56421, 56128, 56430, 56128, 56423, 56128, 56447 ],
					[ 55356, 57332, 8203, 56128, 56423, 8203, 56128, 56418, 8203, 56128, 56421, 8203, 56128, 56430, 8203, 56128, 56423, 8203, 56128, 56447 ]
				);

				return ! isIdentical;
			case 'emoji':
				/*
				 * Emoji allows people of all gender levitate and so does WordPress.
				 *
				 * To test for support, try to render a new emoji (woman in business suit levitating),
				 * then compare it to how it would look if the browser doesn't render it correctly
				 * (person in business suit levitating + female sign).
				 */
				isIdentical = emojiSetsRenderIdentically(
					[55357, 56692, 8205, 9792, 65039],
					[55357, 56692, 8203, 9792, 65039]
				);
				return ! isIdentical;
		}

		return false;
	}

	function addScript( src ) {
		var script = document.createElement( 'script' );

		script.src = src;
		script.defer = script.type = 'text/javascript';
		document.getElementsByTagName( 'head' )[0].appendChild( script );
	}

	tests = Array( 'flag', 'emoji' );

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	for( ii = 0; ii < tests.length; ii++ ) {
		settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );

		settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];

		if ( 'flag' !== tests[ ii ] ) {
			settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
		}
	}

	settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;

	settings.DOMReady = false;
	settings.readyCallback = function() {
		settings.DOMReady = true;
	};

	if ( ! settings.supports.everything ) {
		ready = function() {
			settings.readyCallback();
		};

		if ( document.addEventListener ) {
			document.addEventListener( 'DOMContentLoaded', ready, false );
			window.addEventListener( 'load', ready, false );
		} else {
			window.attachEvent( 'onload', ready );
			document.attachEvent( 'onreadystatechange', function() {
				if ( 'complete' === document.readyState ) {
					settings.readyCallback();
				}
			} );
		}

		src = settings.source || {};

		if ( src.concatemoji ) {
			addScript( src.concatemoji );
		} else if ( src.wpemoji && src.twemoji ) {
			addScript( src.twemoji );
			addScript( src.wpemoji );
		}
	}

} )( window, document, window._wpemojiSettings );</script> <!--noptimize--><script>
		/**
  * based on domready (c) Dustin Diaz 2014 - License MIT
  * https://github.com/ded/domready
  */
advanced_ads_ready = ( function() {
  var fns = [], listener
    , doc = typeof document === 'object' && document
    , hack = doc && doc.documentElement.doScroll
    , domContentLoaded = 'DOMContentLoaded'
    , loaded = doc && (hack ? /^loaded|^c/ : /^loaded|^i|^c/).test(doc.readyState)

  if (!loaded && doc){
    listener = function () {
	  doc.removeEventListener(domContentLoaded, listener)
	  window.removeEventListener( "load", listener );
	  loaded = 1
	  while (listener = fns.shift()) listener()
	}
	  
	doc.addEventListener(domContentLoaded, listener )
	window.addEventListener( 'load', listener );
  }

  return function (fn) {
    loaded ? setTimeout(fn, 0) : fns.push(fn)
  }
} )();
</script><!--/noptimize--><link rel='stylesheet' id='redux-google-fonts-mom_options-css'  href='https://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800%2C300italic%2C400italic%2C600italic%2C700italic%2C800italic&#038;subset=latin&#038;ver=1516890266' type='text/css' media='all' /> <script type='text/javascript' src='https://smcorridornews.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript'>var advanced_ads_responsive = {"reload_on_resize":"0"};</script> <script type='text/javascript'>var advanced_ads_pro_visitor_conditions = {"referrer_cookie_name":"advanced_ads_pro_visitor_referrer","referrer_exdays":"365","page_impr_cookie_name":"advanced_ads_page_impressions","page_impr_exdays":"3650"};</script> <link rel='https://api.w.org/' href='https://smcorridornews.com/wp-json/' /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://smcorridornews.com/xmlrpc.php?rsd" /><link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://smcorridornews.com/wp-includes/wlwmanifest.xml" /><meta name="generator" content="WordPress 4.9.3" /><link rel="canonical" href="https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/" /><link rel='shortlink' href='https://goo.gl/dT6o47' /><link rel="alternate" type="application/json+oembed" href="https://smcorridornews.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsmcorridornews.com%2Fpec-sends-crews-to-assist-with-hurricane-harvey-recovery%2F" /><link rel="alternate" type="text/xml+oembed" href="https://smcorridornews.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsmcorridornews.com%2Fpec-sends-crews-to-assist-with-hurricane-harvey-recovery%2F&#038;format=xml" /><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://smcorridornews.com"><link rel="https://theeventscalendar.com/" href="https://smcorridornews.com/wp-json/tribe/events/v1/" /><script type="text/javascript">;var advadsCfpQueue = [], advadsCfpExpHours = 3;
		var advadsCfpClickLimit = 3;
		;
		var advadsCfpPath = '';
		var advadsCfpDomain = '';
		var advadsCfpAd = function( adID ){
			if ( 'undefined' == typeof advadsProCfp ) { advadsCfpQueue.push( adID ) } else { advadsProCfp.addElement( adID ) }
		};</script> <!--[if lt IE 9]> <script src="https://smcorridornews.com/wp-content/themes/multinews/framework/helpers/js/html5.js"></script> <script src="https://smcorridornews.com/wp-content/themes/multinews/framework/helpers/js/IE9.js"></script> <![endif]--><meta name="generator" content="Powered by WPBakery Page Builder - drag and drop page builder for WordPress."/> <!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="https://smcorridornews.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.min.css" media="screen"><![endif]--> <noscript><style type="text/css">.wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head> <script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-54320138-1', 'auto');
  ga('send', 'pageview');</script> <body class="post-template-default single single-post postid-50014 single-format-standard tribe-no-js tribe-theme-parent-multinews tribe-theme-child-child-theme right-sidebar one_side_bar_layout singular theme_layout_full fade-imgs-in-appear sticky_navigation_on no-post-format-icons responsive_enabled automatic_weather wp_gallery_lightbox_on multinews-1.0 mom-body wpb-js-composer js-comp-ver-5.4.5 vc_responsive" role="article" itemscope="" itemtype="http://schema.org/Article"> <!--[if lt IE 7]><p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--><div class="wrap_every_thing"><div class="fixed_wrap"><div class="wrap clearfix"><header class="header"><div id="header-wrapper"><div class="top_banner" data-timeout=""><div class="inner"><div class="mom-ads-wrap  "><div class="mom-ads " style=""><div class="mom-ads-inner"></div></div></div></div></div><div class="top-bar"><div class="inner"><div class="today_date"><p>February 13, 2018</p></div><ul id="menu-top-menu" class="top-menu"><li id="menu-item-1322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-depth-0"><a href="https://smcorridornews.com/">Home<span class="menu_bl" style="background:;"></span></a></li><li id="menu-item-16561" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-0"><a href="https://smcorridornews.com/who-we-are/">Who We Are<span class="menu_bl" style="background:;"></span></a></li><li id="menu-item-16628" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-0"><a href="https://smcorridornews.com/advertise/">Advertise<span class="menu_bl" style="background:;"></span></a></li><li id="menu-item-1321" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-0"><a href="https://smcorridornews.com/contact-us/">Contact Us<span class="menu_bl" style="background:;"></span></a></li><li id="menu-item-10835" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item menu-item-iconsOnly menu-item-depth-0"><a title="Video Archives" href="https://smcorridornews.com/category/video-archives/"><i class="icon_only momizat-icon-play"></i><span class="icon_only_label">Video Archives</span><span class="menu_bl" style="background:#000000;"></span></a><ul class="sub-menu "><li id="menu-item-10852" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/business-video-archives/">business</a></li><li id="menu-item-10853" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/education-video-archives/">education</a></li><li id="menu-item-10854" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/featured-video-archives/">featured</a></li><li id="menu-item-10855" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/lifestyle-video-archives/">lifestyle</a></li><li id="menu-item-10856" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/news-video-archives/">news Video Archives</a></li><li id="menu-item-10857" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/opinions/">opinions</a></li><li id="menu-item-10858" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/politics-video-archives/">politics</a></li><li id="menu-item-10859" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/video-archives/sports-video-archives/">sports</a></li></ul> <i class='responsive-caret'></i></li></ul><div class="mom_visibility_device device-top-menu-wrap mobile-menu"><div class="top-menu-holder"><i class="fa-icon-align-justify mh-icon"></i></div></div><div class="top-bar-right"><ul class="top-social-icon"><li class="facebook"><a href="https://www.facebook.com/CorridorNews/" target="_blank"></a></li><li class="twitter"><a href="https://twitter.com/CorridorNews" target="_blank"></a></li><li class="youtube"><a href="https://www.youtube.com/channel/UC_u_JlAQqxJQKBdx5h_jo5g" target="_blank"></a></li><li class="google"><a href="https://plus.google.com/+Smcorridornews/posts" target="_blank"></a></li><li class="pin"><a href="#" target="_blank"></a></li><li class="vimeo"><a href="#" target="_blank"></a></li><li class="rss"><a href="https://smcorridornews.com/feed/" target="_blank"></a></li><li class="top-search"><a href="#"></a><div class="search-dropdown"><form class="mom-search-form" method="get" action="https://smcorridornews.com/"> <input type="text" id="tb-search" class="sf" name="s" placeholder="Enter keywords and press enter" required="" autocomplete="off"> <span class="sf-loading"><img src="https://smcorridornews.com/wp-content/themes/multinews/images/ajax-search-nav.png" alt="search" width="16" height="16"></span></form><div class="ajax-search-results"></div></div></li></ul></div></div></div><div class="header-wrap"><div class="inner"><div class="logo" itemscope="itemscope" itemtype="http://schema.org/Organization"> <img class="print-logo" itemprop="logo" src="https://smcorridornews.com/wp-content/uploads/2017/10/The-Way-News-Website-Banner-w-Logo-1200x150.jpg" width="1200" height="150" alt="San Marcos Corridor News"/> <a href="https://smcorridornews.com" itemprop="url" title="San Marcos Corridor News"> <img itemprop="logo" src="https://smcorridornews.com/wp-content/uploads/2017/10/The-Way-News-Website-Banner-w-Logo-1200x150.jpg" alt="San Marcos Corridor News"/> <img itemprop="logo" class="mom_retina_logo" src="https://smcorridornews.com/wp-content/uploads/2017/10/The-Way-News-Website-Banner-w-Logo-1200x150.jpg" alt="San Marcos Corridor News" /> </a><meta itemprop="name" content="San Marcos Corridor News"></div></div></div></div><nav id="navigation" class="navigation  dd-effect-slide " data-sticky_logo="" data-sticky_logo_width="" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"><div class="inner"><ul id="menu-main-menu" class="main-menu main-default-menu"><li id="menu-item-1243" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-iconsOnly menu-item-depth-0"><a href="https://smcorridornews.com/"><i class="icon_only momizat-icon-home"></i><span class="icon_only_label">Home</span><span class="menu_bl" style="background:#3f3f3f;"></span></a></li><li id="menu-item-2273" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/news/">News<span class="menu_bl" style="background:#606191;"></span></a><div class="mom-megamenu cats-mega-wrap"><ul class="sub-menu "><li id="menu-item-12168" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/news/austin/">Austin</a></li><li id="menu-item-13288" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/breaking-news/">Breaking News</a></li><li id="menu-item-23557" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/buda/">Buda</a></li><li id="menu-item-23558" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/crime/">Crime</a></li><li id="menu-item-23559" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/dripping-springs/">Dripping Springs</a></li><li id="menu-item-23556" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/hays-co-news/">Hays County</a></li><li id="menu-item-23560" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/kyle/">Kyle</a></li><li id="menu-item-23561" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/san-marcos/">San Marcos</a></li><li id="menu-item-8067" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/traffic-news/">Traffic</a></li></ul><div class='sub-mom-megamenu sub-cat-megamenu'><div class='active mom-cat-latest' id='mom-mega-cat-12168' data-id='8270' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-12168'><li><figure><a href='https://smcorridornews.com/your-7-day-weather-air-quality-forecast-tuesday-feb-13/' title='Your 7 Day Weather &#038; Air Quality Forecast | Tuesday, Feb. 13'><img src='https://smcorridornews.com/wp-content/uploads/2017/06/Weather-Rainy-Garden-Gloshes-750x500-PG-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/your-7-day-weather-air-quality-forecast-tuesday-feb-13/' title='Your 7 Day Weather &#038; Air Quality Forecast | Tuesday, Feb. 13'> Your 7 Day Weather &#038; Air Quality Forecast | Tuesday, Feb. 13</a></h2></li><li><figure><a href='https://smcorridornews.com/austin-adopts-aquatics-plan-urges-124m-bond-vote/' title='Austin Adopts Aquatics Plan, Urges $124M Bond Vote'><img src='https://smcorridornews.com/wp-content/uploads/2018/02/Austin-Parks-and-Recreation-750x500-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/austin-adopts-aquatics-plan-urges-124m-bond-vote/' title='Austin Adopts Aquatics Plan, Urges $124M Bond Vote'> Austin Adopts Aquatics Plan, Urges $124M Bond Vote</a></h2></li><li><figure><a href='https://smcorridornews.com/governors-commission-for-women-seeks-nominations-for-texas-womens-hall-of-fame/' title='Governor’s Commission For Women Seeks Nominations For Texas Women’s Hall Of Fame'><img src='https://smcorridornews.com/wp-content/uploads/2018/02/Texas-Womens-Hall-of-Fame-750x500-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/governors-commission-for-women-seeks-nominations-for-texas-womens-hall-of-fame/' title='Governor’s Commission For Women Seeks Nominations For Texas Women’s Hall Of Fame'> Governor’s Commission For Women Seeks Nominations For Texas Women’s Hall Of Fame</a></h2></li></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-13288' data-id='8271' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-13288'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-23557' data-id='12521' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-23557'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-23558' data-id='12665' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-23558'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-23559' data-id='12522' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-23559'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-23556' data-id='5215' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-23556'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-23560' data-id='12519' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-23560'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-23561' data-id='12514' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-23561'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-8067' data-id='6237' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-8067'></ul><a style='background:#606191' href='https://smcorridornews.com/category/news/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div></div></div> <i class='responsive-caret'></i></li><li id="menu-item-46882" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-0"><a href="https://smcorridornews.com/real-estate/">Real Estate<span class="menu_bl" style="background:#0038a0;"></span></a></li><li id="menu-item-6194" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item menu-item-depth-0"><a href="https://smcorridornews.com/category/news/education/">Education<span class="menu_bl" style="background:#009070;"></span></a><ul class="sub-menu "><li id="menu-item-8068" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/hays-cisd/">Hays CISD</a></li><li id="menu-item-6199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/san-marcos-cisd/">San Marcos CISD</a></li><li id="menu-item-6200" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/texas-education/">Texas</a></li><li id="menu-item-6198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/national-education/">National</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-10664" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/featured/">Featured<span class="menu_bl" style="background:#08b008;"></span></a></li><li id="menu-item-1269" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/lifestyle/">Lifestyle<span class="menu_bl" style="background:#d8d000;"></span></a><div class="mom-megamenu cats-mega-wrap"><ul class="sub-menu "><li id="menu-item-7574" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/events/"><i class="brankic-icon-calendar2"></i>Events</a></li><li id="menu-item-7579" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/food-spirits/"><i class="brankic-icon-drink4"></i>Food &#038; Spirits</a></li><li id="menu-item-2279" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/health/"><i class="momizat-icon-accessibility"></i>Health</a></li><li id="menu-item-1268" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/tech-money/"><i class="enotype-icon-network"></i>Tech &#038; Money</a></li><li id="menu-item-7577" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/home-and-family/"><i class="brankic-icon-pig"></i>Home &#038; Family</a></li></ul><div class='sub-mom-megamenu sub-cat-megamenu'><div class='active mom-cat-latest' id='mom-mega-cat-7574' data-id='6140' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-7574'><li><figure><a href='https://smcorridornews.com/city-of-buda-schedules-temporary-water-main-shut-off-service-interruption/' title='City Of Buda Schedules Temporary Water Main Shut Off, Service Interruption'><img src='https://smcorridornews.com/wp-content/uploads/2016/12/Buda-News-800x600web-compressor-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/city-of-buda-schedules-temporary-water-main-shut-off-service-interruption/' title='City Of Buda Schedules Temporary Water Main Shut Off, Service Interruption'> City Of Buda Schedules Temporary Water Main Shut Off, Service Interruption</a></h2></li><li><figure><a href='https://smcorridornews.com/san-marcos-kyle-seeks-volunteers-for-33rd-annual-river-cleanup/' title='San Marcos, Kyle Seeks Volunteers For 33rd Annual River Cleanup'><img src='https://smcorridornews.com/wp-content/uploads/2017/06/SM-River-Capes-Dam-April-2017-750x500-PG-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/san-marcos-kyle-seeks-volunteers-for-33rd-annual-river-cleanup/' title='San Marcos, Kyle Seeks Volunteers For 33rd Annual River Cleanup'> San Marcos, Kyle Seeks Volunteers For 33rd Annual River Cleanup</a></h2></li><li><figure><a href='https://smcorridornews.com/today-in-history-february-12/' title='Today In History &#8211; February 12'><img src='https://smcorridornews.com/wp-content/uploads/2018/02/Today-in-History-Thomas-Moran-Great-Blue-Spring-Yellowstone-LOC-750x500-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/today-in-history-february-12/' title='Today In History &#8211; February 12'> Today In History &#8211; February 12</a></h2></li></ul><a style='background:#d8d000' href='https://smcorridornews.com/category/lifestyle/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-7579' data-id='6236' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-7579'></ul><a style='background:#d8d000' href='https://smcorridornews.com/category/lifestyle/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-2279' data-id='102' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-2279'></ul><a style='background:#d8d000' href='https://smcorridornews.com/category/lifestyle/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-1268' data-id='11' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-1268'></ul><a style='background:#d8d000' href='https://smcorridornews.com/category/lifestyle/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-7577' data-id='6175' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-7577'></ul><a style='background:#d8d000' href='https://smcorridornews.com/category/lifestyle/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div></div></div> <i class='responsive-caret'></i></li><li id="menu-item-2282" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/opinion/">Opinion<span class="menu_bl" style="background:#d87000;"></span></a></li><li id="menu-item-2283" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/politics/">Politics<span class="menu_bl" style="background:#d00000;"></span></a><div class="mom-megamenu cats-mega-wrap"><ul class="sub-menu "><li id="menu-item-6201" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/politics/hays-co-politics/">Hays County</a></li><li id="menu-item-6206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/politics/texas-politics/">Texas</a></li><li id="menu-item-6204" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/politics/national-politics/">National</a></li></ul><div class='sub-mom-megamenu sub-cat-megamenu'><div class='active mom-cat-latest' id='mom-mega-cat-6201' data-id='5233' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6201'><li><figure><a href='https://smcorridornews.com/whos-on-your-hays-county-precinct-ballot-where-to-early-vote-what-precinct-are-you-in-election-day-polling-places/' title='Who&#8217;s On Your Hays County Precinct Ballot, Where To Early Vote, What Precinct Are You In, Election Day Polling Places'><img src='https://smcorridornews.com/wp-content/uploads/2016/10/Your-Vote-Counts-750x500web-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/whos-on-your-hays-county-precinct-ballot-where-to-early-vote-what-precinct-are-you-in-election-day-polling-places/' title='Who&#8217;s On Your Hays County Precinct Ballot, Where To Early Vote, What Precinct Are You In, Election Day Polling Places'> Who&#8217;s On Your Hays County Precinct Ballot, Where To Early Vote, What Precinct Are You In, Election Day Polling Places</a></h2></li><li><figure><a href='https://smcorridornews.com/whos-on-the-texas-primary-ballots-in-2018/' title='Who’s On The Texas Primary Ballots In 2018?'><img src='https://smcorridornews.com/wp-content/uploads/2014/10/Ballot-Box-Voting-800x600-e1462198154959.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/whos-on-the-texas-primary-ballots-in-2018/' title='Who’s On The Texas Primary Ballots In 2018?'> Who’s On The Texas Primary Ballots In 2018?</a></h2></li><li><figure><a href='https://smcorridornews.com/president-trauth-signs-letter-supporting-the-u-s-senate-action-on-dream-act/' title='President Trauth Signs Letter Supporting The U.S. Senate Action On Dream Act'><img src='https://smcorridornews.com/wp-content/uploads/2018/02/Dr-Denise-Trauth-Texas-State-University-750x500-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/president-trauth-signs-letter-supporting-the-u-s-senate-action-on-dream-act/' title='President Trauth Signs Letter Supporting The U.S. Senate Action On Dream Act'> President Trauth Signs Letter Supporting The U.S. Senate Action On Dream Act</a></h2></li></ul><a style='background:#d00000' href='https://smcorridornews.com/category/politics/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-6206' data-id='5234' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6206'></ul><a style='background:#d00000' href='https://smcorridornews.com/category/politics/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-6204' data-id='5235' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6204'></ul><a style='background:#d00000' href='https://smcorridornews.com/category/politics/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div></div></div> <i class='responsive-caret'></i></li><li id="menu-item-1267" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/sports/">Sports<span class="menu_bl" style="background:#e23232;"></span></a><div class="mom-megamenu cats-mega-wrap"><ul class="sub-menu "><li id="menu-item-6208" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/bobcats/">BOBCATS</a></li><li id="menu-item-6207" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/hays-cisd-sports/">Hays County</a></li><li id="menu-item-6210" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/rattler-sports/">Rattler Sports</a></li><li id="menu-item-8069" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/texas/">Texas</a></li><li id="menu-item-6209" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/national-sports-sports/">National</a></li></ul><div class='sub-mom-megamenu sub-cat-megamenu'><div class='active mom-cat-latest' id='mom-mega-cat-6208' data-id='5239' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6208'><li><figure><a href='https://smcorridornews.com/mens-basketball-hits-the-road-to-face-in-state-rival-uta/' title='Men’s Basketball Hits The Road To Face In-State Rival UTA'><img src='https://smcorridornews.com/wp-content/uploads/2017/01/Texas-Statebasketball-750x500-PG-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/mens-basketball-hits-the-road-to-face-in-state-rival-uta/' title='Men’s Basketball Hits The Road To Face In-State Rival UTA'> Men’s Basketball Hits The Road To Face In-State Rival UTA</a></h2></li><li><figure><a href='https://smcorridornews.com/soccer-inks-six-in-2018-class/' title='Soccer Inks Six In 2018 Class'><img src='https://smcorridornews.com/wp-content/uploads/2016/09/Bobcats-Soccer-800x600web-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/soccer-inks-six-in-2018-class/' title='Soccer Inks Six In 2018 Class'> Soccer Inks Six In 2018 Class</a></h2></li><li><figure><a href='https://smcorridornews.com/texas-state-tf-bobcat-named-co-sun-belt-womens-track-athlete-of-the-week/' title='Texas State T&#038;F Bobcat Named Co-Sun Belt Women’s Track Athlete of the Week'><img src='https://smcorridornews.com/wp-content/uploads/2017/07/txst-Bobcat-Flag-750x500-PG-112x75.jpg' alt='menu' width='112' height='75'></a></figure><h2><a href='https://smcorridornews.com/texas-state-tf-bobcat-named-co-sun-belt-womens-track-athlete-of-the-week/' title='Texas State T&#038;F Bobcat Named Co-Sun Belt Women’s Track Athlete of the Week'> Texas State T&#038;F Bobcat Named Co-Sun Belt Women’s Track Athlete of the Week</a></h2></li></ul><a style='background:#e23232' href='https://smcorridornews.com/category/sports/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-6207' data-id='5237' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6207'></ul><a style='background:#e23232' href='https://smcorridornews.com/category/sports/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-6210' data-id='5236' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6210'></ul><a style='background:#e23232' href='https://smcorridornews.com/category/sports/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-8069' data-id='6100' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-8069'></ul><a style='background:#e23232' href='https://smcorridornews.com/category/sports/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div><div class=' mom-cat-latest' id='mom-mega-cat-6209' data-id='5238' data-object='category' data-layout='horz'><ul id='mom-mega-ul-cat-6209'></ul><a style='background:#e23232' href='https://smcorridornews.com/category/sports/' title='' class='view-all-link'>View all<i class='enotype-icon-arrow-right7'></i></a></div></div></div> <i class='responsive-caret'></i></li><li id="menu-item-23562" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-parent-item menu-item-depth-0"><a href="https://smcorridornews.com/events/"><i class="momizat-icon-calendar"></i>Events<span class="menu_bl" style="background:#606191;"></span></a><ul class="sub-menu "><li id="menu-item-23563" class="menu-item menu-item-type-custom menu-item-object-custom active menu-item-depth-1"><a href="https://www.smcorridornews.com/events/communityevents/add">Submit Your Own Events</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-57552" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-parent-item menu-item-depth-0"><a href="https://goo.gl/xU39uy">Election 2018<span class="menu_bl" style="background:#0038a0;"></span></a><ul class="sub-menu "><li id="menu-item-57553" class="menu-item menu-item-type-post_type menu-item-object-page active menu-item-depth-1"><a href="https://smcorridornews.com/november-election-2017-results-for-kyle-and-buda/">UPDATED 9:53PM: November Election 2017 Results For Kyle And Buda</a></li><li id="menu-item-57554" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-1"><a href="https://smcorridornews.com/november-election-2017-results-for-san-marcos/">UPDATED at 9:52 PM: Precincts Reporting 49 of 49 100% Reporting- 2017 Election Results For San Marcos</a></li><li id="menu-item-57555" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-1"><a href="https://smcorridornews.com/november-election-2017-results-for-state/">UPDATED 10:01PM: November Election 2017 Results For State</a></li></ul> <i class='responsive-caret'></i></li></ul><div class="mom_visibility_device device-menu-wrap"><div class="device-menu-holder"> <i class="momizat-icon-paragraph-justify2 mh-icon"></i> <span class="the_menu_holder_area"><i class="dmh-icon"></i>Menu</span><i class="mh-caret"></i></div><ul id="menu-main-menu-1" class="device-menu"><li id="menu-item-1243" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-iconsOnly menu-item-depth-0"><a href="https://smcorridornews.com/"><i class="icon_only momizat-icon-home"></i><span class="icon_only_label">Home</span><span class="menu_bl" style="background:#3f3f3f;"></span></a></li><li id="menu-item-2273" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/news/">News<span class="menu_bl" style="background:#606191;"></span></a><ul class="sub-menu "><li id="menu-item-12168" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/news/austin/">Austin</a></li><li id="menu-item-13288" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/breaking-news/">Breaking News</a></li><li id="menu-item-23557" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/buda/">Buda</a></li><li id="menu-item-23558" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/crime/">Crime</a></li><li id="menu-item-23559" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/dripping-springs/">Dripping Springs</a></li><li id="menu-item-23556" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/hays-co-news/">Hays County</a></li><li id="menu-item-23560" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/kyle/">Kyle</a></li><li id="menu-item-23561" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/san-marcos/">San Marcos</a></li><li id="menu-item-8067" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/traffic-news/">Traffic</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-46882" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-0"><a href="https://smcorridornews.com/real-estate/">Real Estate<span class="menu_bl" style="background:#0038a0;"></span></a></li><li id="menu-item-6194" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item menu-item-depth-0"><a href="https://smcorridornews.com/category/news/education/">Education<span class="menu_bl" style="background:#009070;"></span></a><ul class="sub-menu "><li id="menu-item-8068" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/hays-cisd/">Hays CISD</a></li><li id="menu-item-6199" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/san-marcos-cisd/">San Marcos CISD</a></li><li id="menu-item-6200" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/texas-education/">Texas</a></li><li id="menu-item-6198" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/news/education/national-education/">National</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-10664" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/featured/">Featured<span class="menu_bl" style="background:#08b008;"></span></a></li><li id="menu-item-1269" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/lifestyle/">Lifestyle<span class="menu_bl" style="background:#d8d000;"></span></a><ul class="sub-menu "><li id="menu-item-7574" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/events/"><i class="brankic-icon-calendar2"></i>Events</a></li><li id="menu-item-7579" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/food-spirits/"><i class="brankic-icon-drink4"></i>Food &#038; Spirits</a></li><li id="menu-item-2279" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/health/"><i class="momizat-icon-accessibility"></i>Health</a></li><li id="menu-item-1268" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/tech-money/"><i class="enotype-icon-network"></i>Tech &#038; Money</a></li><li id="menu-item-7577" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/lifestyle/home-and-family/"><i class="brankic-icon-pig"></i>Home &#038; Family</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-2282" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/opinion/">Opinion<span class="menu_bl" style="background:#d87000;"></span></a></li><li id="menu-item-2283" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/politics/">Politics<span class="menu_bl" style="background:#d00000;"></span></a><ul class="sub-menu "><li id="menu-item-6201" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/politics/hays-co-politics/">Hays County</a></li><li id="menu-item-6206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/politics/texas-politics/">Texas</a></li><li id="menu-item-6204" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/politics/national-politics/">National</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-1267" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-parent-item mom_mega_cats menu-item-depth-0"><a href="https://smcorridornews.com/category/sports/">Sports<span class="menu_bl" style="background:#e23232;"></span></a><ul class="sub-menu "><li id="menu-item-6208" class="menu-item menu-item-type-taxonomy menu-item-object-category active menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/bobcats/">BOBCATS</a></li><li id="menu-item-6207" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/hays-cisd-sports/">Hays County</a></li><li id="menu-item-6210" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/rattler-sports/">Rattler Sports</a></li><li id="menu-item-8069" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/texas/">Texas</a></li><li id="menu-item-6209" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-1"><a href="https://smcorridornews.com/category/sports/national-sports-sports/">National</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-23562" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-parent-item menu-item-depth-0"><a href="https://smcorridornews.com/events/"><i class="momizat-icon-calendar"></i>Events<span class="menu_bl" style="background:#606191;"></span></a><ul class="sub-menu "><li id="menu-item-23563" class="menu-item menu-item-type-custom menu-item-object-custom active menu-item-depth-1"><a href="https://www.smcorridornews.com/events/communityevents/add">Submit Your Own Events</a></li></ul> <i class='responsive-caret'></i></li><li id="menu-item-57552" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-parent-item menu-item-depth-0"><a href="https://goo.gl/xU39uy">Election 2018<span class="menu_bl" style="background:#0038a0;"></span></a><ul class="sub-menu "><li id="menu-item-57553" class="menu-item menu-item-type-post_type menu-item-object-page active menu-item-depth-1"><a href="https://smcorridornews.com/november-election-2017-results-for-kyle-and-buda/">UPDATED 9:53PM: November Election 2017 Results For Kyle And Buda</a></li><li id="menu-item-57554" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-1"><a href="https://smcorridornews.com/november-election-2017-results-for-san-marcos/">UPDATED at 9:52 PM: Precincts Reporting 49 of 49 100% Reporting- 2017 Election Results For San Marcos</a></li><li id="menu-item-57555" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-depth-1"><a href="https://smcorridornews.com/november-election-2017-results-for-state/">UPDATED 10:01PM: November Election 2017 Results For State</a></li></ul> <i class='responsive-caret'></i></li></ul></div><div class="clear"></div></div></nav><div class="breaking-news"><div class="inner"><div class="breaking-news-items"> <span class="breaking-title">Breaking News</span><div class="breaking-cont"><ul class="webticker" data-br_type="default" data-br_speed="0.07" data-br_bspeed="600" data-br_duration="4000"><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/" rel="bookmark">Dripping Springs ISD Board Calls Bond Election</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/" rel="bookmark">A Storm To Remember Part 2: Hurricane Harvey And The Texas Economy</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/" rel="bookmark">Living Outside The Lines: “Show Some Love This Valentine’s Day”</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/local-city-county-government-office-closures-announced/" rel="bookmark">Local City, County Government Office Closures Announced</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/city-of-buda-schedules-temporary-water-main-shut-off-service-interruption/" rel="bookmark">City Of Buda Schedules Temporary Water Main Shut Off, Service Interruption</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/san-marcos-kyle-seeks-volunteers-for-33rd-annual-river-cleanup/" rel="bookmark">San Marcos, Kyle Seeks Volunteers For 33rd Annual River Cleanup</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/your-7-day-weather-air-quality-forecast-tuesday-feb-13/" rel="bookmark">Your 7 Day Weather &#038; Air Quality Forecast | Tuesday, Feb. 13</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/osha-slaps-manufacturer-with-more-than-250000-in-fines/" rel="bookmark">OSHA Slaps Manufacturer With More Than $250,000 In Fines</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/scheduled-weekly-meetings-for-hays-county-commissioners-surrounding-central-texas-cities-and-school-districts/" rel="bookmark">Scheduled Weekly Meetings For Hays County Commissioners, Surrounding Central Texas Cities And School Districts</a></h4></li><li><h4><span class="enotype-icon-arrow-right6"></span><a target="_blank"href="https://smcorridornews.com/today-in-history-february-12/" rel="bookmark">Today In History &#8211; February 12</a></h4></li></ul></div></div><div class="brmenu"></div></div></div></header><div class="unav_banner" data-timeout=""><div class="inner"></div></div><div itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-300x200.jpg"><meta itemprop="width" content="300"><meta itemprop="height" content="300"></div><meta itemscope itemprop="mainEntityOfPage"  itemType="https://schema.org/WebPage" itemid="https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/"/><div itemprop="publisher" itemscope itemtype="https://schema.org/Organization"><div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="https://smcorridornews.com/wp-content/uploads/2017/10/The-Way-News-Website-Banner-w-Logo-1200x150.jpg"><meta itemprop="width" content="1200"><meta itemprop="height" content="150"></div><meta itemprop="name" content="San Marcos Corridor News"></div><meta itemprop="datePublished" content="2017-08-30T08:28:02+00:00"/><meta itemprop="dateModified" content="2017-09-01T13:57:50+00:00"/><div class="main-container"><div class="post-crumbs entry-crumbs"> <span></span><div class="vbreadcrumb" typeof="v:Breadcrumb"><a href="https://smcorridornews.com/" rel="v:url" property="v:title" class="home">Home</a></div><div class="vbreadcrumb" typeof="v:Breadcrumb"><a href="https://smcorridornews.com/category/news/" title="News" rel="v:url" property="v:title">News</a></div><div class="vbreadcrumb" typeof="v:Breadcrumb"><a href="https://smcorridornews.com/category/news/business-news/" title="Business" rel="v:url" property="v:title">Business</a></div></div><div class="main-left"><div class="main-content" role="main"><div class="site-content page-wrap"><article id="post-50014" class="post-50014 post type-post status-publish format-standard has-post-thumbnail category-business-news category-community category-hurricane-harvey-2017 category-lifestyle category-news category-texas-news tag-community tag-disaster-help tag-flood tag-ganado tag-harvey tag-historic-floods tag-houston-metroplex tag-hurricane-harvey tag-jackson-electric-cooperative tag-johnson-city tag-lifestyle tag-pec tag-pedernales-electric-cooperative tag-power-recovery tag-southeast-texas tag-texas tag-texas-gulf-coast tag-tropical-storm-harvey" data-id="50014"><header><h1 itemprop="headline" class="entry-title">PEC Sends Crews To Assist With Hurricane Harvey Recovery</h1><div class="entry-post-meta"><div>Date: <time content="2017-08-30T08:28:02+00:00" class="entry-date updated" datetime="2017-08-30T08:28:02+00:00">August 30, 2017</time></div><div class="comments-link"><a href="#comments">Leave a comment</a></div></div><div class="top-share-icons"> <script>jQuery(document).ready(function($) {
        var url = 'https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/';
        				        // linkedin
        jQuery.getJSON(
	    'http://www.linkedin.com/countserv/count/share?format=jsonp&url='+url+'&callback=?',
            function (data) {

                //console.log(data.count);
                $('.share-linkedin .count').text(data.count);
            }
        );
        		        // Pintrest
        jQuery.getJSON(
	    'http://api.pinterest.com/v1/urls/count.json?url='+url+'&callback=?',
            function (data) {
                //console.log(data.count);
                $('.share-pin .count').text(data.count);
            }
        );
            });</script> <div class="mom-share-post"><h4>share</h4><div class="mom-share-buttons"> <a href="#" onclick="window.open('http://www.facebook.com/sharer/sharer.php?u=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/', 'Share This', 'menubar=no,toolbar=no,resizable=no,scrollbars=no, width=600,height=455');" class="share-facebook"><i class="enotype-icon-facebook"></i><span class="count">0</span></a> <a href="#" onclick="window.open('http://twitter.com/share?text=PEC Sends Crews To Assist With Hurricane Harvey Recovery&url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/', 'Post this On twitter', 'menubar=no,toolbar=no,resizable=no,scrollbars=no,width=600,height=455');" class="share-twitter"><i class="momizat-icon-twitter"></i><span class="count"></span></a> <a href="#" onclick="window.open('https://plus.google.com/share?url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/', 'Share', 'width=600,height=455');" class="share-google"><i class="momizat-icon-google-plus"></i><span class="count">0</span></a> <a href="whatsapp://send?text=PEC Sends Crews To Assist With Hurricane Harvey Recovery - https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/" data-action="share/whatsapp/share" class="wabtn"><i class="fa-icon-whatsapp"></i></a> <a href="#" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/&title=PEC Sends Crews To Assist With Hurricane Harvey Recovery&source=https://smcorridornews.com', 'Share This', 'width=600,height=455');" class="share-linkedin"><i class="fa-icon-linkedin"></i><span class="count">0</span></a> <a href="#" onclick="window.open('http://pinterest.com/pin/create/bookmarklet/?media=https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-300x200.jpg&amp;url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/&amp;is_video=false&amp;description=PEC Sends Crews To Assist With Hurricane Harvey Recovery', 'Share this', 'width=600,height=455');" class="share-pin"><i class="enotype-icon-pinterest"></i><span class="count">0</span></a> <a href="mailto:?subject=PEC Sends Crews To Assist With Hurricane Harvey Recovery&body=%E2%80%9CWe+began+preparations+last+Wednesday+well+before+Hurricane+Harvey+made+landfall%2C+ramping+up+efforts+to+secure+our+electric+system%2C+coordinate+our+crews+and+sto : https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/" class="share-email"><i class="dashicons dashicons-email-alt"></i></a> <a href="javascript:window.print()" rel="nofollow" class="share-email"><i class="brankic-icon-printer"></i></a></div></div></div></header><div class="entry-content clearfix"><div class="entry-content-data has_f_image"><figure class="post-thumbnail " itemscope="" itemtype="http://schema.org/ImageObject"> <img width="750" height="500" src="https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web.jpg" class="attachment-big-thumb-hd size-big-thumb-hd wp-post-image" alt="" srcset="https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web.jpg 750w, https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-300x200.jpg 300w, https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-274x183.jpg 274w, https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-165x109.jpg 165w, https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-112x75.jpg 112w, https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-179x120.jpg 179w" sizes="(max-width: 750px) 100vw, 750px" /> <span class="img-toggle"><i class="momizat-icon-arrow-down-right2"></i></span></figure></div><p><span style="font-size: 17px;"><img class="alignleft size-full wp-image-46106" src="https://smcorridornews.com/wp-content/uploads/2017/08/Bar-Purple-5x100.jpg" alt="" width="5" height="100" /></span></p><p><span style="font-size: 20px; font-family: georgia,palatino;"><em>“We began preparations last Wednesday well before Hurricane Harvey made landfall, ramping up efforts to secure our electric system, coordinate our crews and stock our yards with the necessary tools and materials,” said Robert Peterson, PEC’s control center and emergency preparedness director.</em></span></p><p><span style="font-size: 17px;"><img class="alignnone size-medium wp-image-36067" src="https://smcorridornews.com/wp-content/uploads/2017/04/White-Bar-350x2-300x2.jpg" alt="" width="300" height="2" srcset="https://smcorridornews.com/wp-content/uploads/2017/04/White-Bar-350x2-300x2.jpg 300w, https://smcorridornews.com/wp-content/uploads/2017/04/White-Bar-350x2.jpg 350w" sizes="(max-width: 300px) 100vw, 300px" /></span></p><p><span style="font-size: 17px;">Johnson City, Texas — Pedernales Electric Cooperative (PEC), the nation’s largest electric distribution cooperative located in Johnson City, Texas, has sent service and construction crews to the City of Ganado in Southeast Texas. </span></p><p><span style="font-size: 17px;">PEC crews are traveling to assist Jackson Electric Cooperative with power recovery and restoration following the devastating and historic Hurricane Harvey ravaged the Texas Gulf Coast and Houston metroplex.</span></p><p><span style="font-size: 17px;">“We began preparations last Wednesday well before Hurricane Harvey made landfall, ramping up efforts to secure our electric system, coordinate our crews and stock our yards with the necessary tools and materials,” said Robert Peterson, PEC’s control center and emergency preparedness director. “While we experienced more than 590 outages due to high winds and rain, thankfully, our service territory was spared from the worst of the storm.”</span></p><p><span style="font-size: 17px;">In addition to service and construction crews, PEC sent staff from its safety and engineering departments, plus two unmanned aerial vehicles to help assess damage.</span></p><p><span style="font-size: 17px;">“We’re proud to offer our crews and resources to Jackson Electric Cooperative and to help get this community back online following the hurricane,” Peterson said. “Cooperatives are rooted in core principles that shape our values and organizations, and this opportunity to help is a bright reminder of two values we hold close at PEC: cooperation among cooperatives and concern for community.”</span></p><p><span style="font-size: 17px;">Additional PEC crews will be sent to Ganado <span class="aBn" tabindex="0" data-term="goog_573769960"><span class="aQJ">on Friday</span></span> to relieve PEC crews that are already there. Follow PEC’s complete coverage of Hurricane Harvey and power restoration efforts on Facebook at <a href="http://email.prnewswire.com/wf/click?upn=m-2BYlnY-2BDKFThLhCgrK26fHhxFRyWYSFnQ9YN2IqFO-2BHsjd-2Fgatxu40qIUIpNDWyPpWWu-2BFdfnqCEiAuWsIwafKnGHJg8sQNzjadkAOQjjV3sBk5hqs6NCXPKmZQD4YfVHBAAAVSAo-2BooOMNXlSiwAnytRYRrYMCJ-2BZUT4GM8UTRo1Da18F4ku-2B8GYIVI4u3-2FZw8ucFs5seI-2BX57G33N7STCK3EiGDc-2Frm5-2Bd4r9upiF2Xp1yI0BSykeRjUtv0baFV04g5EieoMRlyQNj4Mhx-2BQ-3D-3D_qHO5IHHKKNjG7YiuXsT-2B3WNDBAzyIJxzKRapv6p2UGhH54jkHfFGZKb6t9gqLTYrvrD19ehSXkUkqSPAJJ7U8t5vPBxNQcbuMLJVUs910I8xiT3U2IoYmPB5H3dhvYQSEN1xv2CelH1Ps8-2BWCubKSt8dbHnVihYzxLPPoFR-2BiTNkA6pKORjFSYKVB6XWVPgu-2FPbVGhYCWi3fjFuIZ5a54EXSl1Jui4XNdMiJX1wpXY5BHWcwQ3LIjc3YjoLck7i0Md1YQwkq-2F-2BGn0kYETYRx4dWxZSJB8crRIw3T-2BjgchLVd3XV2KUTTc1vgrhWSu93x" target="_blank" rel="nofollow noopener" data-saferedirecturl="https://www.google.com/url?hl=en&amp;q=http://email.prnewswire.com/wf/click?upn%3Dm-2BYlnY-2BDKFThLhCgrK26fHhxFRyWYSFnQ9YN2IqFO-2BHsjd-2Fgatxu40qIUIpNDWyPpWWu-2BFdfnqCEiAuWsIwafKnGHJg8sQNzjadkAOQjjV3sBk5hqs6NCXPKmZQD4YfVHBAAAVSAo-2BooOMNXlSiwAnytRYRrYMCJ-2BZUT4GM8UTRo1Da18F4ku-2B8GYIVI4u3-2FZw8ucFs5seI-2BX57G33N7STCK3EiGDc-2Frm5-2Bd4r9upiF2Xp1yI0BSykeRjUtv0baFV04g5EieoMRlyQNj4Mhx-2BQ-3D-3D_qHO5IHHKKNjG7YiuXsT-2B3WNDBAzyIJxzKRapv6p2UGhH54jkHfFGZKb6t9gqLTYrvrD19ehSXkUkqSPAJJ7U8t5vPBxNQcbuMLJVUs910I8xiT3U2IoYmPB5H3dhvYQSEN1xv2CelH1Ps8-2BWCubKSt8dbHnVihYzxLPPoFR-2BiTNkA6pKORjFSYKVB6XWVPgu-2FPbVGhYCWi3fjFuIZ5a54EXSl1Jui4XNdMiJX1wpXY5BHWcwQ3LIjc3YjoLck7i0Md1YQwkq-2F-2BGn0kYETYRx4dWxZSJB8crRIw3T-2BjgchLVd3XV2KUTTc1vgrhWSu93x&amp;source=gmail&amp;ust=1504127113676000&amp;usg=AFQjCNG38cK8fbKhrn0Gae7lhwcxKHm2Wg">facebook.com/PedernalesCoop</a> and at <a href="http://email.prnewswire.com/wf/click?upn=m-2BYlnY-2BDKFThLhCgrK26fHhxFRyWYSFnQ9YN2IqFO-2BHsjd-2Fgatxu40qIUIpNDWyPpWWu-2BFdfnqCEiAuWsIwafKnGHJg8sQNzjadkAOQjjV3sBk5hqs6NCXPKmZQD4YfVHBAAAVSAo-2BooOMNXlSiwAnytRYRrYMCJ-2BZUT4GM8UTRo1Da18F4ku-2B8GYIVI4u3-2FZw8ucFs5seI-2BX57G33N7STCK3EiGDc-2Frm5-2Bd4r9upiEb3XMCaCS3YKwJXlHD9zZZNbSzCe4wvItxu6TnMY66IA-3D-3D_qHO5IHHKKNjG7YiuXsT-2B3WNDBAzyIJxzKRapv6p2UGhH54jkHfFGZKb6t9gqLTYrvrD19ehSXkUkqSPAJJ7U8t5vPBxNQcbuMLJVUs910I8xiT3U2IoYmPB5H3dhvYQSEN1xv2CelH1Ps8-2BWCubKSt8dbHnVihYzxLPPoFR-2BiTOFWzavEwDoerKRJUGbKicaq7BcXfUXWKhM76dZEf2lc1GZeFih95rbPZedP6VBF3aiSK9nww15PIuilJ6yS3bEW45HzcKeKHV8Bktfa8MdKKon1xzwVVOOthMis7GbDOllGyXumZ-2BvucGa2dZ80ch5" target="_blank" rel="nofollow noopener" data-saferedirecturl="https://www.google.com/url?hl=en&amp;q=http://email.prnewswire.com/wf/click?upn%3Dm-2BYlnY-2BDKFThLhCgrK26fHhxFRyWYSFnQ9YN2IqFO-2BHsjd-2Fgatxu40qIUIpNDWyPpWWu-2BFdfnqCEiAuWsIwafKnGHJg8sQNzjadkAOQjjV3sBk5hqs6NCXPKmZQD4YfVHBAAAVSAo-2BooOMNXlSiwAnytRYRrYMCJ-2BZUT4GM8UTRo1Da18F4ku-2B8GYIVI4u3-2FZw8ucFs5seI-2BX57G33N7STCK3EiGDc-2Frm5-2Bd4r9upiEb3XMCaCS3YKwJXlHD9zZZNbSzCe4wvItxu6TnMY66IA-3D-3D_qHO5IHHKKNjG7YiuXsT-2B3WNDBAzyIJxzKRapv6p2UGhH54jkHfFGZKb6t9gqLTYrvrD19ehSXkUkqSPAJJ7U8t5vPBxNQcbuMLJVUs910I8xiT3U2IoYmPB5H3dhvYQSEN1xv2CelH1Ps8-2BWCubKSt8dbHnVihYzxLPPoFR-2BiTOFWzavEwDoerKRJUGbKicaq7BcXfUXWKhM76dZEf2lc1GZeFih95rbPZedP6VBF3aiSK9nww15PIuilJ6yS3bEW45HzcKeKHV8Bktfa8MdKKon1xzwVVOOthMis7GbDOllGyXumZ-2BvucGa2dZ80ch5&amp;source=gmail&amp;ust=1504127113676000&amp;usg=AFQjCNGz9ruJ5rNjiet1PQKugrGD5iDdEA">pec.coop/harvey</a>.</span></p><hr /><p>&nbsp;</p><div id="advads-89e5783714e13a20a4f2dbfe5b69061d"></div><div class="clearfix"></div></div></article><div class="clear"></div> <script>jQuery(document).ready(function($) {
        var url = 'https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/';
        				        // linkedin
        jQuery.getJSON(
	    'http://www.linkedin.com/countserv/count/share?format=jsonp&url='+url+'&callback=?',
            function (data) {

                //console.log(data.count);
                $('.share-linkedin .count').text(data.count);
            }
        );
        		        // Pintrest
        jQuery.getJSON(
	    'http://api.pinterest.com/v1/urls/count.json?url='+url+'&callback=?',
            function (data) {
                //console.log(data.count);
                $('.share-pin .count').text(data.count);
            }
        );
            });</script> <div class="mom-share-post"><h4>share</h4><div class="mom-share-buttons"> <a href="#" onclick="window.open('http://www.facebook.com/sharer/sharer.php?u=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/', 'Share This', 'menubar=no,toolbar=no,resizable=no,scrollbars=no, width=600,height=455');" class="share-facebook"><i class="enotype-icon-facebook"></i><span class="count">0</span></a> <a href="#" onclick="window.open('http://twitter.com/share?text=PEC Sends Crews To Assist With Hurricane Harvey Recovery&url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/', 'Post this On twitter', 'menubar=no,toolbar=no,resizable=no,scrollbars=no,width=600,height=455');" class="share-twitter"><i class="momizat-icon-twitter"></i><span class="count"></span></a> <a href="#" onclick="window.open('https://plus.google.com/share?url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/', 'Share', 'width=600,height=455');" class="share-google"><i class="momizat-icon-google-plus"></i><span class="count">0</span></a> <a href="whatsapp://send?text=PEC Sends Crews To Assist With Hurricane Harvey Recovery - https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/" data-action="share/whatsapp/share" class="wabtn"><i class="fa-icon-whatsapp"></i></a> <a href="#" onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/&title=PEC Sends Crews To Assist With Hurricane Harvey Recovery&source=https://smcorridornews.com', 'Share This', 'width=600,height=455');" class="share-linkedin"><i class="fa-icon-linkedin"></i><span class="count">0</span></a> <a href="#" onclick="window.open('http://pinterest.com/pin/create/bookmarklet/?media=https://smcorridornews.com/wp-content/uploads/2017/07/Electrical-Grid-Power-Lines-750x500-Web-300x200.jpg&amp;url=https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/&amp;is_video=false&amp;description=PEC Sends Crews To Assist With Hurricane Harvey Recovery', 'Share this', 'width=600,height=455');" class="share-pin"><i class="enotype-icon-pinterest"></i><span class="count">0</span></a> <a href="mailto:?subject=PEC Sends Crews To Assist With Hurricane Harvey Recovery&body=%E2%80%9CWe+began+preparations+last+Wednesday+well+before+Hurricane+Harvey+made+landfall%2C+ramping+up+efforts+to+secure+our+electric+system%2C+coordinate+our+crews+and+sto : https://smcorridornews.com/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/" class="share-email"><i class="dashicons dashicons-email-alt"></i></a> <a href="javascript:window.print()" rel="nofollow" class="share-email"><i class="brankic-icon-printer"></i></a></div></div><div class="post-nav-links"><div class="post-nav-prev"> <a href="https://smcorridornews.com/san-marcos-man-charged-with-murder-after-altercation-leads-to-victims-death/" rel="prev"><span>Previous :</span> San Marcos Man Charged With Murder After Altercation Leads To Victim&#8217;s Death</a></div><div class="post-nav-next"> <a href="https://smcorridornews.com/live-oak-health-partners-welcomes-3-family-medicine-doctors-and-1-obgyn/" rel="next"><span>Next :</span> Live Oak Health Partners Welcomes 3 Family Medicine Doctors And 1 Ob/Gyn</a></div></div><section class="post-section-box"><header class="post-section-title"><h2>Related posts</h2></header><ul class="mom-related-posts clearfix"><li><div class="related_posts_item_inner"><figure class="post-thumbnail"><a href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/"> <img src="https://smcorridornews.com/wp-content/uploads/2016/08/Dripping-Springs-Sign-Wood-750x500web-165x109.jpg" data-hidpi="https://smcorridornews.com/wp-content/uploads/2016/08/Dripping-Springs-Sign-Wood-750x500web-165x109.jpg" alt="Dripping Springs ISD Board Calls Bond Election" width="165" height="109"> </a></figure><h2><a href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/" rel="bookmark">Dripping Springs ISD Board Calls Bond Election</a></h2><div class="entry-meta"> <time datetime="2018-02-13T08:00:45+00:00" content="2018-02-13T08:00:45+00:00">February 13, 2018</time></div></div></li><li><div class="related_posts_item_inner"><figure class="post-thumbnail"><a href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/"> <img src="https://smcorridornews.com/wp-content/uploads/2018/02/flooded-homes-Comptrollers-Office-750x500-165x109.jpg" data-hidpi="https://smcorridornews.com/wp-content/uploads/2018/02/flooded-homes-Comptrollers-Office-750x500-165x109.jpg" alt="A Storm To Remember Part 2: Hurricane Harvey And The Texas Economy" width="165" height="109"> </a></figure><h2><a href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/" rel="bookmark">A Storm To Remember Part 2: Hurricane Harvey And The Texas Economy</a></h2><div class="entry-meta"> <time datetime="2018-02-13T05:57:07+00:00" content="2018-02-13T05:57:07+00:00">February 13, 2018</time></div></div></li><li><div class="related_posts_item_inner"><figure class="post-thumbnail"><a href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/"> <img src="https://smcorridornews.com/wp-content/uploads/2017/01/Becky-Miller-Logo-750x500-PG-165x109.jpg" data-hidpi="https://smcorridornews.com/wp-content/uploads/2017/01/Becky-Miller-Logo-750x500-PG-165x109.jpg" alt="Living Outside The Lines: “Show Some Love This Valentine’s Day”" width="165" height="109"> </a></figure><h2><a href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/" rel="bookmark">Living Outside The Lines: “Show Some Love This Valentine’s Day”</a></h2><div class="entry-meta"> <time datetime="2018-02-13T04:00:39+00:00" content="2018-02-13T04:00:39+00:00">February 13, 2018</time></div></div></li></ul></section><section id="comments" class="post-section-box"><div id="respond" class="comment-respond"><h3 id="reply-title" class="comment-reply-title"><header class="post-section-title"><h2>Leave a Reply</h2></header> <small><a rel="nofollow" id="cancel-comment-reply-link" href="/pec-sends-crews-to-assist-with-hurricane-harvey-recovery/#respond" style="display:none;">Cancel Reply</a></small></h3><form action="https://smcorridornews.com/wp-comments-post.php" method="post" id="commentform" class="comment-form"><p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> Required fields are marked <span class="required">*</span></p><p class="comment-form-comment"><textarea id="comment" placeholder="Comment..." name="comment" cols="45" rows="8" aria-required="true"></textarea></p><input id="author" name="author" type="text" placeholder="Your Name (required):" value="" aria-required='true' /> <input id="email" name="email" type="text" placeholder="Email (required):" value="" aria-required='true' /> <input id="url" name="url" type="text" placeholder="Website:" value="" /><p class="form-submit"><input name="submit" type="submit" id="comment-submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='50014' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /></p><p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="69299facfa" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="169"/></p></form></div></section></div></div></div><aside class="sidebar" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><div class="widget advads-widget"><div style="text-align: center; " id="advads-392024157"><a href="https://smcorridornews.com/linkout/57538" target="_blank"><!--noptimize--><img width="300" height="250" src='https://smcorridornews.com/wp-content/uploads/2017/08/V1-2018-0130-LaCima-CorNews-FEB-DA-2.jpg' alt='' title='V1-2018-0130-LaCima-CorNews-FEB-DA-2'  style="display: inline-block;"/><!--/noptimize--></a></div></div><div class="widget advads-widget"><div style="text-align: center; " id="advads-615847999"><a href="https://smcorridornews.com/linkout/33406" rel="nofollow" target="_blank"><!--noptimize--><img width="300" height="250" src='https://smcorridornews.com/wp-content/uploads/2016/09/Jennifer-Damron-Group-300x250-Gif.gif' alt='' title='jennifer-damron-group-300x250-gif'  style="display: inline-block;"/><!--/noptimize--></a></div></div><div class="widget advads-widget"><div style="text-align: center; " id="advads-1207939966"><a href="https://smcorridornews.com/linkout/33438" target="_blank"><!--noptimize--><img width="300" height="200" src='https://smcorridornews.com/wp-content/uploads/2017/02/Your-Weather-Outlook-4-22-2017.jpg' alt='' title='Your Weather Outlook 4-22-2017'  style="display: inline-block;"/><!--/noptimize--></a></div></div><div class="widget advads-widget"><div style="text-align: center; " id="advads-1459056479"><a href="https://smcorridornews.com/linkout/54843"><!--noptimize--><img width="377" height="38" src='https://smcorridornews.com/wp-content/uploads/2017/10/Calendar-See-More-Button-white-font-377x38.jpg' alt='' title='Calendar See More Button white font 377x38'  style="display: inline-block;"/><!--/noptimize--></a></div></div><div class="widget advads-widget"><div style="text-align: center; " id="advads-1388440880"><a href="https://smcorridornews.com/linkout/46812" target="_blank"><!--noptimize--><p><iframe src="https://www.youtube.com/embed/NIW0S7V-z30?rel=0&amp;autoplay=1&amp;loop=1&amp;playlist=WcCHt5yKMA8" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<!--/noptimize--></a></div></div><div class="widget advads-widget"><div style="text-align: center; " id="advads-914783865"><a href="https://smcorridornews.com/linkout/54846" target="_blank"><!--noptimize--><img width="377" height="38" src='https://smcorridornews.com/wp-content/uploads/2017/10/Calendar-See-More-Button-white-font-377x38.jpg' alt='' title='Calendar See More Button white font 377x38'  style="display: inline-block;"/><!--/noptimize--></a></div></div><div class="widget tribe-events-adv-list-widget"><div class="type-tribe_events post-59758 tribe-clearfix tribe-events-category-san-marcos tribe-events-venue-32145 tribe-events-organizer-32146 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/5-movie-tuesdays/" rel="bookmark">$5 Movie Tuesday&#8217;s</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">December 5, 2017 @ 11:00 am</span> - <span class="tribe-event-date-end">November 21, 2018 @ 12:00 am</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">San Marcos</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-61619 tribe-clearfix tribe-events-venue-61620 tribe-events-organizer-36990 tribe-events-organizer-61621 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/artisan-market/2018-01-20/" rel="bookmark">Artisan Market</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">January 20 @ 12:00 pm</span> - <span class="tribe-event-date-end">February 17 @ 5:00 pm</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">San Marcos</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-66307 tribe-clearfix tribe-events-category-hays-county tribe-events-venue-46701 tribe-events-organizer-54108 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/hays-county-commissioners-regular-meeting-2/" rel="bookmark">Hays County Commissioners Regular Meeting</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 9:00 am</span> - <span class="tribe-event-time">12:00 pm</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">San Marcos</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-65824 tribe-clearfix tribe-events-category-san-marcos tribe-events-venue-20910 tribe-events-organizer-24372 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/storytime-11/" rel="bookmark">Storytime</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 10:00 am</span> - <span class="tribe-event-time">10:30 am</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">San Marcos</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-63419 tribe-clearfix tribe-events-category-san-marcos tribe-events-venue-32145 tribe-events-organizer-32146 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/5-movie-tuesdays-7/" rel="bookmark">$5 Movie Tuesday&#8217;s</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 11:00 am</span> - <span class="tribe-event-date-end">February 14 @ 12:00 am</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">San Marcos</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-65823 tribe-clearfix tribe-events-category-san-marcos tribe-events-venue-20910 tribe-events-organizer-24372 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/storytime-10/" rel="bookmark">Storytime</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 11:00 am</span> - <span class="tribe-event-time">11:30 am</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">San Marcos</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-66309 tribe-clearfix tribe-events-category-san-marcos tribe-events-venue-57393 tribe-events-organizer-20556 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/san-marcos-impact-fee-advisory-committee-meeting-2/" rel="bookmark">San Marcos Impact Fee Advisory Committee Meeting</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 5:30 pm</span> - <span class="tribe-event-time">6:00 pm</span></div><div class="tribe-events-location tribe-section-s"><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-66312 tribe-clearfix tribe-events-category-dripping-springs tribe-events-venue-57889 tribe-events-organizer-54117 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/dripping-springs-city-council-regular-meeting-4/" rel="bookmark">Dripping Springs City Council Regular Meeting</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 5:30 pm</span> - <span class="tribe-event-time">8:00 pm</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">Dripping Springs</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><div class="type-tribe_events post-66315 tribe-clearfix tribe-events-category-san-marcos tribe-events-organizer-25838 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/san-marcos-planning-zoning-regular-meeting-5/" rel="bookmark">San Marcos Planning &#038; Zoning Regular Meeting</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 6:00 pm</span> - <span class="tribe-event-time">8:00 pm</span></div></div></div></div><div class="type-tribe_events post-66317 tribe-clearfix tribe-events-category-kyle tribe-events-venue-51783 tribe-events-organizer-32225 tribe-events-first tribe-events-last"><div class="tribe-mini-calendar-event event-0  first  last "><div class="list-date"> <span class="list-dayname"> Tue </span> <span class="list-daynumber">13</span></div><div class="list-info"><h2 class="tribe-events-title"> <a href="https://smcorridornews.com/event/kyle-planning-zoning-special-meeting-3/" rel="bookmark">Kyle Planning &#038; Zoning Special Meeting</a></h2><div class="tribe-events-duration"> <span class="tribe-event-date-start">February 13 @ 6:30 pm</span> - <span class="tribe-event-time">9:00 pm</span></div><div class="tribe-events-location tribe-section-s"><div> <span class="tribe-events-locality">Kyle</span> <span class="tribe-events-region">TX</span></div><div class="tribe-country-name">United States</div></div></div></div></div><p class="tribe-events-widget-link"> <a href="https://smcorridornews.com/events/" rel="bookmark"> View More&hellip; </a></p></div><script type="application/ld+json">[{"@context":"http://schema.org","@type":"Event","name":"$5 Movie Tuesday&#8217;s","description":"&lt;p&gt;Turning Tuesday into a lifestyle, one movie at a time. Every single Tuesday, catch any movie at our haus for just $5. That\\'s right.. luxury recliner seating, push-button food &amp; drink service, barco 4k digital projection and Dolby 7.1 surround sound... for just $5. Pair that with our bottomless popcorn and you just may never ...&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/12/79886af1e8b6803991e65d0fe0a12ca9.jpg","url":"https://smcorridornews.com/event/5-movie-tuesdays/","startDate":"2017-12-05T11:00:00-06:00","endDate":"2018-11-21T00:00:00-06:00","location":{"@type":"Place","name":"The Spot Cinema Eatery &amp; Social Haus","description":"","url":"https://smcorridornews.com/venue/the-spot-cinema-eatery-social-haus/","address":{"@type":"PostalAddress","streetAddress":"1180 Thorpe Lane #130","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.8859692,"longitude":-97.923889},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"The Spot Cinema Eatery &amp; Social Haus","description":"","url":"https://smcorridornews.com/organizer/the-spot-cinema-eatery-social-haus/","telephone":"","email":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"Artisan Market","description":"&lt;p&gt;Arrondi Creative Productions presents Artisan Market at Splash Coworking from 12pm- 5pm on January 20, 2018. Artisan vendors from San Marcos, San Antonio, Austin and other surrounding areas share their handmade goods, jewelry, art and literature. This small market gives you time to really get to know your artisan in a relaxed atmosphere, as well ...&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/12/smtx-ripple-market-4.png","url":"https://smcorridornews.com/event/artisan-market/2018-01-20/","startDate":"2018-01-20T12:00:00-06:00","endDate":"2018-02-17T17:00:00-06:00","location":{"@type":"Place","name":"Splash Coworking","description":"","url":"https://smcorridornews.com/venue/splash-coworking/","address":{"@type":"PostalAddress","streetAddress":"326 North LBJ","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.8850376,"longitude":-97.940158},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"Arrondi Creative Productions","description":"","url":"https://smcorridornews.com/organizer/arrondi-creative-productions/","telephone":"n/a","email":"a&#114;&#114;on&#100;&#105;produ&#99;tio&#110;&#115;&#64;&#103;&#109;&#97;i&#108;.c&#111;m","sameAs":"http://www.facebook.com/faylitahicks1"}},{"@context":"http://schema.org","@type":"Event","name":"Hays County Commissioners Regular Meeting","description":"&lt;p&gt;Hays County Commissioners Regular Meeting | Tuesday, February 13&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/09/EVENT-Hays-County-Commissioners-775x150-9-9-2017.jpg","url":"https://smcorridornews.com/event/hays-county-commissioners-regular-meeting-2/","startDate":"2018-02-13T09:00:00-06:00","endDate":"2018-02-13T12:00:00-06:00","location":{"@type":"Place","name":"Hays County Courthouse","description":"","url":"https://smcorridornews.com/venue/hays-county-courthouse/","address":{"@type":"PostalAddress","streetAddress":"111 E. San Antonio St","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.8827477,"longitude":-97.9407204},"telephone":"(512) 393.7779","sameAs":"http://www.co.hays.tx.us/"},"organizer":{"@type":"Person","name":"Hays County, Texas  &#8211;  Local Government","description":"","url":"https://smcorridornews.com/organizer/hays-county-texas-local-government/","telephone":"(512) 393-7779","email":"","sameAs":"http://www.co.hays.tx.us/home.aspx"}},{"@context":"http://schema.org","@type":"Event","name":"Storytime","description":"&lt;p&gt;The library is your place for early literacy fun. Storytimes provide learning strategies, songs, and fingerplays you can practice at home. Toddlers and preschoolers have fun together with caregivers during playtime at the end of each session. Join us to develop the five practices of early literacy : Talk, Sing, Read, Write, and Play.&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2018/02/78730e64a44672d838de2831262d8fb9.jpg","url":"https://smcorridornews.com/event/storytime-11/","startDate":"2018-02-13T10:00:00-06:00","endDate":"2018-02-13T10:30:00-06:00","location":{"@type":"Place","name":"San Marcos Public Library","description":"","url":"https://smcorridornews.com/venue/san-marcos-public-library/","address":{"@type":"PostalAddress","streetAddress":"625 E Hopkins St","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.8853368,"longitude":-97.9314523},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"San Marcos Public Library","description":"","url":"https://smcorridornews.com/organizer/san-marcos-public-library/","telephone":"","email":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"$5 Movie Tuesday&#8217;s","description":"&lt;p&gt;Turning Tuesday into a lifestyle, one movie at a time. Every single Tuesday, catch any movie at our haus for just $5. That\\'s right.. luxury recliner seating, push-button food &amp; drink service, barco 4k digital projection and Dolby 7.1 surround sound... for just $5. Pair that with our bottomless popcorn and you just may never ...&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2018/01/88ca6b18fe0948686ec1f7b2afbab6eb.jpg","url":"https://smcorridornews.com/event/5-movie-tuesdays-7/","startDate":"2018-02-13T11:00:00-06:00","endDate":"2018-02-14T00:00:00-06:00","location":{"@type":"Place","name":"The Spot Cinema Eatery &amp; Social Haus","description":"","url":"https://smcorridornews.com/venue/the-spot-cinema-eatery-social-haus/","address":{"@type":"PostalAddress","streetAddress":"1180 Thorpe Lane #130","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.8859692,"longitude":-97.923889},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"The Spot Cinema Eatery &amp; Social Haus","description":"","url":"https://smcorridornews.com/organizer/the-spot-cinema-eatery-social-haus/","telephone":"","email":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"Storytime","description":"&lt;p&gt;The library is your place for early literacy fun. Storytimes provide learning strategies, songs, and fingerplays you can practice at home. Toddlers and preschoolers have fun together with caregivers during playtime at the end of each session. Join us to develop the five practices of early literacy : Talk, Sing, Read, Write, and Play.&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2018/02/78730e64a44672d838de2831262d8fb9.jpg","url":"https://smcorridornews.com/event/storytime-10/","startDate":"2018-02-13T11:00:00-06:00","endDate":"2018-02-13T11:30:00-06:00","location":{"@type":"Place","name":"San Marcos Public Library","description":"","url":"https://smcorridornews.com/venue/san-marcos-public-library/","address":{"@type":"PostalAddress","streetAddress":"625 E Hopkins St","addressLocality":"San Marcos","addressRegion":"TX","postalCode":"78666","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.8853368,"longitude":-97.9314523},"telephone":"","sameAs":""},"organizer":{"@type":"Person","name":"San Marcos Public Library","description":"","url":"https://smcorridornews.com/organizer/san-marcos-public-library/","telephone":"","email":"","sameAs":""}},{"@context":"http://schema.org","@type":"Event","name":"San Marcos Impact Fee Advisory Committee Meeting","description":"&lt;p&gt;San Marcos Impact Fee Advisory Committee Meeting | Tuesday, February 13&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/09/EVENT-San-Marcos-City-Council-Planning-Zoning-775x150.jpg","url":"https://smcorridornews.com/event/san-marcos-impact-fee-advisory-committee-meeting-2/","startDate":"2018-02-13T17:30:00-06:00","endDate":"2018-02-13T18:00:00-06:00","location":false,"organizer":false},{"@context":"http://schema.org","@type":"Event","name":"Dripping Springs City Council Regular Meeting","description":"&lt;p&gt;Dripping Springs City Council Regular Meeting | Tuesday, February 13&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/09/EVENT-Dripping-Springs-Official-Seal-750x150.jpg","url":"https://smcorridornews.com/event/dripping-springs-city-council-regular-meeting-4/","startDate":"2018-02-13T17:30:00-06:00","endDate":"2018-02-13T20:00:00-06:00","location":{"@type":"Place","name":"Dripping Springs City Hall","description":"","url":"https://smcorridornews.com/venue/dripping-springs-city-hall/","address":{"@type":"PostalAddress","streetAddress":"511 Mercer Street","addressLocality":"Dripping Springs","addressRegion":"TX","postalCode":"78620","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":30.1918303,"longitude":-98.0936229},"telephone":"(512) 858-4725","sameAs":"http://www.cityofdrippingsprings.com/page/homepage"},"organizer":{"@type":"Person","name":"City of Dripping Springs","description":"","url":"https://smcorridornews.com/organizer/city-of-dripping-springs/","telephone":"(512) 858-4725","email":"","sameAs":"http://www.cityofdrippingsprings.com/page/homepage"}},{"@context":"http://schema.org","@type":"Event","name":"San Marcos Planning &#038; Zoning Regular Meeting","description":"&lt;p&gt;San Marcos Planning &amp; Zoning Regular Meeting | Tuesday, February 13&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/09/EVENT-San-Marcos-City-Council-Planning-Zoning-775x150.jpg","url":"https://smcorridornews.com/event/san-marcos-planning-zoning-regular-meeting-5/","startDate":"2018-02-13T18:00:00-06:00","endDate":"2018-02-13T20:00:00-06:00","organizer":false},{"@context":"http://schema.org","@type":"Event","name":"Kyle Planning &#038; Zoning Special Meeting","description":"&lt;p&gt;Kyle Planning &amp; Zoning Special Meeting | Tuesday, February 13&lt;/p&gt;\\n","image":"https://smcorridornews.com/wp-content/uploads/2017/09/EVENT-Kyle-City-Council-Planning-Zoning-775x150.jpg","url":"https://smcorridornews.com/event/kyle-planning-zoning-special-meeting-3/","startDate":"2018-02-13T18:30:00-06:00","endDate":"2018-02-13T21:00:00-06:00","location":{"@type":"Place","name":"Kyle City Hall","description":"","url":"https://smcorridornews.com/venue/kyle-city-hall/","address":{"@type":"PostalAddress","streetAddress":"100 W. Center Street","addressLocality":"Kyle","addressRegion":"TX","postalCode":"78640","addressCountry":"United States"},"geo":{"@type":"GeoCoordinates","latitude":29.988704,"longitude":-97.8754811},"telephone":"(512) 262.1010","sameAs":"https://www.cityofkyle.com/"},"organizer":{"@type":"Person","name":"Kyle, Texas &#8211; Local Government","description":"","url":"https://smcorridornews.com/organizer/kyle-texas-local-government/","telephone":"","email":"","sameAs":""}}]</script></aside></div></div><footer class="footer clearfix"><div class="inner"><div class="footer-widget one_third"><div class="widget social-icons"><div class="widget-title"><h4>Follow</h4></div><ul class="social-widget clearfix"><li class="twitter"><a href="https://twitter.com/CorridorNews" target="_blank"></a></li><li class="facebook"><a href="https://www.facebook.com/corridornews" target="_blank"></a></li><li class="gplus"><a href="https://plus.google.com/+Smcorridornews/about" target="_blank"></a></li><li class="youtube"><a href="https://www.youtube.com/channel/UC_u_JlAQqxJQKBdx5h_jo5g" target="_blank"></a></li></ul></div></div><div class="footer-widget one_third"><div class="widget posts"><div class="widget-title"><h4>Stories</h4></div><ul class="post-list default"><li><figure class="post-thumbnail"><a href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/" rel="bookmark"> <img src="https://smcorridornews.com/wp-content/uploads/2016/08/Dripping-Springs-Sign-Wood-750x500web-36x36.jpg" data-hidpi="https://smcorridornews.com/wp-content/uploads/2016/08/Dripping-Springs-Sign-Wood-750x500web-81x55.jpg" alt="Dripping Springs ISD Board Calls Bond Election" width="36" height="36"> </a></figure><h2><a href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/" rel="bookmark">Dripping Springs ISD Board Calls Bond Election</a></h2><div class="entry-meta"> <time class="entry-date" datetime="2018-02-13T08:00:45+00:00" content="2018-02-13T08:00:45+00:00"><i class="momizat-icon-calendar"></i>February 13, 2018</time><div class="comments-link"> <i class="momizat-icon-bubbles4"></i><a href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/">(0) Comments</a></div></div> <a href="https://smcorridornews.com/dripping-springs-isd-board-calls-bond-election/" class="read-more-link">Read more...</a></li><li><figure class="post-thumbnail"><a href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/" rel="bookmark"> <img src="https://smcorridornews.com/wp-content/uploads/2018/02/flooded-homes-Comptrollers-Office-750x500-36x36.jpg" data-hidpi="https://smcorridornews.com/wp-content/uploads/2018/02/flooded-homes-Comptrollers-Office-750x500-36x36.jpg" alt="A Storm To Remember Part 2: Hurricane Harvey And The Texas Economy" width="36" height="36"> </a></figure><h2><a href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/" rel="bookmark">A Storm To Remember Part 2: Hurricane Harvey And The Texas Economy</a></h2><div class="entry-meta"> <time class="entry-date" datetime="2018-02-13T05:57:07+00:00" content="2018-02-13T05:57:07+00:00"><i class="momizat-icon-calendar"></i>February 13, 2018</time><div class="comments-link"> <i class="momizat-icon-bubbles4"></i><a href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/">(0) Comments</a></div></div> <a href="https://smcorridornews.com/a-storm-to-remember-part-2-hurricane-harvey-and-the-texas-economy/" class="read-more-link">Read more...</a></li><li><figure class="post-thumbnail"><a href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/" rel="bookmark"> <img src="https://smcorridornews.com/wp-content/uploads/2017/01/Becky-Miller-Logo-750x500-PG-36x36.jpg" data-hidpi="https://smcorridornews.com/wp-content/uploads/2017/01/Becky-Miller-Logo-750x500-PG-81x55.jpg" alt="Living Outside The Lines: “Show Some Love This Valentine’s Day”" width="36" height="36"> </a></figure><h2><a href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/" rel="bookmark">Living Outside The Lines: “Show Some Love This Valentine’s Day”</a></h2><div class="entry-meta"> <time class="entry-date" datetime="2018-02-13T04:00:39+00:00" content="2018-02-13T04:00:39+00:00"><i class="momizat-icon-calendar"></i>February 13, 2018</time><div class="comments-link"> <i class="momizat-icon-bubbles4"></i><a href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/">(0) Comments</a></div></div> <a href="https://smcorridornews.com/living-outside-the-lines-show-some-love-this-valentines-day/" class="read-more-link">Read more...</a></li></ul></div></div><div class="footer-widget one_third last"></div></div></footer><div class="footer-menu clearfix"><div class="inner"><ul id="menu-footer-menu" class="footer_mega_menu"><li id="menu-item-28012" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-iconsOnly menu-item-depth-0"><a href="https://smcorridornews.com/"><i class="icon_only momizat-icon-home"></i><span class="icon_only_label">Home Page</span><span class="menu_bl" style="background:;"></span></a></li><li id="menu-item-28017" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent mom_mega menu-item-depth-0"><a href="https://smcorridornews.com/category/news/">News<span class="menu_bl" style="background:#606191;"></span></a></li><li id="menu-item-28014" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/news/education/">Education<span class="menu_bl" style="background:#009070;"></span></a></li><li id="menu-item-28021" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/featured/">Featured<span class="menu_bl" style="background:#08b008;"></span></a></li><li id="menu-item-28016" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/lifestyle/">Lifestyle<span class="menu_bl" style="background:#d8d000;"></span></a></li><li id="menu-item-28019" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/opinion/">Opinion<span class="menu_bl" style="background:#d87000;"></span></a></li><li id="menu-item-28020" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/politics/">Politics<span class="menu_bl" style="background:#d00000;"></span></a></li><li id="menu-item-28023" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-depth-0"><a href="https://smcorridornews.com/category/sports/">Sports<span class="menu_bl" style="background:#e23232;"></span></a></li><li id="menu-item-28022" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-depth-0"><a href="https://smcorridornews.com/events/"><i class="momizat-icon-calendar"></i>Events<span class="menu_bl" style="background:#606191;"></span></a></li><li id="menu-item-28024" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-depth-0"><a href="https://smcorridornews.com/corridor-news-brings-you-the-election-results/">2016 Election<span class="menu_bl" style="background:#0038a0;"></span></a></li></ul></div></div> <a class="toup" href="#"><i class="enotype-icon-arrow-up6"></i></a></div></div>  <script>( function ( body ) {
			'use strict';
			body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
		} )( document.body );</script> <script type='text/javascript'>var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done"}};</script> <script type='text/javascript'>var momAjaxL = {"url":"https:\/\/smcorridornews.com\/wp-admin\/admin-ajax.php","nonce":"68766bf143","success":"Check your email to complete subscription","error":"Already subscribed","error2":"Email invalid","nomore":"No More Posts","homeUrl":"https:\/\/smcorridornews.com","viewAll":"View All Results","noResults":"Sorry, no posts matched your criteria","postid":"50014"};</script> <script type='text/javascript'>var advanced_ads_pro_ajax_object = {"ajax_url":"https:\/\/smcorridornews.com\/wp-admin\/admin-ajax.php","lazy_load_module_enabled":"1"};</script> <script type='text/javascript'>var advadsTracking = {"ajaxurl":"https:\/\/smcorridornews.com\/wp-admin\/admin-ajax.php?action=advanced-ads-tracking-track","method":"onrequest"};</script> <div id="advads-535c1628bb0a3aeb610c082b89119dde"></div><div id="advads-8e077b810f5776acaa434bed4e66e8b3"></div><script>var advads_placement_tests = [];
var advads_passive_ads = {};
var advads_passive_groups = {};
var advads_passive_placements = {};
var advads_ajax_queries = [{"id":"bottom-content-ad","method":"placement","params":{"lazy_load":"disabled","cache-busting":"on","ad_label":"default","placement_position":"","pro_minimum_length":"","previous_method":null,"previous_id":null,"post":{"id":50014,"author":"27","post_type":"post"},"wp_the_query":{"term_id":"","taxonomy":"","is_main_query":true,"page":0,"numpages":1,"is_archive":false,"is_search":false,"is_home":false,"is_404":false,"is_attachment":false,"is_singular":true,"is_front_page":false,"is_feed":false},"url_parameter":"\/pec-sends-crews-to-assist-with-hurricane-harvey-recovery\/","placement_type":"post_bottom"},"elementid":"advads-89e5783714e13a20a4f2dbfe5b69061d"},{"id":"under-nav","method":"placement","params":{"cache-busting":"on","inject_by":"pro_custom_element","pro_custom_element":"div.fixed_wrap > div.wrap.clearfix > div.unav_banner","pro_custom_position":"appendTo","container_id":"#c3f72acf40190918620e449c07d3c58f0","ad_label":"default","placement_position":"","placement":{"type":"custom_position"},"previous_method":null,"previous_id":null,"post":{"id":50014,"author":"27","post_type":"post"},"wp_the_query":{"term_id":"","taxonomy":"","is_main_query":true,"page":0,"numpages":1,"is_archive":false,"is_search":false,"is_home":false,"is_404":false,"is_attachment":false,"is_singular":true,"is_front_page":false,"is_feed":false},"url_parameter":"\/pec-sends-crews-to-assist-with-hurricane-harvey-recovery\/","placement_type":"custom_position"},"elementid":"advads-535c1628bb0a3aeb610c082b89119dde"},{"id":"middle-banner","method":"placement","params":{"cache-busting":"on","pro_custom_element":"#middlebannerad","pro_custom_position":"prependTo","inject_by":"container_id","container_id":"#c7435e1053e00dbdceea1a8e6c69ca67e","ad_label":"default","placement_position":"","placement":{"type":"custom_position"},"previous_method":null,"previous_id":null,"post":{"id":50014,"author":"27","post_type":"post"},"wp_the_query":{"term_id":"","taxonomy":"","is_main_query":true,"page":0,"numpages":1,"is_archive":false,"is_search":false,"is_home":false,"is_404":false,"is_attachment":false,"is_singular":true,"is_front_page":false,"is_feed":false},"url_parameter":"\/pec-sends-crews-to-assist-with-hurricane-harvey-recovery\/","placement_type":"custom_position"},"elementid":"advads-8e077b810f5776acaa434bed4e66e8b3"}];
var advads_has_ads = [["57538","ad",null],["33406","ad",null],["33438","ad",null],["54843","ad",null],["46812","ad",null],["54846","ad",null]];
( window.advanced_ads_ready || jQuery( document ).ready ).call( null, function() {if ( window.advanced_ads_pro ) {advanced_ads_pro.process_passive_cb();} else if ( window.console && window.console.log ) {console.log('Advanced Ads Pro: cache-busting can not be initialized');}});</script><script>var advads_tracking_ads = [];</script> <script type="text/javascript" defer src="https://smcorridornews.com/wp-content/cache/autoptimize/js/autoptimize_777ab7d7a6b2ab471cff36ee86932e4f.js"></script></body></html><!-- WP Fastest Cache file was created in 5.06200790405 seconds, on 13-02-18 8:58:14 --><!-- need to refresh to see cached version -->