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.4083,-114.352)};var g_2a0d301d3dfcfa4574a46dd62f1be621 = new google.maps.Geocoder();g_2a0d301d3dfcfa4574a46dd62f1be621.geocode( { 'address': "527 2nd St W, Whitefish, MT 59937"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitefish-MT-colonial-savings-fa').style.display = '';map = new google.maps.Map(document.getElementById('whitefish-MT-colonial-savings-fa'), mapOptions);}document.getElementById('101237ff').innerHTML += ' | View Map';var $l2a0d301d3dfcfa4574a46dd62f1be621 = '

Colonial Savings Fa

Address: 527 2nd St W, Whitefish, MT 59937
Phone: (406) 862-8673
';var m_2a0d301d3dfcfa4574a46dd62f1be621 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Savings Fa',});m_2a0d301d3dfcfa4574a46dd62f1be621['infowindow'] = new google.maps.InfoWindow({content: $l2a0d301d3dfcfa4574a46dd62f1be621});var infowindow = new google.maps.InfoWindow({content: $l2a0d301d3dfcfa4574a46dd62f1be621});google.maps.event.addListener(m_2a0d301d3dfcfa4574a46dd62f1be621, 'click', function() {infowindow.open(map,m_2a0d301d3dfcfa4574a46dd62f1be621);});$marker.push(m_2a0d301d3dfcfa4574a46dd62f1be621);}});}google.maps.event.addDomListener(window, 'load', initialize);