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.5054,-111.856)};var g_9594e4dba4ead2499d30f4d3031c0dd0 = new google.maps.Geocoder();g_9594e4dba4ead2499d30f4d3031c0dd0.geocode( { 'address': "131 Main St, Shelby, MT 59474, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelby-MT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('shelby-MT-wells-fargo-bank'), mapOptions);}document.getElementById('5647ebbf').innerHTML += ' | View Map';var $l9594e4dba4ead2499d30f4d3031c0dd0 = '

Wells Fargo Bank

Address: 131 Main St, Shelby, MT 59474, USA
Phone: (406) 434-5528
';var m_9594e4dba4ead2499d30f4d3031c0dd0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_9594e4dba4ead2499d30f4d3031c0dd0['infowindow'] = new google.maps.InfoWindow({content: $l9594e4dba4ead2499d30f4d3031c0dd0});var infowindow = new google.maps.InfoWindow({content: $l9594e4dba4ead2499d30f4d3031c0dd0});google.maps.event.addListener(m_9594e4dba4ead2499d30f4d3031c0dd0, 'click', function() {infowindow.open(map,m_9594e4dba4ead2499d30f4d3031c0dd0);});$marker.push(m_9594e4dba4ead2499d30f4d3031c0dd0);}});}google.maps.event.addDomListener(window, 'load', initialize);