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(45.9921,-112.511)};var g_a85acc042b2d36b9c521e72640536e12 = new google.maps.Geocoder();g_a85acc042b2d36b9c521e72640536e12.geocode( { 'address': "2084 Harrison Ave, Butte, MT 59701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butte-MT-mountain-man-trading-post-pawn').style.display = '';map = new google.maps.Map(document.getElementById('butte-MT-mountain-man-trading-post-pawn'), mapOptions);}document.getElementById('77ff4dbb').innerHTML += ' | View Map';var $la85acc042b2d36b9c521e72640536e12 = '

Mountain Man Trading Post Pawn

Address: 2084 Harrison Ave, Butte, MT 59701, USA
Phone: (406) 782-8028
';var m_a85acc042b2d36b9c521e72640536e12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain Man Trading Post Pawn',});m_a85acc042b2d36b9c521e72640536e12['infowindow'] = new google.maps.InfoWindow({content: $la85acc042b2d36b9c521e72640536e12});var infowindow = new google.maps.InfoWindow({content: $la85acc042b2d36b9c521e72640536e12});google.maps.event.addListener(m_a85acc042b2d36b9c521e72640536e12, 'click', function() {infowindow.open(map,m_a85acc042b2d36b9c521e72640536e12);});$marker.push(m_a85acc042b2d36b9c521e72640536e12);}});}google.maps.event.addDomListener(window, 'load', initialize);