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.1019,-118.057)};var g_137b7c791204ff4ccab2a7c63462123e = new google.maps.Geocoder();g_137b7c791204ff4ccab2a7c63462123e.geocode( { 'address': "9635 Las Tunas Dr, Temple City, CA 91780"}, 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('d05ebdc8').innerHTML += ' | View Map';var $l137b7c791204ff4ccab2a7c63462123e = '

Wells Fargo Bank

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