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.5096,-111.83)};var g_f19ca8406138dd027002e594e5b2b32f = new google.maps.Geocoder();g_f19ca8406138dd027002e594e5b2b32f.geocode( { 'address': "131 Main St, Shelby, MT 59474"}, 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('52dd185b').innerHTML += ' | View Map';var $lf19ca8406138dd027002e594e5b2b32f = '

Wells Fargo Bank

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