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.0148,-114.228)};var g_3a4649133ab39191545426c7da229c1f = new google.maps.Geocoder();g_3a4649133ab39191545426c7da229c1f.geocode( { 'address': "16600 Beckwith St, Frenchtown, MT 59834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frenchtown-MT-trailwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('frenchtown-MT-trailwest-bank'), mapOptions);}document.getElementById('71b33d76').innerHTML += ' | View Map';var $l3a4649133ab39191545426c7da229c1f = '

TrailWest Bank

Address: 16600 Beckwith St, Frenchtown, MT 59834, USA
Phone: (406) 626-4500
';var m_3a4649133ab39191545426c7da229c1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TrailWest Bank',});m_3a4649133ab39191545426c7da229c1f['infowindow'] = new google.maps.InfoWindow({content: $l3a4649133ab39191545426c7da229c1f});var infowindow = new google.maps.InfoWindow({content: $l3a4649133ab39191545426c7da229c1f});google.maps.event.addListener(m_3a4649133ab39191545426c7da229c1f, 'click', function() {infowindow.open(map,m_3a4649133ab39191545426c7da229c1f);});$marker.push(m_3a4649133ab39191545426c7da229c1f);}});}google.maps.event.addDomListener(window, 'load', initialize);