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.5449,-109.682)};var g_5a0cef096920d39da0f3cc2cbeb0fc9b = new google.maps.Geocoder();g_5a0cef096920d39da0f3cc2cbeb0fc9b.geocode( { 'address': "1705 US Highway 2 NW, Havre, MT 59501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('havre-MT-northwest-farm-credit-service').style.display = '';map = new google.maps.Map(document.getElementById('havre-MT-northwest-farm-credit-service'), mapOptions);}document.getElementById('98358f56').innerHTML += ' | View Map';var $l5a0cef096920d39da0f3cc2cbeb0fc9b = '

Northwest Farm Credit Service

Address: 1705 US Highway 2 NW, Havre, MT 59501
Phone: (406) 265-7878
';var m_5a0cef096920d39da0f3cc2cbeb0fc9b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Farm Credit Service',});m_5a0cef096920d39da0f3cc2cbeb0fc9b['infowindow'] = new google.maps.InfoWindow({content: $l5a0cef096920d39da0f3cc2cbeb0fc9b});var infowindow = new google.maps.InfoWindow({content: $l5a0cef096920d39da0f3cc2cbeb0fc9b});google.maps.event.addListener(m_5a0cef096920d39da0f3cc2cbeb0fc9b, 'click', function() {infowindow.open(map,m_5a0cef096920d39da0f3cc2cbeb0fc9b);});$marker.push(m_5a0cef096920d39da0f3cc2cbeb0fc9b);}});}google.maps.event.addDomListener(window, 'load', initialize);