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.6795,-111.03)};var g_7a3a5778db9271d6f93523c8050ba200 = new google.maps.Geocoder();g_7a3a5778db9271d6f93523c8050ba200.geocode( { 'address': "501 E Main St, Bozeman, MT 59715, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bozeman-MT-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('bozeman-MT-american-bank'), mapOptions);}document.getElementById('84f50e61').innerHTML += ' | View Map';var $l7a3a5778db9271d6f93523c8050ba200 = '

American Bank

Address: 501 E Main St, Bozeman, MT 59715, USA
Phone: (406) 587-1234
';var m_7a3a5778db9271d6f93523c8050ba200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank',});m_7a3a5778db9271d6f93523c8050ba200['infowindow'] = new google.maps.InfoWindow({content: $l7a3a5778db9271d6f93523c8050ba200});var infowindow = new google.maps.InfoWindow({content: $l7a3a5778db9271d6f93523c8050ba200});google.maps.event.addListener(m_7a3a5778db9271d6f93523c8050ba200, 'click', function() {infowindow.open(map,m_7a3a5778db9271d6f93523c8050ba200);});$marker.push(m_7a3a5778db9271d6f93523c8050ba200);}});}google.maps.event.addDomListener(window, 'load', initialize);