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(31.416,-103.49)};var g_74aaa962157fc60f660a8cc3f8e36631 = new google.maps.Geocoder();g_74aaa962157fc60f660a8cc3f8e36631.geocode( { 'address': "1300 S Cedar St, Pecos, TX 79772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pecos-TX-westex-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pecos-TX-westex-community-credit-union'), mapOptions);}document.getElementById('19fb9ef1').innerHTML += ' | View Map';var $l74aaa962157fc60f660a8cc3f8e36631 = '

Westex Community Credit Union

Address: 1300 S Cedar St, Pecos, TX 79772, USA
Phone: (432) 445-6631
';var m_74aaa962157fc60f660a8cc3f8e36631 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westex Community Credit Union',});m_74aaa962157fc60f660a8cc3f8e36631['infowindow'] = new google.maps.InfoWindow({content: $l74aaa962157fc60f660a8cc3f8e36631});var infowindow = new google.maps.InfoWindow({content: $l74aaa962157fc60f660a8cc3f8e36631});google.maps.event.addListener(m_74aaa962157fc60f660a8cc3f8e36631, 'click', function() {infowindow.open(map,m_74aaa962157fc60f660a8cc3f8e36631);});$marker.push(m_74aaa962157fc60f660a8cc3f8e36631);}});}google.maps.event.addDomListener(window, 'load', initialize);