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.7746,-108.48)};var g_a201af0dc8f57ebbf253e6f8c0348480 = new google.maps.Geocoder();g_a201af0dc8f57ebbf253e6f8c0348480.geocode( { 'address': "455 S 24th St W, Billings, MT 59102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-opportunity-bank-of-montana').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-opportunity-bank-of-montana'), mapOptions);}document.getElementById('cd3b78fc').innerHTML += ' | View Map';var $la201af0dc8f57ebbf253e6f8c0348480 = '

Opportunity Bank of Montana

Address: 455 S 24th St W, Billings, MT 59102
Phone: (406) 256-1891
';var m_a201af0dc8f57ebbf253e6f8c0348480 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Opportunity Bank of Montana',});m_a201af0dc8f57ebbf253e6f8c0348480['infowindow'] = new google.maps.InfoWindow({content: $la201af0dc8f57ebbf253e6f8c0348480});var infowindow = new google.maps.InfoWindow({content: $la201af0dc8f57ebbf253e6f8c0348480});google.maps.event.addListener(m_a201af0dc8f57ebbf253e6f8c0348480, 'click', function() {infowindow.open(map,m_a201af0dc8f57ebbf253e6f8c0348480);});$marker.push(m_a201af0dc8f57ebbf253e6f8c0348480);}});}google.maps.event.addDomListener(window, 'load', initialize);