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.134,-111.242)};var g_f1d28af8c8d21575eb00e70075b5d1de = new google.maps.Geocoder();g_f1d28af8c8d21575eb00e70075b5d1de.geocode( { 'address': "97 S Main St, Tuba City, AZ 86045"}, 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('aad1db29').innerHTML += ' | View Map';var $lf1d28af8c8d21575eb00e70075b5d1de = '

Wells Fargo Bank

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