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.4008,-103.486)};var g_c072a09644236d8a1dd21c049998e28b = new google.maps.Geocoder();g_c072a09644236d8a1dd21c049998e28b.geocode( { 'address': "100 US-285, Pecos, TX 79772, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pecos-TX-western-union').style.display = '';map = new google.maps.Map(document.getElementById('pecos-TX-western-union'), mapOptions);}document.getElementById('d9130b23').innerHTML += ' | View Map';var $lc072a09644236d8a1dd21c049998e28b = '

Western Union

Address: 100 US-285, Pecos, TX 79772, USA
Phone: (800) 325-6000
';var m_c072a09644236d8a1dd21c049998e28b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_c072a09644236d8a1dd21c049998e28b['infowindow'] = new google.maps.InfoWindow({content: $lc072a09644236d8a1dd21c049998e28b});var infowindow = new google.maps.InfoWindow({content: $lc072a09644236d8a1dd21c049998e28b});google.maps.event.addListener(m_c072a09644236d8a1dd21c049998e28b, 'click', function() {infowindow.open(map,m_c072a09644236d8a1dd21c049998e28b);});$marker.push(m_c072a09644236d8a1dd21c049998e28b);}});}google.maps.event.addDomListener(window, 'load', initialize);