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(46.6342,-114.078)};var g_61f5608c2eccc5b34686c8978f0c4e19 = new google.maps.Geocoder();g_61f5608c2eccc5b34686c8978f0c4e19.geocode( { 'address': "5537 Old U.S. 93, Florence, MT 59833, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-MT-western-union').style.display = '';map = new google.maps.Map(document.getElementById('florence-MT-western-union'), mapOptions);}document.getElementById('29df47d4').innerHTML += ' | View Map';var $l61f5608c2eccc5b34686c8978f0c4e19 = '

Western Union

Address: 5537 Old U.S. 93, Florence, MT 59833, USA
Phone: (406) 273-2791
';var m_61f5608c2eccc5b34686c8978f0c4e19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_61f5608c2eccc5b34686c8978f0c4e19['infowindow'] = new google.maps.InfoWindow({content: $l61f5608c2eccc5b34686c8978f0c4e19});var infowindow = new google.maps.InfoWindow({content: $l61f5608c2eccc5b34686c8978f0c4e19});google.maps.event.addListener(m_61f5608c2eccc5b34686c8978f0c4e19, 'click', function() {infowindow.open(map,m_61f5608c2eccc5b34686c8978f0c4e19);});$marker.push(m_61f5608c2eccc5b34686c8978f0c4e19);}});}google.maps.event.addDomListener(window, 'load', initialize);