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(45.1867,-109.251)};var g_d9ccabb39972f2c1e749edaf67eeb70f = new google.maps.Geocoder();g_d9ccabb39972f2c1e749edaf67eeb70f.geocode( { 'address': "602 N Broadway Ave, Red Lodge, MT 59068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-lodge-MT-first-interstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('red-lodge-MT-first-interstate-bank'), mapOptions);}document.getElementById('b43aae2f').innerHTML += ' | View Map';var $ld9ccabb39972f2c1e749edaf67eeb70f = '

First Interstate Bank

Address: 602 N Broadway Ave, Red Lodge, MT 59068
Phone: (406) 446-1422
';var m_d9ccabb39972f2c1e749edaf67eeb70f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Interstate Bank',});m_d9ccabb39972f2c1e749edaf67eeb70f['infowindow'] = new google.maps.InfoWindow({content: $ld9ccabb39972f2c1e749edaf67eeb70f});var infowindow = new google.maps.InfoWindow({content: $ld9ccabb39972f2c1e749edaf67eeb70f});google.maps.event.addListener(m_d9ccabb39972f2c1e749edaf67eeb70f, 'click', function() {infowindow.open(map,m_d9ccabb39972f2c1e749edaf67eeb70f);});$marker.push(m_d9ccabb39972f2c1e749edaf67eeb70f);}});}google.maps.event.addDomListener(window, 'load', initialize);