var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(30.0546,-95.383)};var g_9f810ebd27f4dbcf1ccc9302e5125f08 = new google.maps.Geocoder();g_9f810ebd27f4dbcf1ccc9302e5125f08.geocode( { 'address': "25911 Interstate 45, Spring, TX 77380"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-TX-count-tec-inc').style.display = '';map = new google.maps.Map(document.getElementById('spring-TX-count-tec-inc'), mapOptions);}document.getElementById('16b6675a').innerHTML += ' | View Map';var $l9f810ebd27f4dbcf1ccc9302e5125f08 = '

Count Tec Inc

Address: 25911 Interstate 45, Spring, TX 77380
Phone: (281) 367-8793
';var m_9f810ebd27f4dbcf1ccc9302e5125f08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Count Tec Inc',});m_9f810ebd27f4dbcf1ccc9302e5125f08['infowindow'] = new google.maps.InfoWindow({content: $l9f810ebd27f4dbcf1ccc9302e5125f08});var infowindow = new google.maps.InfoWindow({content: $l9f810ebd27f4dbcf1ccc9302e5125f08});google.maps.event.addListener(m_9f810ebd27f4dbcf1ccc9302e5125f08, 'click', function() {infowindow.open(map,m_9f810ebd27f4dbcf1ccc9302e5125f08);});$marker.push(m_9f810ebd27f4dbcf1ccc9302e5125f08);}});}google.maps.event.addDomListener(window, 'load', initialize);