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.7813,-108.576)};var g_91cbb0439bc098fb7652871e08714b47 = new google.maps.Geocoder();g_91cbb0439bc098fb7652871e08714b47.geocode( { 'address': "1111 North 24th St W, Billings, MT 59102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('billings-MT-summit-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('billings-MT-summit-credit-union'), mapOptions);}document.getElementById('a91e3833').innerHTML += ' | View Map';var $l91cbb0439bc098fb7652871e08714b47 = '

Summit Credit Union

Address: 1111 North 24th St W, Billings, MT 59102, USA
Phone: (406) 656-2409
';var m_91cbb0439bc098fb7652871e08714b47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Credit Union',});m_91cbb0439bc098fb7652871e08714b47['infowindow'] = new google.maps.InfoWindow({content: $l91cbb0439bc098fb7652871e08714b47});var infowindow = new google.maps.InfoWindow({content: $l91cbb0439bc098fb7652871e08714b47});google.maps.event.addListener(m_91cbb0439bc098fb7652871e08714b47, 'click', function() {infowindow.open(map,m_91cbb0439bc098fb7652871e08714b47);});$marker.push(m_91cbb0439bc098fb7652871e08714b47);}});}google.maps.event.addDomListener(window, 'load', initialize);