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.7889,-107.199)};var g_353d2a0cb85fa051437db6690dd16e91 = new google.maps.Geocoder();g_353d2a0cb85fa051437db6690dd16e91.geocode( { 'address': "220 4th St, Rawlins, WY 82301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rawlins-WY-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('rawlins-WY-bank-of-the-west'), mapOptions);}document.getElementById('18bc681d').innerHTML += ' | View Map';var $l353d2a0cb85fa051437db6690dd16e91 = '

Bank of the West

Address: 220 4th St, Rawlins, WY 82301
Phone: (307) 324-3475
';var m_353d2a0cb85fa051437db6690dd16e91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_353d2a0cb85fa051437db6690dd16e91['infowindow'] = new google.maps.InfoWindow({content: $l353d2a0cb85fa051437db6690dd16e91});var infowindow = new google.maps.InfoWindow({content: $l353d2a0cb85fa051437db6690dd16e91});google.maps.event.addListener(m_353d2a0cb85fa051437db6690dd16e91, 'click', function() {infowindow.open(map,m_353d2a0cb85fa051437db6690dd16e91);});$marker.push(m_353d2a0cb85fa051437db6690dd16e91);}});}google.maps.event.addDomListener(window, 'load', initialize);