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.8351,-109.952)};var g_86b48b560a92d18429bcfca2c70ee733 = new google.maps.Geocoder();g_86b48b560a92d18429bcfca2c70ee733.geocode( { 'address': "313 W 1st Ave, Big Timber, MT 59011"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-timber-MT-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('big-timber-MT-american-bank'), mapOptions);}document.getElementById('42624838').innerHTML += ' | View Map';var $l86b48b560a92d18429bcfca2c70ee733 = '

American Bank

Address: 313 W 1st Ave, Big Timber, MT 59011
Phone: (406) 932-5265
';var m_86b48b560a92d18429bcfca2c70ee733 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank',});m_86b48b560a92d18429bcfca2c70ee733['infowindow'] = new google.maps.InfoWindow({content: $l86b48b560a92d18429bcfca2c70ee733});var infowindow = new google.maps.InfoWindow({content: $l86b48b560a92d18429bcfca2c70ee733});google.maps.event.addListener(m_86b48b560a92d18429bcfca2c70ee733, 'click', function() {infowindow.open(map,m_86b48b560a92d18429bcfca2c70ee733);});$marker.push(m_86b48b560a92d18429bcfca2c70ee733);}});}google.maps.event.addDomListener(window, 'load', initialize);