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.8483,-111.717)};var g_5f5e194f53a1954f7b842d439bfb80ff = new google.maps.Geocoder();g_5f5e194f53a1954f7b842d439bfb80ff.geocode( { 'address': "101 Main St, Dutton, MT 59433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dutton-MT-dutton-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('dutton-MT-dutton-state-bank'), mapOptions);}document.getElementById('6e08ef5e').innerHTML += ' | View Map';var $l5f5e194f53a1954f7b842d439bfb80ff = '

Dutton State Bank

Address: 101 Main St, Dutton, MT 59433, USA
Phone: (406) 476-3462
';var m_5f5e194f53a1954f7b842d439bfb80ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dutton State Bank',});m_5f5e194f53a1954f7b842d439bfb80ff['infowindow'] = new google.maps.InfoWindow({content: $l5f5e194f53a1954f7b842d439bfb80ff});var infowindow = new google.maps.InfoWindow({content: $l5f5e194f53a1954f7b842d439bfb80ff});google.maps.event.addListener(m_5f5e194f53a1954f7b842d439bfb80ff, 'click', function() {infowindow.open(map,m_5f5e194f53a1954f7b842d439bfb80ff);});$marker.push(m_5f5e194f53a1954f7b842d439bfb80ff);}});}google.maps.event.addDomListener(window, 'load', initialize);