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.7694,-108.541)};var g_30c9e61c56a0a84b7fd7176f0323d0b6 = new google.maps.Geocoder();g_30c9e61c56a0a84b7fd7176f0323d0b6.geocode( { 'address': "952 Central Ave, Billings, MT 59102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-rimrock-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-rimrock-credit-union'), mapOptions);}document.getElementById('1b378b63').innerHTML += ' | View Map';var $l30c9e61c56a0a84b7fd7176f0323d0b6 = '

Rimrock Credit Union

Address: 952 Central Ave, Billings, MT 59102, USA
Phone: (406) 248-3685
';var m_30c9e61c56a0a84b7fd7176f0323d0b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rimrock Credit Union',});m_30c9e61c56a0a84b7fd7176f0323d0b6['infowindow'] = new google.maps.InfoWindow({content: $l30c9e61c56a0a84b7fd7176f0323d0b6});var infowindow = new google.maps.InfoWindow({content: $l30c9e61c56a0a84b7fd7176f0323d0b6});google.maps.event.addListener(m_30c9e61c56a0a84b7fd7176f0323d0b6, 'click', function() {infowindow.open(map,m_30c9e61c56a0a84b7fd7176f0323d0b6);});$marker.push(m_30c9e61c56a0a84b7fd7176f0323d0b6);}});}google.maps.event.addDomListener(window, 'load', initialize);