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(38.5544,-109.524)};var g_1b05a2ecf8337ad29a58c81375232b1a = new google.maps.Geocoder();g_1b05a2ecf8337ad29a58c81375232b1a.geocode( { 'address': "4 N Main St, Moab, UT 84532"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moab-UT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('moab-UT-wells-fargo-bank'), mapOptions);}document.getElementById('f5205c57').innerHTML += ' | View Map';var $l1b05a2ecf8337ad29a58c81375232b1a = '

Wells Fargo Bank

Address: 4 N Main St, Moab, UT 84532
Phone: (435) 719-2700
';var m_1b05a2ecf8337ad29a58c81375232b1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_1b05a2ecf8337ad29a58c81375232b1a['infowindow'] = new google.maps.InfoWindow({content: $l1b05a2ecf8337ad29a58c81375232b1a});var infowindow = new google.maps.InfoWindow({content: $l1b05a2ecf8337ad29a58c81375232b1a});google.maps.event.addListener(m_1b05a2ecf8337ad29a58c81375232b1a, 'click', function() {infowindow.open(map,m_1b05a2ecf8337ad29a58c81375232b1a);});$marker.push(m_1b05a2ecf8337ad29a58c81375232b1a);}});}google.maps.event.addDomListener(window, 'load', initialize);