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.783,-108.513)};var g_6a07ede5c1915ff66c727ce2821fad82 = new google.maps.Geocoder();g_6a07ede5c1915ff66c727ce2821fad82.geocode( { 'address': "404 N 31st St #104, Billings, MT 59101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-collection-bureau-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-collection-bureau-services-inc'), mapOptions);}document.getElementById('c22512f0').innerHTML += ' | View Map';var $l6a07ede5c1915ff66c727ce2821fad82 = '

Collection Bureau Services Inc.

Address: 404 N 31st St #104, Billings, MT 59101, USA
Phone: (406) 255-7155
';var m_6a07ede5c1915ff66c727ce2821fad82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Collection Bureau Services Inc.',});m_6a07ede5c1915ff66c727ce2821fad82['infowindow'] = new google.maps.InfoWindow({content: $l6a07ede5c1915ff66c727ce2821fad82});var infowindow = new google.maps.InfoWindow({content: $l6a07ede5c1915ff66c727ce2821fad82});google.maps.event.addListener(m_6a07ede5c1915ff66c727ce2821fad82, 'click', function() {infowindow.open(map,m_6a07ede5c1915ff66c727ce2821fad82);});$marker.push(m_6a07ede5c1915ff66c727ce2821fad82);}});}google.maps.event.addDomListener(window, 'load', initialize);