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()};var g_96a93ba89a5b5c6c226e49b88973f46e = new google.maps.Geocoder();g_96a93ba89a5b5c6c226e49b88973f46e.geocode( { 'address': "102 Crystal St, St Ignatius, MT 59865"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-ignatius-MT-valley-bank-of-ronan').style.display = '';map = new google.maps.Map(document.getElementById('st-ignatius-MT-valley-bank-of-ronan'), mapOptions);}document.getElementById('34d70c27').innerHTML += ' | View Map';var $l96a93ba89a5b5c6c226e49b88973f46e = '

Valley Bank Of Ronan

Address: 102 Crystal St, St Ignatius, MT 59865
Phone: (406) 745-3123
';var m_96a93ba89a5b5c6c226e49b88973f46e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Valley Bank Of Ronan',});m_96a93ba89a5b5c6c226e49b88973f46e['infowindow'] = new google.maps.InfoWindow({content: $l96a93ba89a5b5c6c226e49b88973f46e});var infowindow = new google.maps.InfoWindow({content: $l96a93ba89a5b5c6c226e49b88973f46e});google.maps.event.addListener(m_96a93ba89a5b5c6c226e49b88973f46e, 'click', function() {infowindow.open(map,m_96a93ba89a5b5c6c226e49b88973f46e);});$marker.push(m_96a93ba89a5b5c6c226e49b88973f46e);}});}google.maps.event.addDomListener(window, 'load', initialize);