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.7733,-117.868)};var g_325a09bfc61a2bf28c271d89bf6a5d7d = new google.maps.Geocoder();g_325a09bfc61a2bf28c271d89bf6a5d7d.geocode( { 'address': "2700 N Main St #100, Santa Ana, CA 92705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-wells-fargo-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-wells-fargo-bank-atm'), mapOptions);}document.getElementById('26eb4845').innerHTML += ' | View Map';var $l325a09bfc61a2bf28c271d89bf6a5d7d = '

Wells Fargo Bank ATM

Address: 2700 N Main St #100, Santa Ana, CA 92705, USA
Phone: (800) 869-3557
';var m_325a09bfc61a2bf28c271d89bf6a5d7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank ATM',});m_325a09bfc61a2bf28c271d89bf6a5d7d['infowindow'] = new google.maps.InfoWindow({content: $l325a09bfc61a2bf28c271d89bf6a5d7d});var infowindow = new google.maps.InfoWindow({content: $l325a09bfc61a2bf28c271d89bf6a5d7d});google.maps.event.addListener(m_325a09bfc61a2bf28c271d89bf6a5d7d, 'click', function() {infowindow.open(map,m_325a09bfc61a2bf28c271d89bf6a5d7d);});$marker.push(m_325a09bfc61a2bf28c271d89bf6a5d7d);}});}google.maps.event.addDomListener(window, 'load', initialize);