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.402,-88.7444)};var g_e1c60d74120b7d2257c1f2a7561dfe41 = new google.maps.Geocoder();g_e1c60d74120b7d2257c1f2a7561dfe41.geocode( { 'address': "981 N Shawano St, New London, WI 54961, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-london-WI-western-union').style.display = '';map = new google.maps.Map(document.getElementById('new-london-WI-western-union'), mapOptions);}document.getElementById('68b884d1').innerHTML += ' | View Map';var $le1c60d74120b7d2257c1f2a7561dfe41 = '

Western Union

Address: 981 N Shawano St, New London, WI 54961, USA
Phone: (800) 325-6000
';var m_e1c60d74120b7d2257c1f2a7561dfe41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_e1c60d74120b7d2257c1f2a7561dfe41['infowindow'] = new google.maps.InfoWindow({content: $le1c60d74120b7d2257c1f2a7561dfe41});var infowindow = new google.maps.InfoWindow({content: $le1c60d74120b7d2257c1f2a7561dfe41});google.maps.event.addListener(m_e1c60d74120b7d2257c1f2a7561dfe41, 'click', function() {infowindow.open(map,m_e1c60d74120b7d2257c1f2a7561dfe41);});$marker.push(m_e1c60d74120b7d2257c1f2a7561dfe41);}});}google.maps.event.addDomListener(window, 'load', initialize);