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(36.1242,-111.236)};var g_a58ef3d35365551de7273ab210fe3d68 = new google.maps.Geocoder();g_a58ef3d35365551de7273ab210fe3d68.geocode( { 'address': "97 Main St, Tuba City, AZ 86045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuba-city-AZ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('tuba-city-AZ-wells-fargo-bank'), mapOptions);}document.getElementById('c09999f2').innerHTML += ' | View Map';var $la58ef3d35365551de7273ab210fe3d68 = '

Wells Fargo Bank

Address: 97 Main St, Tuba City, AZ 86045, USA
Phone: (928) 283-4552
';var m_a58ef3d35365551de7273ab210fe3d68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a58ef3d35365551de7273ab210fe3d68['infowindow'] = new google.maps.InfoWindow({content: $la58ef3d35365551de7273ab210fe3d68});var infowindow = new google.maps.InfoWindow({content: $la58ef3d35365551de7273ab210fe3d68});google.maps.event.addListener(m_a58ef3d35365551de7273ab210fe3d68, 'click', function() {infowindow.open(map,m_a58ef3d35365551de7273ab210fe3d68);});$marker.push(m_a58ef3d35365551de7273ab210fe3d68);}});}google.maps.event.addDomListener(window, 'load', initialize);