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.123,-118.104)};var g_f3cc924163197046007f3d1aad867daa = new google.maps.Geocoder();g_f3cc924163197046007f3d1aad867daa.geocode( { 'address': "2355 Huntington Dr, San Marino, CA 91108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-marino-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-marino-CA-wells-fargo-bank'), mapOptions);}document.getElementById('5b7ea1aa').innerHTML += ' | View Map';var $lf3cc924163197046007f3d1aad867daa = '

Wells Fargo Bank

Address: 2355 Huntington Dr, San Marino, CA 91108, USA
Phone: (626) 795-3294
';var m_f3cc924163197046007f3d1aad867daa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f3cc924163197046007f3d1aad867daa['infowindow'] = new google.maps.InfoWindow({content: $lf3cc924163197046007f3d1aad867daa});var infowindow = new google.maps.InfoWindow({content: $lf3cc924163197046007f3d1aad867daa});google.maps.event.addListener(m_f3cc924163197046007f3d1aad867daa, 'click', function() {infowindow.open(map,m_f3cc924163197046007f3d1aad867daa);});$marker.push(m_f3cc924163197046007f3d1aad867daa);}});}google.maps.event.addDomListener(window, 'load', initialize);