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(42.6526,-105.19)};var g_9c0cbce3e69c1b4079660639a9c21f40 = new google.maps.Geocoder();g_9c0cbce3e69c1b4079660639a9c21f40.geocode( { 'address': "240 S 4th St, Douglas, WY 82633"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglas-WY-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('douglas-WY-bank-of-the-west'), mapOptions);}document.getElementById('f001068d').innerHTML += ' | View Map';var $l9c0cbce3e69c1b4079660639a9c21f40 = '

Bank of the West

Address: 240 S 4th St, Douglas, WY 82633
Phone: (307) 358-9010
';var m_9c0cbce3e69c1b4079660639a9c21f40 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_9c0cbce3e69c1b4079660639a9c21f40['infowindow'] = new google.maps.InfoWindow({content: $l9c0cbce3e69c1b4079660639a9c21f40});var infowindow = new google.maps.InfoWindow({content: $l9c0cbce3e69c1b4079660639a9c21f40});google.maps.event.addListener(m_9c0cbce3e69c1b4079660639a9c21f40, 'click', function() {infowindow.open(map,m_9c0cbce3e69c1b4079660639a9c21f40);});$marker.push(m_9c0cbce3e69c1b4079660639a9c21f40);}});}google.maps.event.addDomListener(window, 'load', initialize);