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.3079,-112.25)};var g_19ccfc88d8ddd625fb36d70eeb6175a4 = new google.maps.Geocoder();g_19ccfc88d8ddd625fb36d70eeb6175a4.geocode( { 'address': "502 Montana St, Valier, MT 59486, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valier-MT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('valier-MT-wells-fargo-bank'), mapOptions);}document.getElementById('14cabfc2').innerHTML += ' | View Map';var $l19ccfc88d8ddd625fb36d70eeb6175a4 = '

Wells Fargo Bank

Address: 502 Montana St, Valier, MT 59486, USA
Phone: (406) 279-3225
';var m_19ccfc88d8ddd625fb36d70eeb6175a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_19ccfc88d8ddd625fb36d70eeb6175a4['infowindow'] = new google.maps.InfoWindow({content: $l19ccfc88d8ddd625fb36d70eeb6175a4});var infowindow = new google.maps.InfoWindow({content: $l19ccfc88d8ddd625fb36d70eeb6175a4});google.maps.event.addListener(m_19ccfc88d8ddd625fb36d70eeb6175a4, 'click', function() {infowindow.open(map,m_19ccfc88d8ddd625fb36d70eeb6175a4);});$marker.push(m_19ccfc88d8ddd625fb36d70eeb6175a4);}});}google.maps.event.addDomListener(window, 'load', initialize);