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.3613,-104.274)};var g_aff82e881075d9c1ec306f86ae15c833 = new google.maps.Geocoder();g_aff82e881075d9c1ec306f86ae15c833.geocode( { 'address': "16 Sewall Ave, Baker, MT 59313, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baker-MT-fallon-county-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('baker-MT-fallon-county-federal-cu'), mapOptions);}document.getElementById('fd6ad2aa').innerHTML += ' | View Map';var $laff82e881075d9c1ec306f86ae15c833 = '

Fallon County Federal CU

Address: 16 Sewall Ave, Baker, MT 59313, USA
Phone: (406) 778-2920
';var m_aff82e881075d9c1ec306f86ae15c833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fallon County Federal CU',});m_aff82e881075d9c1ec306f86ae15c833['infowindow'] = new google.maps.InfoWindow({content: $laff82e881075d9c1ec306f86ae15c833});var infowindow = new google.maps.InfoWindow({content: $laff82e881075d9c1ec306f86ae15c833});google.maps.event.addListener(m_aff82e881075d9c1ec306f86ae15c833, 'click', function() {infowindow.open(map,m_aff82e881075d9c1ec306f86ae15c833);});$marker.push(m_aff82e881075d9c1ec306f86ae15c833);}});}google.maps.event.addDomListener(window, 'load', initialize);