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

U.S. Bank Branch

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