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.7559,-114.104)};var g_616c176464f3ec232802c82eb29d7617 = new google.maps.Geocoder();g_616c176464f3ec232802c82eb29d7617.geocode( { 'address': "11300 Us Highway 93 N, Lolo, MT 59847"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lolo-MT-bitterroot-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('lolo-MT-bitterroot-valley-bank'), mapOptions);}document.getElementById('089ce545').innerHTML += ' | View Map';var $l616c176464f3ec232802c82eb29d7617 = '

Bitterroot Valley Bank

Address: 11300 Us Highway 93 N, Lolo, MT 59847
Phone: (406) 273-2400
';var m_616c176464f3ec232802c82eb29d7617 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bitterroot Valley Bank',});m_616c176464f3ec232802c82eb29d7617['infowindow'] = new google.maps.InfoWindow({content: $l616c176464f3ec232802c82eb29d7617});var infowindow = new google.maps.InfoWindow({content: $l616c176464f3ec232802c82eb29d7617});google.maps.event.addListener(m_616c176464f3ec232802c82eb29d7617, 'click', function() {infowindow.open(map,m_616c176464f3ec232802c82eb29d7617);});$marker.push(m_616c176464f3ec232802c82eb29d7617);}});}google.maps.event.addDomListener(window, 'load', initialize);