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.8463,-116.989)};var g_a528dd5473a9ae51110dfe7e901fc2ba = new google.maps.Geocoder();g_a528dd5473a9ae51110dfe7e901fc2ba.geocode( { 'address': "9760 Mission Gorge Rd, Santee, CA 92071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santee-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('santee-CA-union-bank-of-california'), mapOptions);}document.getElementById('65968c56').innerHTML += ' | View Map';var $la528dd5473a9ae51110dfe7e901fc2ba = '

Union Bank of California

Address: 9760 Mission Gorge Rd, Santee, CA 92071
Phone: (619) 596-8267
';var m_a528dd5473a9ae51110dfe7e901fc2ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_a528dd5473a9ae51110dfe7e901fc2ba['infowindow'] = new google.maps.InfoWindow({content: $la528dd5473a9ae51110dfe7e901fc2ba});var infowindow = new google.maps.InfoWindow({content: $la528dd5473a9ae51110dfe7e901fc2ba});google.maps.event.addListener(m_a528dd5473a9ae51110dfe7e901fc2ba, 'click', function() {infowindow.open(map,m_a528dd5473a9ae51110dfe7e901fc2ba);});$marker.push(m_a528dd5473a9ae51110dfe7e901fc2ba);}});}google.maps.event.addDomListener(window, 'load', initialize);