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.7523,-117.854)};var g_3af7f46272a016915551cac327041001 = new google.maps.Geocoder();g_3af7f46272a016915551cac327041001.geocode( { 'address': "2840 S Bristol St, Santa Ana, CA 92704"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-downey-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-downey-savings-loan-association'), mapOptions);}document.getElementById('93d2ce99').innerHTML += ' | View Map';var $l3af7f46272a016915551cac327041001 = '

Downey Savings & Loan Association

Address: 2840 S Bristol St, Santa Ana, CA 92704
Phone: (714) 427-6186
';var m_3af7f46272a016915551cac327041001 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Downey Savings & Loan Association',});m_3af7f46272a016915551cac327041001['infowindow'] = new google.maps.InfoWindow({content: $l3af7f46272a016915551cac327041001});var infowindow = new google.maps.InfoWindow({content: $l3af7f46272a016915551cac327041001});google.maps.event.addListener(m_3af7f46272a016915551cac327041001, 'click', function() {infowindow.open(map,m_3af7f46272a016915551cac327041001);});$marker.push(m_3af7f46272a016915551cac327041001);}});}google.maps.event.addDomListener(window, 'load', initialize);