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(26.9052,-99.2692)};var g_2d8fd020f9d5171d3810d678ad172d96 = new google.maps.Geocoder();g_2d8fd020f9d5171d3810d678ad172d96.geocode( { 'address': "1002 Us Hwy 83, Zapata, TX 78076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('zapata-TX-western-union').style.display = '';map = new google.maps.Map(document.getElementById('zapata-TX-western-union'), mapOptions);}document.getElementById('f63600f1').innerHTML += ' | View Map';var $l2d8fd020f9d5171d3810d678ad172d96 = '

Western Union

Address: 1002 Us Hwy 83, Zapata, TX 78076, USA
Phone: (956) 765-5667
';var m_2d8fd020f9d5171d3810d678ad172d96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_2d8fd020f9d5171d3810d678ad172d96['infowindow'] = new google.maps.InfoWindow({content: $l2d8fd020f9d5171d3810d678ad172d96});var infowindow = new google.maps.InfoWindow({content: $l2d8fd020f9d5171d3810d678ad172d96});google.maps.event.addListener(m_2d8fd020f9d5171d3810d678ad172d96, 'click', function() {infowindow.open(map,m_2d8fd020f9d5171d3810d678ad172d96);});$marker.push(m_2d8fd020f9d5171d3810d678ad172d96);}});}google.maps.event.addDomListener(window, 'load', initialize);