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.5381,-110.114)};var g_a8608bf6c3bd2811624078f1e32a4447 = new google.maps.Geocoder();g_a8608bf6c3bd2811624078f1e32a4447.geocode( { 'address': "440 Budd Ave, Big Piney, WY 83113, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-piney-WY-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('big-piney-WY-bank-of-the-west'), mapOptions);}document.getElementById('9adae4ec').innerHTML += ' | View Map';var $la8608bf6c3bd2811624078f1e32a4447 = '

Bank of the West

Address: 440 Budd Ave, Big Piney, WY 83113, USA
Phone: (307) 276-3961
';var m_a8608bf6c3bd2811624078f1e32a4447 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_a8608bf6c3bd2811624078f1e32a4447['infowindow'] = new google.maps.InfoWindow({content: $la8608bf6c3bd2811624078f1e32a4447});var infowindow = new google.maps.InfoWindow({content: $la8608bf6c3bd2811624078f1e32a4447});google.maps.event.addListener(m_a8608bf6c3bd2811624078f1e32a4447, 'click', function() {infowindow.open(map,m_a8608bf6c3bd2811624078f1e32a4447);});$marker.push(m_a8608bf6c3bd2811624078f1e32a4447);}});}google.maps.event.addDomListener(window, 'load', initialize);