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_2a56b702bb98df3c817451fc40d09bc1 = new google.maps.Geocoder();g_2a56b702bb98df3c817451fc40d09bc1.geocode( { 'address': "222 Good Medicine Dr, Whitefish, MT 59937"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whitefish-MT-colonial-savings').style.display = '';map = new google.maps.Map(document.getElementById('whitefish-MT-colonial-savings'), mapOptions);}document.getElementById('f01d55e0').innerHTML += ' | View Map';var $l2a56b702bb98df3c817451fc40d09bc1 = '

Colonial Savings

Address: 222 Good Medicine Dr, Whitefish, MT 59937
Phone: (406) 862-8673
';var m_2a56b702bb98df3c817451fc40d09bc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Savings',});m_2a56b702bb98df3c817451fc40d09bc1['infowindow'] = new google.maps.InfoWindow({content: $l2a56b702bb98df3c817451fc40d09bc1});var infowindow = new google.maps.InfoWindow({content: $l2a56b702bb98df3c817451fc40d09bc1});google.maps.event.addListener(m_2a56b702bb98df3c817451fc40d09bc1, 'click', function() {infowindow.open(map,m_2a56b702bb98df3c817451fc40d09bc1);});$marker.push(m_2a56b702bb98df3c817451fc40d09bc1);}});}google.maps.event.addDomListener(window, 'load', initialize);