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(41.3213,-106.503)};var g_37007545a7abc397017002fc9a713ea2 = new google.maps.Geocoder();g_37007545a7abc397017002fc9a713ea2.geocode( { 'address': "302 N 1st St, Saratoga, WY 82331"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-WY-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-WY-bank-of-the-west'), mapOptions);}document.getElementById('ef70da24').innerHTML += ' | View Map';var $l37007545a7abc397017002fc9a713ea2 = '

Bank of the West

Address: 302 N 1st St, Saratoga, WY 82331
Phone: (307) 326-8321
';var m_37007545a7abc397017002fc9a713ea2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_37007545a7abc397017002fc9a713ea2['infowindow'] = new google.maps.InfoWindow({content: $l37007545a7abc397017002fc9a713ea2});var infowindow = new google.maps.InfoWindow({content: $l37007545a7abc397017002fc9a713ea2});google.maps.event.addListener(m_37007545a7abc397017002fc9a713ea2, 'click', function() {infowindow.open(map,m_37007545a7abc397017002fc9a713ea2);});$marker.push(m_37007545a7abc397017002fc9a713ea2);}});}google.maps.event.addDomListener(window, 'load', initialize);