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(48.2314,-114.33)};var g_c828991bf51544cf79c2141168c359c7 = new google.maps.Geocoder();g_c828991bf51544cf79c2141168c359c7.geocode( { 'address': "120 Hutton Ranch Rd, Kalispell, MT 59901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalispell-MT-flathead-bank-kalispell-montana').style.display = '';map = new google.maps.Map(document.getElementById('kalispell-MT-flathead-bank-kalispell-montana'), mapOptions);}document.getElementById('2264fa6c').innerHTML += ' | View Map';var $lc828991bf51544cf79c2141168c359c7 = '

Flathead Bank-Kalispell Montana

Address: 120 Hutton Ranch Rd, Kalispell, MT 59901, USA
Phone: (406) 752-4050
';var m_c828991bf51544cf79c2141168c359c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flathead Bank-Kalispell Montana',});m_c828991bf51544cf79c2141168c359c7['infowindow'] = new google.maps.InfoWindow({content: $lc828991bf51544cf79c2141168c359c7});var infowindow = new google.maps.InfoWindow({content: $lc828991bf51544cf79c2141168c359c7});google.maps.event.addListener(m_c828991bf51544cf79c2141168c359c7, 'click', function() {infowindow.open(map,m_c828991bf51544cf79c2141168c359c7);});$marker.push(m_c828991bf51544cf79c2141168c359c7);}});}google.maps.event.addDomListener(window, 'load', initialize);