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(44.8981,-91.9315)};var g_ebe4361baf7318a92facaec817c6d0d9 = new google.maps.Geocoder();g_ebe4361baf7318a92facaec817c6d0d9.geocode( { 'address': "1320 Brdway St N, Ste 3, Menomonie, WI 54751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menomonie-WI-western-union').style.display = '';map = new google.maps.Map(document.getElementById('menomonie-WI-western-union'), mapOptions);}document.getElementById('49f3295d').innerHTML += ' | View Map';var $lebe4361baf7318a92facaec817c6d0d9 = '

Western Union

Address: 1320 Brdway St N, Ste 3, Menomonie, WI 54751, USA
Phone: (800) 325-6000
';var m_ebe4361baf7318a92facaec817c6d0d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_ebe4361baf7318a92facaec817c6d0d9['infowindow'] = new google.maps.InfoWindow({content: $lebe4361baf7318a92facaec817c6d0d9});var infowindow = new google.maps.InfoWindow({content: $lebe4361baf7318a92facaec817c6d0d9});google.maps.event.addListener(m_ebe4361baf7318a92facaec817c6d0d9, 'click', function() {infowindow.open(map,m_ebe4361baf7318a92facaec817c6d0d9);});$marker.push(m_ebe4361baf7318a92facaec817c6d0d9);}});}google.maps.event.addDomListener(window, 'load', initialize);