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.2112,-114.294)};var g_cf0e370f42753126fe53b457c38f9022 = new google.maps.Geocoder();g_cf0e370f42753126fe53b457c38f9022.geocode( { 'address': "41 3rd St W, Kalispell, MT 59901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalispell-MT-valley-bank-of-kalispell').style.display = '';map = new google.maps.Map(document.getElementById('kalispell-MT-valley-bank-of-kalispell'), mapOptions);}document.getElementById('18dcee40').innerHTML += ' | View Map';var $lcf0e370f42753126fe53b457c38f9022 = '

Valley Bank of Kalispell

Address: 41 3rd St W, Kalispell, MT 59901
Phone: (406) 752-7123
';var m_cf0e370f42753126fe53b457c38f9022 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Bank of Kalispell',});m_cf0e370f42753126fe53b457c38f9022['infowindow'] = new google.maps.InfoWindow({content: $lcf0e370f42753126fe53b457c38f9022});var infowindow = new google.maps.InfoWindow({content: $lcf0e370f42753126fe53b457c38f9022});google.maps.event.addListener(m_cf0e370f42753126fe53b457c38f9022, 'click', function() {infowindow.open(map,m_cf0e370f42753126fe53b457c38f9022);});$marker.push(m_cf0e370f42753126fe53b457c38f9022);}});}google.maps.event.addDomListener(window, 'load', initialize);