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.3931,-107.084)};var g_9b9d0eb82238fc93a29bf9ff95c000ad = new google.maps.Geocoder();g_9b9d0eb82238fc93a29bf9ff95c000ad.geocode( { 'address': "203 Montana St, Hinsdale, MT 59241"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hinsdale-MT-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('hinsdale-MT-first-community-bank'), mapOptions);}document.getElementById('6a4578c9').innerHTML += ' | View Map';var $l9b9d0eb82238fc93a29bf9ff95c000ad = '

First Community Bank

Address: 203 Montana St, Hinsdale, MT 59241
Phone: (406) 364-2223
';var m_9b9d0eb82238fc93a29bf9ff95c000ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_9b9d0eb82238fc93a29bf9ff95c000ad['infowindow'] = new google.maps.InfoWindow({content: $l9b9d0eb82238fc93a29bf9ff95c000ad});var infowindow = new google.maps.InfoWindow({content: $l9b9d0eb82238fc93a29bf9ff95c000ad});google.maps.event.addListener(m_9b9d0eb82238fc93a29bf9ff95c000ad, 'click', function() {infowindow.open(map,m_9b9d0eb82238fc93a29bf9ff95c000ad);});$marker.push(m_9b9d0eb82238fc93a29bf9ff95c000ad);}});}google.maps.event.addDomListener(window, 'load', initialize);