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(47.7185,-104.16)};var g_fc8d5986a039ea16ecfd79ac1c20a0b1 = new google.maps.Geocoder();g_fc8d5986a039ea16ecfd79ac1c20a0b1.geocode( { 'address': "301 W Holly St, Sidney, MT 59270, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidney-MT-stockman-bank-sidney').style.display = '';map = new google.maps.Map(document.getElementById('sidney-MT-stockman-bank-sidney'), mapOptions);}document.getElementById('aa1813fd').innerHTML += ' | View Map';var $lfc8d5986a039ea16ecfd79ac1c20a0b1 = '

Stockman Bank Sidney

Address: 301 W Holly St, Sidney, MT 59270, USA
Phone: (406) 433-8600
';var m_fc8d5986a039ea16ecfd79ac1c20a0b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stockman Bank Sidney',});m_fc8d5986a039ea16ecfd79ac1c20a0b1['infowindow'] = new google.maps.InfoWindow({content: $lfc8d5986a039ea16ecfd79ac1c20a0b1});var infowindow = new google.maps.InfoWindow({content: $lfc8d5986a039ea16ecfd79ac1c20a0b1});google.maps.event.addListener(m_fc8d5986a039ea16ecfd79ac1c20a0b1, 'click', function() {infowindow.open(map,m_fc8d5986a039ea16ecfd79ac1c20a0b1);});$marker.push(m_fc8d5986a039ea16ecfd79ac1c20a0b1);}});}google.maps.event.addDomListener(window, 'load', initialize);