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(32.6498,-96.5486)};var g_2a9cab12025fd268e0fa8e9bde141a69 = new google.maps.Geocoder();g_2a9cab12025fd268e0fa8e9bde141a69.geocode( { 'address': "125 Hall Rd, Seagoville, TX 75159, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seagoville-TX-western-union').style.display = '';map = new google.maps.Map(document.getElementById('seagoville-TX-western-union'), mapOptions);}document.getElementById('62a067ab').innerHTML += ' | View Map';var $l2a9cab12025fd268e0fa8e9bde141a69 = '

Western Union

Address: 125 Hall Rd, Seagoville, TX 75159, USA
Phone: (800) 325-6000
';var m_2a9cab12025fd268e0fa8e9bde141a69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_2a9cab12025fd268e0fa8e9bde141a69['infowindow'] = new google.maps.InfoWindow({content: $l2a9cab12025fd268e0fa8e9bde141a69});var infowindow = new google.maps.InfoWindow({content: $l2a9cab12025fd268e0fa8e9bde141a69});google.maps.event.addListener(m_2a9cab12025fd268e0fa8e9bde141a69, 'click', function() {infowindow.open(map,m_2a9cab12025fd268e0fa8e9bde141a69);});$marker.push(m_2a9cab12025fd268e0fa8e9bde141a69);}});}google.maps.event.addDomListener(window, 'load', initialize);