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(40.6971,-106.301)};var g_230cd70c2b0572cf45c2c0ea927f1187 = new google.maps.Geocoder();g_230cd70c2b0572cf45c2c0ea927f1187.geocode( { 'address': "597 Main St, Walden, CO 80480, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walden-CO-western-union').style.display = '';map = new google.maps.Map(document.getElementById('walden-CO-western-union'), mapOptions);}document.getElementById('8a357769').innerHTML += ' | View Map';var $l230cd70c2b0572cf45c2c0ea927f1187 = '

Western Union

Address: 597 Main St, Walden, CO 80480, USA
Phone: (800) 325-6000
';var m_230cd70c2b0572cf45c2c0ea927f1187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_230cd70c2b0572cf45c2c0ea927f1187['infowindow'] = new google.maps.InfoWindow({content: $l230cd70c2b0572cf45c2c0ea927f1187});var infowindow = new google.maps.InfoWindow({content: $l230cd70c2b0572cf45c2c0ea927f1187});google.maps.event.addListener(m_230cd70c2b0572cf45c2c0ea927f1187, 'click', function() {infowindow.open(map,m_230cd70c2b0572cf45c2c0ea927f1187);});$marker.push(m_230cd70c2b0572cf45c2c0ea927f1187);}});}google.maps.event.addDomListener(window, 'load', initialize);