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.3378,-104.492)};var g_9fc8cb2146bd0cb8dcacb286d7a98b2f = new google.maps.Geocoder();g_9fc8cb2146bd0cb8dcacb286d7a98b2f.geocode( { 'address': "109 Main St, Froid, MT 59226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('froid-MT-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('froid-MT-first-community-bank'), mapOptions);}document.getElementById('f7e6014d').innerHTML += ' | View Map';var $l9fc8cb2146bd0cb8dcacb286d7a98b2f = '

First Community Bank

Address: 109 Main St, Froid, MT 59226
Phone: (406) 766-2356
';var m_9fc8cb2146bd0cb8dcacb286d7a98b2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_9fc8cb2146bd0cb8dcacb286d7a98b2f['infowindow'] = new google.maps.InfoWindow({content: $l9fc8cb2146bd0cb8dcacb286d7a98b2f});var infowindow = new google.maps.InfoWindow({content: $l9fc8cb2146bd0cb8dcacb286d7a98b2f});google.maps.event.addListener(m_9fc8cb2146bd0cb8dcacb286d7a98b2f, 'click', function() {infowindow.open(map,m_9fc8cb2146bd0cb8dcacb286d7a98b2f);});$marker.push(m_9fc8cb2146bd0cb8dcacb286d7a98b2f);}});}google.maps.event.addDomListener(window, 'load', initialize);