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.1484,-118.461)};var g_4a1d89db8e9b8a4b278b3057336ab476 = new google.maps.Geocoder();g_4a1d89db8e9b8a4b278b3057336ab476.geocode( { 'address': "4520 Van Nuys Blvd, Sherman Oaks, CA 91403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sherman-oaks-CA-downey-savings-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('sherman-oaks-CA-downey-savings-loan-association'), mapOptions);}document.getElementById('c074b3c0').innerHTML += ' | View Map';var $l4a1d89db8e9b8a4b278b3057336ab476 = '

Downey Savings & Loan Association

Address: 4520 Van Nuys Blvd, Sherman Oaks, CA 91403
Phone: (818) 205-1760
';var m_4a1d89db8e9b8a4b278b3057336ab476 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Downey Savings & Loan Association',});m_4a1d89db8e9b8a4b278b3057336ab476['infowindow'] = new google.maps.InfoWindow({content: $l4a1d89db8e9b8a4b278b3057336ab476});var infowindow = new google.maps.InfoWindow({content: $l4a1d89db8e9b8a4b278b3057336ab476});google.maps.event.addListener(m_4a1d89db8e9b8a4b278b3057336ab476, 'click', function() {infowindow.open(map,m_4a1d89db8e9b8a4b278b3057336ab476);});$marker.push(m_4a1d89db8e9b8a4b278b3057336ab476);}});}google.maps.event.addDomListener(window, 'load', initialize);