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(33.9859,-117.872)};var g_e903c166f2335f821f495e4419b4821b = new google.maps.Geocoder();g_e903c166f2335f821f495e4419b4821b.geocode( { 'address': "19708 Colima Rd, Rowland Heights, CA 91748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rowland-heights-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('rowland-heights-CA-wells-fargo-bank'), mapOptions);}document.getElementById('6cd335b5').innerHTML += ' | View Map';var $le903c166f2335f821f495e4419b4821b = '

Wells Fargo Bank

Address: 19708 Colima Rd, Rowland Heights, CA 91748, USA
Phone: (909) 839-1460
';var m_e903c166f2335f821f495e4419b4821b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_e903c166f2335f821f495e4419b4821b['infowindow'] = new google.maps.InfoWindow({content: $le903c166f2335f821f495e4419b4821b});var infowindow = new google.maps.InfoWindow({content: $le903c166f2335f821f495e4419b4821b});google.maps.event.addListener(m_e903c166f2335f821f495e4419b4821b, 'click', function() {infowindow.open(map,m_e903c166f2335f821f495e4419b4821b);});$marker.push(m_e903c166f2335f821f495e4419b4821b);}});}google.maps.event.addDomListener(window, 'load', initialize);