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.6984,-114.141)};var g_858c817485ca8af5f545731a39ac3c17 = new google.maps.Geocoder();g_858c817485ca8af5f545731a39ac3c17.geocode( { 'address': "80 Heritage Ln, Polson, MT 59860"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('polson-MT-eagle-bank').style.display = '';map = new google.maps.Map(document.getElementById('polson-MT-eagle-bank'), mapOptions);}document.getElementById('bd1a93c2').innerHTML += ' | View Map';var $l858c817485ca8af5f545731a39ac3c17 = '

Eagle Bank

Address: 80 Heritage Ln, Polson, MT 59860
Phone: (406) 883-2940
';var m_858c817485ca8af5f545731a39ac3c17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Bank',});m_858c817485ca8af5f545731a39ac3c17['infowindow'] = new google.maps.InfoWindow({content: $l858c817485ca8af5f545731a39ac3c17});var infowindow = new google.maps.InfoWindow({content: $l858c817485ca8af5f545731a39ac3c17});google.maps.event.addListener(m_858c817485ca8af5f545731a39ac3c17, 'click', function() {infowindow.open(map,m_858c817485ca8af5f545731a39ac3c17);});$marker.push(m_858c817485ca8af5f545731a39ac3c17);}});}google.maps.event.addDomListener(window, 'load', initialize);