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(46.2652,-106.679)};var g_a510abf00d75925ab4d2c11e0e8d89a4 = new google.maps.Geocoder();g_a510abf00d75925ab4d2c11e0e8d89a4.geocode( { 'address': "880 Main St, Forsyth, MT 59327, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forsyth-MT-first-state-bank-of-forsyth').style.display = '';map = new google.maps.Map(document.getElementById('forsyth-MT-first-state-bank-of-forsyth'), mapOptions);}document.getElementById('73ead392').innerHTML += ' | View Map';var $la510abf00d75925ab4d2c11e0e8d89a4 = '

FIRST STATE BANK OF FORSYTH

Address: 880 Main St, Forsyth, MT 59327, USA
Phone: (406) 346-2111
';var m_a510abf00d75925ab4d2c11e0e8d89a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIRST STATE BANK OF FORSYTH',});m_a510abf00d75925ab4d2c11e0e8d89a4['infowindow'] = new google.maps.InfoWindow({content: $la510abf00d75925ab4d2c11e0e8d89a4});var infowindow = new google.maps.InfoWindow({content: $la510abf00d75925ab4d2c11e0e8d89a4});google.maps.event.addListener(m_a510abf00d75925ab4d2c11e0e8d89a4, 'click', function() {infowindow.open(map,m_a510abf00d75925ab4d2c11e0e8d89a4);});$marker.push(m_a510abf00d75925ab4d2c11e0e8d89a4);}});}google.maps.event.addDomListener(window, 'load', initialize);