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.3672,-114.177)};var g_ab4c389364232588a6680ad92ec170c7 = new google.maps.Geocoder();g_ab4c389364232588a6680ad92ec170c7.geocode( { 'address': "270 Hwy 2 E, Columbia Falls, MT 59912, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-falls-MT-granite-leasing-co').style.display = '';map = new google.maps.Map(document.getElementById('columbia-falls-MT-granite-leasing-co'), mapOptions);}document.getElementById('ec4652a3').innerHTML += ' | View Map';var $lab4c389364232588a6680ad92ec170c7 = '

Granite Leasing Co

Address: 270 Hwy 2 E, Columbia Falls, MT 59912, USA
Phone: (406) 892-5068
';var m_ab4c389364232588a6680ad92ec170c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Granite Leasing Co',});m_ab4c389364232588a6680ad92ec170c7['infowindow'] = new google.maps.InfoWindow({content: $lab4c389364232588a6680ad92ec170c7});var infowindow = new google.maps.InfoWindow({content: $lab4c389364232588a6680ad92ec170c7});google.maps.event.addListener(m_ab4c389364232588a6680ad92ec170c7, 'click', function() {infowindow.open(map,m_ab4c389364232588a6680ad92ec170c7);});$marker.push(m_ab4c389364232588a6680ad92ec170c7);}});}google.maps.event.addDomListener(window, 'load', initialize);