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.7493,-116.987)};var g_7165e56b8b6dfa5a1c6a7631907fbb35 = new google.maps.Geocoder();g_7165e56b8b6dfa5a1c6a7631907fbb35.geocode( { 'address': "9846 Campo Rd, Spring Valley, CA 91977"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-valley-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('spring-valley-CA-union-bank-of-california'), mapOptions);}document.getElementById('baa06d19').innerHTML += ' | View Map';var $l7165e56b8b6dfa5a1c6a7631907fbb35 = '

Union Bank of California

Address: 9846 Campo Rd, Spring Valley, CA 91977
Phone: (619) 461-9660
';var m_7165e56b8b6dfa5a1c6a7631907fbb35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_7165e56b8b6dfa5a1c6a7631907fbb35['infowindow'] = new google.maps.InfoWindow({content: $l7165e56b8b6dfa5a1c6a7631907fbb35});var infowindow = new google.maps.InfoWindow({content: $l7165e56b8b6dfa5a1c6a7631907fbb35});google.maps.event.addListener(m_7165e56b8b6dfa5a1c6a7631907fbb35, 'click', function() {infowindow.open(map,m_7165e56b8b6dfa5a1c6a7631907fbb35);});$marker.push(m_7165e56b8b6dfa5a1c6a7631907fbb35);}});}google.maps.event.addDomListener(window, 'load', initialize);