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_da732b20acb48d6b5910e5683d0c300e = new google.maps.Geocoder();g_da732b20acb48d6b5910e5683d0c300e.geocode( { 'address': "235 1st St, Havre, MT 59501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('havre-MT-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('havre-MT-us-bank'), mapOptions);}document.getElementById('eb250199').innerHTML += ' | View Map';var $lda732b20acb48d6b5910e5683d0c300e = '

US Bank

Address: 235 1st St, Havre, MT 59501
Phone: (406) 262-2109
';var m_da732b20acb48d6b5910e5683d0c300e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_da732b20acb48d6b5910e5683d0c300e['infowindow'] = new google.maps.InfoWindow({content: $lda732b20acb48d6b5910e5683d0c300e});var infowindow = new google.maps.InfoWindow({content: $lda732b20acb48d6b5910e5683d0c300e});google.maps.event.addListener(m_da732b20acb48d6b5910e5683d0c300e, 'click', function() {infowindow.open(map,m_da732b20acb48d6b5910e5683d0c300e);});$marker.push(m_da732b20acb48d6b5910e5683d0c300e);}});}google.maps.event.addDomListener(window, 'load', initialize);