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.9995,-112.517)};var g_06a1c5b848788295e6cac10076abd580 = new google.maps.Geocoder();g_06a1c5b848788295e6cac10076abd580.geocode( { 'address': "1500 Harrison Ave, Butte, MT 59701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butte-MT-direct-check').style.display = '';map = new google.maps.Map(document.getElementById('butte-MT-direct-check'), mapOptions);}document.getElementById('eb5534cc').innerHTML += ' | View Map';var $l06a1c5b848788295e6cac10076abd580 = '

Direct Check

Address: 1500 Harrison Ave, Butte, MT 59701, USA
Phone: (406) 782-4999
';var m_06a1c5b848788295e6cac10076abd580 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Check',});m_06a1c5b848788295e6cac10076abd580['infowindow'] = new google.maps.InfoWindow({content: $l06a1c5b848788295e6cac10076abd580});var infowindow = new google.maps.InfoWindow({content: $l06a1c5b848788295e6cac10076abd580});google.maps.event.addListener(m_06a1c5b848788295e6cac10076abd580, 'click', function() {infowindow.open(map,m_06a1c5b848788295e6cac10076abd580);});$marker.push(m_06a1c5b848788295e6cac10076abd580);}});}google.maps.event.addDomListener(window, 'load', initialize);