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.9156,-111.001)};var g_1cb6f99bf9adca74f84a17f6e5498bd6 = new google.maps.Geocoder();g_1cb6f99bf9adca74f84a17f6e5498bd6.geocode( { 'address': "116 S Main St, Thayne, WY 83127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thayne-WY-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('thayne-WY-wells-fargo-bank'), mapOptions);}document.getElementById('8211fbd9').innerHTML += ' | View Map';var $l1cb6f99bf9adca74f84a17f6e5498bd6 = '

Wells Fargo Bank

Address: 116 S Main St, Thayne, WY 83127, USA
Phone: (307) 883-3464
';var m_1cb6f99bf9adca74f84a17f6e5498bd6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1cb6f99bf9adca74f84a17f6e5498bd6['infowindow'] = new google.maps.InfoWindow({content: $l1cb6f99bf9adca74f84a17f6e5498bd6});var infowindow = new google.maps.InfoWindow({content: $l1cb6f99bf9adca74f84a17f6e5498bd6});google.maps.event.addListener(m_1cb6f99bf9adca74f84a17f6e5498bd6, 'click', function() {infowindow.open(map,m_1cb6f99bf9adca74f84a17f6e5498bd6);});$marker.push(m_1cb6f99bf9adca74f84a17f6e5498bd6);}});}google.maps.event.addDomListener(window, 'load', initialize);