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.6473,-112.351)};var g_b2c450336c4222e3cea68d37aafa75fd = new google.maps.Geocoder();g_b2c450336c4222e3cea68d37aafa75fd.geocode( { 'address': "102 N Central Ave, Cut Bank, MT 59427"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cut-bank-MT-cut-bank-community-bible-chr').style.display = '';map = new google.maps.Map(document.getElementById('cut-bank-MT-cut-bank-community-bible-chr'), mapOptions);}document.getElementById('ec690d7e').innerHTML += ' | View Map';var $lb2c450336c4222e3cea68d37aafa75fd = '

Cut Bank Community Bible Chr

Address: 102 N Central Ave, Cut Bank, MT 59427
Phone: (406) 873-2354
';var m_b2c450336c4222e3cea68d37aafa75fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cut Bank Community Bible Chr',});m_b2c450336c4222e3cea68d37aafa75fd['infowindow'] = new google.maps.InfoWindow({content: $lb2c450336c4222e3cea68d37aafa75fd});var infowindow = new google.maps.InfoWindow({content: $lb2c450336c4222e3cea68d37aafa75fd});google.maps.event.addListener(m_b2c450336c4222e3cea68d37aafa75fd, 'click', function() {infowindow.open(map,m_b2c450336c4222e3cea68d37aafa75fd);});$marker.push(m_b2c450336c4222e3cea68d37aafa75fd);}});}google.maps.event.addDomListener(window, 'load', initialize);