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(33.7251,-102.76)};var g_68f891fe214e2bfa07c998ad5d0a390f = new google.maps.Geocoder();g_68f891fe214e2bfa07c998ad5d0a390f.geocode( { 'address': "118 SW 1st St, Morton, TX 79346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morton-TX-cochran-county-schools-cu').style.display = '';map = new google.maps.Map(document.getElementById('morton-TX-cochran-county-schools-cu'), mapOptions);}document.getElementById('28c9fd47').innerHTML += ' | View Map';var $l68f891fe214e2bfa07c998ad5d0a390f = '

Cochran County Schools CU

Address: 118 SW 1st St, Morton, TX 79346, USA
Phone: (806) 266-5721
';var m_68f891fe214e2bfa07c998ad5d0a390f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cochran County Schools CU',});m_68f891fe214e2bfa07c998ad5d0a390f['infowindow'] = new google.maps.InfoWindow({content: $l68f891fe214e2bfa07c998ad5d0a390f});var infowindow = new google.maps.InfoWindow({content: $l68f891fe214e2bfa07c998ad5d0a390f});google.maps.event.addListener(m_68f891fe214e2bfa07c998ad5d0a390f, 'click', function() {infowindow.open(map,m_68f891fe214e2bfa07c998ad5d0a390f);});$marker.push(m_68f891fe214e2bfa07c998ad5d0a390f);}});}google.maps.event.addDomListener(window, 'load', initialize);