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(46.4059,-105.841)};var g_4b4b9fad8a281cc21c1fd89e9b51a8f6 = new google.maps.Geocoder();g_4b4b9fad8a281cc21c1fd89e9b51a8f6.geocode( { 'address': "1115 Main St, Miles City, MT 59301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miles-city-MT-first-interstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('miles-city-MT-first-interstate-bank'), mapOptions);}document.getElementById('de68445b').innerHTML += ' | View Map';var $l4b4b9fad8a281cc21c1fd89e9b51a8f6 = '

First Interstate Bank

Address: 1115 Main St, Miles City, MT 59301
Phone: (406) 232-5505
';var m_4b4b9fad8a281cc21c1fd89e9b51a8f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Interstate Bank',});m_4b4b9fad8a281cc21c1fd89e9b51a8f6['infowindow'] = new google.maps.InfoWindow({content: $l4b4b9fad8a281cc21c1fd89e9b51a8f6});var infowindow = new google.maps.InfoWindow({content: $l4b4b9fad8a281cc21c1fd89e9b51a8f6});google.maps.event.addListener(m_4b4b9fad8a281cc21c1fd89e9b51a8f6, 'click', function() {infowindow.open(map,m_4b4b9fad8a281cc21c1fd89e9b51a8f6);});$marker.push(m_4b4b9fad8a281cc21c1fd89e9b51a8f6);}});}google.maps.event.addDomListener(window, 'load', initialize);