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.763,-108.577)};var g_135e1ee3fd2982a909052122f3d077da = new google.maps.Geocoder();g_135e1ee3fd2982a909052122f3d077da.geocode( { 'address': "324 S 24th St W, Billings, MT 59102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-rimrock-subaru').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-rimrock-subaru'), mapOptions);}document.getElementById('09bf7d48').innerHTML += ' | View Map';var $l135e1ee3fd2982a909052122f3d077da = '

Rimrock Subaru

Address: 324 S 24th St W, Billings, MT 59102, USA
Phone: (406) 651-5200
';var m_135e1ee3fd2982a909052122f3d077da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rimrock Subaru',});m_135e1ee3fd2982a909052122f3d077da['infowindow'] = new google.maps.InfoWindow({content: $l135e1ee3fd2982a909052122f3d077da});var infowindow = new google.maps.InfoWindow({content: $l135e1ee3fd2982a909052122f3d077da});google.maps.event.addListener(m_135e1ee3fd2982a909052122f3d077da, 'click', function() {infowindow.open(map,m_135e1ee3fd2982a909052122f3d077da);});$marker.push(m_135e1ee3fd2982a909052122f3d077da);}});}google.maps.event.addDomListener(window, 'load', initialize);