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(32.7478,-116.986)};var g_cd4bb35c75ba84b4f39e547b1416fd35 = new google.maps.Geocoder();g_cd4bb35c75ba84b4f39e547b1416fd35.geocode( { 'address': "9737 Campo Rd, Spring Valley, CA 91977, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-valley-CA-sdccu-atm').style.display = '';map = new google.maps.Map(document.getElementById('spring-valley-CA-sdccu-atm'), mapOptions);}document.getElementById('c3fe0c4f').innerHTML += ' | View Map';var $lcd4bb35c75ba84b4f39e547b1416fd35 = '

SDCCU ATM

Address: 9737 Campo Rd, Spring Valley, CA 91977, USA
Phone: (877) 732-2848
';var m_cd4bb35c75ba84b4f39e547b1416fd35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SDCCU ATM',});m_cd4bb35c75ba84b4f39e547b1416fd35['infowindow'] = new google.maps.InfoWindow({content: $lcd4bb35c75ba84b4f39e547b1416fd35});var infowindow = new google.maps.InfoWindow({content: $lcd4bb35c75ba84b4f39e547b1416fd35});google.maps.event.addListener(m_cd4bb35c75ba84b4f39e547b1416fd35, 'click', function() {infowindow.open(map,m_cd4bb35c75ba84b4f39e547b1416fd35);});$marker.push(m_cd4bb35c75ba84b4f39e547b1416fd35);}});}google.maps.event.addDomListener(window, 'load', initialize);