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(43.1095,-110.283)};var g_6c468ec5a41d65815de23ec1d08d7951 = new google.maps.Geocoder();g_6c468ec5a41d65815de23ec1d08d7951.geocode( { 'address': "695 Parkway Dr, Mountain View, WY 82939, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mountain-view-WY-uinta-bank').style.display = '';map = new google.maps.Map(document.getElementById('mountain-view-WY-uinta-bank'), mapOptions);}document.getElementById('b7c9f91f').innerHTML += ' | View Map';var $l6c468ec5a41d65815de23ec1d08d7951 = '

Uinta Bank

Address: 695 Parkway Dr, Mountain View, WY 82939, USA
Phone: (307) 782-7406
';var m_6c468ec5a41d65815de23ec1d08d7951 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Uinta Bank',});m_6c468ec5a41d65815de23ec1d08d7951['infowindow'] = new google.maps.InfoWindow({content: $l6c468ec5a41d65815de23ec1d08d7951});var infowindow = new google.maps.InfoWindow({content: $l6c468ec5a41d65815de23ec1d08d7951});google.maps.event.addListener(m_6c468ec5a41d65815de23ec1d08d7951, 'click', function() {infowindow.open(map,m_6c468ec5a41d65815de23ec1d08d7951);});$marker.push(m_6c468ec5a41d65815de23ec1d08d7951);}});}google.maps.event.addDomListener(window, 'load', initialize);