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(46.4088,-105.824)};var g_792e863023d320156ef8cc8b6a695fa3 = new google.maps.Geocoder();g_792e863023d320156ef8cc8b6a695fa3.geocode( { 'address': "2905 Main St #1, Miles City, MT 59301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miles-city-MT-community-1st-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miles-city-MT-community-1st-federal-credit-union'), mapOptions);}document.getElementById('63333086').innerHTML += ' | View Map';var $l792e863023d320156ef8cc8b6a695fa3 = '

Community 1st Federal Credit Union

Address: 2905 Main St #1, Miles City, MT 59301, USA
Phone: (406) 234-2550
';var m_792e863023d320156ef8cc8b6a695fa3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Federal Credit Union',});m_792e863023d320156ef8cc8b6a695fa3['infowindow'] = new google.maps.InfoWindow({content: $l792e863023d320156ef8cc8b6a695fa3});var infowindow = new google.maps.InfoWindow({content: $l792e863023d320156ef8cc8b6a695fa3});google.maps.event.addListener(m_792e863023d320156ef8cc8b6a695fa3, 'click', function() {infowindow.open(map,m_792e863023d320156ef8cc8b6a695fa3);});$marker.push(m_792e863023d320156ef8cc8b6a695fa3);}});}google.maps.event.addDomListener(window, 'load', initialize);