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.6932,-114.141)};var g_d528398e7e5357efcd14216619a95195 = new google.maps.Geocoder();g_d528398e7e5357efcd14216619a95195.geocode( { 'address': "50510 US-93, Polson, MT 59860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('polson-MT-glacier-bank').style.display = '';map = new google.maps.Map(document.getElementById('polson-MT-glacier-bank'), mapOptions);}document.getElementById('b7564889').innerHTML += ' | View Map';var $ld528398e7e5357efcd14216619a95195 = '

Glacier Bank

Address: 50510 US-93, Polson, MT 59860, USA
Phone: (406) 883-8300
';var m_d528398e7e5357efcd14216619a95195 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glacier Bank',});m_d528398e7e5357efcd14216619a95195['infowindow'] = new google.maps.InfoWindow({content: $ld528398e7e5357efcd14216619a95195});var infowindow = new google.maps.InfoWindow({content: $ld528398e7e5357efcd14216619a95195});google.maps.event.addListener(m_d528398e7e5357efcd14216619a95195, 'click', function() {infowindow.open(map,m_d528398e7e5357efcd14216619a95195);});$marker.push(m_d528398e7e5357efcd14216619a95195);}});}google.maps.event.addDomListener(window, 'load', initialize);