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.894,-102.89)};var g_c1e7d1ad2fe2ac38435905920d057ee9 = new google.maps.Geocoder();g_c1e7d1ad2fe2ac38435905920d057ee9.geocode( { 'address': "1008 N Kansas St # 1, Fort Stockton, TX 79735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-stockton-TX-west-texas-educators-cu').style.display = '';map = new google.maps.Map(document.getElementById('fort-stockton-TX-west-texas-educators-cu'), mapOptions);}document.getElementById('f8e573d0').innerHTML += ' | View Map';var $lc1e7d1ad2fe2ac38435905920d057ee9 = '

West Texas Educators CU

Address: 1008 N Kansas St # 1, Fort Stockton, TX 79735, USA
Phone: (432) 336-6291
';var m_c1e7d1ad2fe2ac38435905920d057ee9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Texas Educators CU',});m_c1e7d1ad2fe2ac38435905920d057ee9['infowindow'] = new google.maps.InfoWindow({content: $lc1e7d1ad2fe2ac38435905920d057ee9});var infowindow = new google.maps.InfoWindow({content: $lc1e7d1ad2fe2ac38435905920d057ee9});google.maps.event.addListener(m_c1e7d1ad2fe2ac38435905920d057ee9, 'click', function() {infowindow.open(map,m_c1e7d1ad2fe2ac38435905920d057ee9);});$marker.push(m_c1e7d1ad2fe2ac38435905920d057ee9);}});}google.maps.event.addDomListener(window, 'load', initialize);