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(48.4003,-114.334)};var g_bdda7ec287cdf328933fc500af7ac5e5 = new google.maps.Geocoder();g_bdda7ec287cdf328933fc500af7ac5e5.geocode( { 'address': "700 13th St E, Whitefish, MT 59937, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitefish-MT-western-union').style.display = '';map = new google.maps.Map(document.getElementById('whitefish-MT-western-union'), mapOptions);}document.getElementById('ee1e1ab7').innerHTML += ' | View Map';var $lbdda7ec287cdf328933fc500af7ac5e5 = '

Western Union

Address: 700 13th St E, Whitefish, MT 59937, USA
Phone: (800) 325-6000
';var m_bdda7ec287cdf328933fc500af7ac5e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union',});m_bdda7ec287cdf328933fc500af7ac5e5['infowindow'] = new google.maps.InfoWindow({content: $lbdda7ec287cdf328933fc500af7ac5e5});var infowindow = new google.maps.InfoWindow({content: $lbdda7ec287cdf328933fc500af7ac5e5});google.maps.event.addListener(m_bdda7ec287cdf328933fc500af7ac5e5, 'click', function() {infowindow.open(map,m_bdda7ec287cdf328933fc500af7ac5e5);});$marker.push(m_bdda7ec287cdf328933fc500af7ac5e5);}});}google.maps.event.addDomListener(window, 'load', initialize);