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.1724,-109.589)};var g_d237300c51703c724af3c76474828fb2 = new google.maps.Geocoder();g_d237300c51703c724af3c76474828fb2.geocode( { 'address': "HIGHWAY 191, Chinle, AZ 86503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chinle-AZ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('chinle-AZ-wells-fargo-bank'), mapOptions);}document.getElementById('90aa7882').innerHTML += ' | View Map';var $ld237300c51703c724af3c76474828fb2 = '

Wells Fargo Bank

Address: HIGHWAY 191, Chinle, AZ 86503, USA
Phone: (928) 674-3423
';var m_d237300c51703c724af3c76474828fb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d237300c51703c724af3c76474828fb2['infowindow'] = new google.maps.InfoWindow({content: $ld237300c51703c724af3c76474828fb2});var infowindow = new google.maps.InfoWindow({content: $ld237300c51703c724af3c76474828fb2});google.maps.event.addListener(m_d237300c51703c724af3c76474828fb2, 'click', function() {infowindow.open(map,m_d237300c51703c724af3c76474828fb2);});$marker.push(m_d237300c51703c724af3c76474828fb2);}});}google.maps.event.addDomListener(window, 'load', initialize);