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(45.2162,-112.638)};var g_d97072854f3525f17673496b7d73749e = new google.maps.Geocoder();g_d97072854f3525f17673496b7d73749e.geocode( { 'address': "110 S Idaho St, Dillon, MT 59725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dillon-MT-state-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('dillon-MT-state-bank--trust-co'), mapOptions);}document.getElementById('394a5ffb').innerHTML += ' | View Map';var $ld97072854f3525f17673496b7d73749e = '

State Bank & Trust Co

Address: 110 S Idaho St, Dillon, MT 59725, USA
Phone: (406) 683-2393
';var m_d97072854f3525f17673496b7d73749e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank & Trust Co',});m_d97072854f3525f17673496b7d73749e['infowindow'] = new google.maps.InfoWindow({content: $ld97072854f3525f17673496b7d73749e});var infowindow = new google.maps.InfoWindow({content: $ld97072854f3525f17673496b7d73749e});google.maps.event.addListener(m_d97072854f3525f17673496b7d73749e, 'click', function() {infowindow.open(map,m_d97072854f3525f17673496b7d73749e);});$marker.push(m_d97072854f3525f17673496b7d73749e);}});}google.maps.event.addDomListener(window, 'load', initialize);