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(27.2205,-98.1458)};var g_68722b092586cf1d41e07bb366c760c6 = new google.maps.Geocoder();g_68722b092586cf1d41e07bb366c760c6.geocode( { 'address': "700 S St Marys St, Falfurrias, TX 78355, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falfurrias-TX-western-union').style.display = '';map = new google.maps.Map(document.getElementById('falfurrias-TX-western-union'), mapOptions);}document.getElementById('94662fe1').innerHTML += ' | View Map';var $l68722b092586cf1d41e07bb366c760c6 = '

Western Union

Address: 700 S St Marys St, Falfurrias, TX 78355, USA
Phone: (800) 325-6000
';var m_68722b092586cf1d41e07bb366c760c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_68722b092586cf1d41e07bb366c760c6['infowindow'] = new google.maps.InfoWindow({content: $l68722b092586cf1d41e07bb366c760c6});var infowindow = new google.maps.InfoWindow({content: $l68722b092586cf1d41e07bb366c760c6});google.maps.event.addListener(m_68722b092586cf1d41e07bb366c760c6, 'click', function() {infowindow.open(map,m_68722b092586cf1d41e07bb366c760c6);});$marker.push(m_68722b092586cf1d41e07bb366c760c6);}});}google.maps.event.addDomListener(window, 'load', initialize);