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()};var g_c326d7b6f30913a73ca347c490b0e465 = new google.maps.Geocoder();g_c326d7b6f30913a73ca347c490b0e465.geocode( { 'address': "15430 Valley Blvd, City Industry, CA 91746"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-industry-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('city-industry-CA-wells-fargo-bank'), mapOptions);}document.getElementById('255daa28').innerHTML += ' | View Map';var $lc326d7b6f30913a73ca347c490b0e465 = '

Wells Fargo Bank

Address: 15430 Valley Blvd, City Industry, CA 91746
Phone: (626) 934-1700
';var m_c326d7b6f30913a73ca347c490b0e465 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_c326d7b6f30913a73ca347c490b0e465['infowindow'] = new google.maps.InfoWindow({content: $lc326d7b6f30913a73ca347c490b0e465});var infowindow = new google.maps.InfoWindow({content: $lc326d7b6f30913a73ca347c490b0e465});google.maps.event.addListener(m_c326d7b6f30913a73ca347c490b0e465, 'click', function() {infowindow.open(map,m_c326d7b6f30913a73ca347c490b0e465);});$marker.push(m_c326d7b6f30913a73ca347c490b0e465);}});}google.maps.event.addDomListener(window, 'load', initialize);