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(47.8819,-113.965)};var g_2ce9720c5c3e356872eeb038a5c417cd = new google.maps.Geocoder();g_2ce9720c5c3e356872eeb038a5c417cd.geocode( { 'address': "800 Grand Dr, Bigfork, MT 59911"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bigfork-MT-flathead-bank-bigfork-montana').style.display = '';map = new google.maps.Map(document.getElementById('bigfork-MT-flathead-bank-bigfork-montana'), mapOptions);}document.getElementById('85f1c388').innerHTML += ' | View Map';var $l2ce9720c5c3e356872eeb038a5c417cd = '

Flathead Bank-Bigfork Montana

Address: 800 Grand Dr, Bigfork, MT 59911
Phone: (406) 837-1600
';var m_2ce9720c5c3e356872eeb038a5c417cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flathead Bank-Bigfork Montana',});m_2ce9720c5c3e356872eeb038a5c417cd['infowindow'] = new google.maps.InfoWindow({content: $l2ce9720c5c3e356872eeb038a5c417cd});var infowindow = new google.maps.InfoWindow({content: $l2ce9720c5c3e356872eeb038a5c417cd});google.maps.event.addListener(m_2ce9720c5c3e356872eeb038a5c417cd, 'click', function() {infowindow.open(map,m_2ce9720c5c3e356872eeb038a5c417cd);});$marker.push(m_2ce9720c5c3e356872eeb038a5c417cd);}});}google.maps.event.addDomListener(window, 'load', initialize);