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.8533,-104.049)};var g_cd37f162f7c1af2071faeae5301ec801 = new google.maps.Geocoder();g_cd37f162f7c1af2071faeae5301ec801.geocode( { 'address': "216 S Ellery Ave, Fairview, MT 59221"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-MT-merchant-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairview-MT-merchant-s-bank'), mapOptions);}document.getElementById('7aff44af').innerHTML += ' | View Map';var $lcd37f162f7c1af2071faeae5301ec801 = '

Merchant's Bank

Address: 216 S Ellery Ave, Fairview, MT 59221
Phone: (406) 742-5203
';var m_cd37f162f7c1af2071faeae5301ec801 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchant's Bank',});m_cd37f162f7c1af2071faeae5301ec801['infowindow'] = new google.maps.InfoWindow({content: $lcd37f162f7c1af2071faeae5301ec801});var infowindow = new google.maps.InfoWindow({content: $lcd37f162f7c1af2071faeae5301ec801});google.maps.event.addListener(m_cd37f162f7c1af2071faeae5301ec801, 'click', function() {infowindow.open(map,m_cd37f162f7c1af2071faeae5301ec801);});$marker.push(m_cd37f162f7c1af2071faeae5301ec801);}});}google.maps.event.addDomListener(window, 'load', initialize);