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(43.2692,-91.4879)};var g_76ec7d52f75c6ff4412a0c0ff59a580f = new google.maps.Geocoder();g_76ec7d52f75c6ff4412a0c0ff59a580f.geocode( { 'address': "9 9th St SW, Waukon, IA 52172, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waukon-IA-western-union').style.display = '';map = new google.maps.Map(document.getElementById('waukon-IA-western-union'), mapOptions);}document.getElementById('71d1e4fa').innerHTML += ' | View Map';var $l76ec7d52f75c6ff4412a0c0ff59a580f = '

Western Union

Address: 9 9th St SW, Waukon, IA 52172, USA
Phone: (800) 325-6000
';var m_76ec7d52f75c6ff4412a0c0ff59a580f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_76ec7d52f75c6ff4412a0c0ff59a580f['infowindow'] = new google.maps.InfoWindow({content: $l76ec7d52f75c6ff4412a0c0ff59a580f});var infowindow = new google.maps.InfoWindow({content: $l76ec7d52f75c6ff4412a0c0ff59a580f});google.maps.event.addListener(m_76ec7d52f75c6ff4412a0c0ff59a580f, 'click', function() {infowindow.open(map,m_76ec7d52f75c6ff4412a0c0ff59a580f);});$marker.push(m_76ec7d52f75c6ff4412a0c0ff59a580f);}});}google.maps.event.addDomListener(window, 'load', initialize);