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.0177,-114.224)};var g_7cc2b6c5c50263015fc166662b1c1b15 = new google.maps.Geocoder();g_7cc2b6c5c50263015fc166662b1c1b15.geocode( { 'address': "7265 US-93, Lakeside, MT 59922, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakeside-MT-flathead-bank').style.display = '';map = new google.maps.Map(document.getElementById('lakeside-MT-flathead-bank'), mapOptions);}document.getElementById('18ff42e5').innerHTML += ' | View Map';var $l7cc2b6c5c50263015fc166662b1c1b15 = '

Flathead Bank

Address: 7265 US-93, Lakeside, MT 59922, USA
Phone: (406) 844-2535
';var m_7cc2b6c5c50263015fc166662b1c1b15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flathead Bank',});m_7cc2b6c5c50263015fc166662b1c1b15['infowindow'] = new google.maps.InfoWindow({content: $l7cc2b6c5c50263015fc166662b1c1b15});var infowindow = new google.maps.InfoWindow({content: $l7cc2b6c5c50263015fc166662b1c1b15});google.maps.event.addListener(m_7cc2b6c5c50263015fc166662b1c1b15, 'click', function() {infowindow.open(map,m_7cc2b6c5c50263015fc166662b1c1b15);});$marker.push(m_7cc2b6c5c50263015fc166662b1c1b15);}});}google.maps.event.addDomListener(window, 'load', initialize);