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()};var g_c490f96bbae13d62132dda54ef1ec86e = new google.maps.Geocoder();g_c490f96bbae13d62132dda54ef1ec86e.geocode( { 'address': "11 Bankers Ln, Montana City, MT 59634"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montana-city-MT-montana-city-mercantile-and-hardware-cafe').style.display = '';map = new google.maps.Map(document.getElementById('montana-city-MT-montana-city-mercantile-and-hardware-cafe'), mapOptions);}document.getElementById('eaa52e11').innerHTML += ' | View Map';var $lc490f96bbae13d62132dda54ef1ec86e = '

Montana City Mercantile and Hardware Cafe

Address: 11 Bankers Ln, Montana City, MT 59634
Phone: (406) 449-4410
';var m_c490f96bbae13d62132dda54ef1ec86e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Montana City Mercantile and Hardware Cafe',});m_c490f96bbae13d62132dda54ef1ec86e['infowindow'] = new google.maps.InfoWindow({content: $lc490f96bbae13d62132dda54ef1ec86e});var infowindow = new google.maps.InfoWindow({content: $lc490f96bbae13d62132dda54ef1ec86e});google.maps.event.addListener(m_c490f96bbae13d62132dda54ef1ec86e, 'click', function() {infowindow.open(map,m_c490f96bbae13d62132dda54ef1ec86e);});$marker.push(m_c490f96bbae13d62132dda54ef1ec86e);}});}google.maps.event.addDomListener(window, 'load', initialize);