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(34.107,-118.06)};var g_d629a225c1a51456b55e4a2b506f2847 = new google.maps.Geocoder();g_d629a225c1a51456b55e4a2b506f2847.geocode( { 'address': "9635 E Las Tunas Dr, Temple City, CA 91780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-city-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('temple-city-CA-wells-fargo-bank'), mapOptions);}document.getElementById('ea19438d').innerHTML += ' | View Map';var $ld629a225c1a51456b55e4a2b506f2847 = '

Wells Fargo Bank

Address: 9635 E Las Tunas Dr, Temple City, CA 91780, USA
Phone: (626) 237-5060
';var m_d629a225c1a51456b55e4a2b506f2847 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_d629a225c1a51456b55e4a2b506f2847['infowindow'] = new google.maps.InfoWindow({content: $ld629a225c1a51456b55e4a2b506f2847});var infowindow = new google.maps.InfoWindow({content: $ld629a225c1a51456b55e4a2b506f2847});google.maps.event.addListener(m_d629a225c1a51456b55e4a2b506f2847, 'click', function() {infowindow.open(map,m_d629a225c1a51456b55e4a2b506f2847);});$marker.push(m_d629a225c1a51456b55e4a2b506f2847);}});}google.maps.event.addDomListener(window, 'load', initialize);