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.7226,-117.165)};var g_bc1af3c20752ff6027681511bb0d1cfc = new google.maps.Geocoder();g_bc1af3c20752ff6027681511bb0d1cfc.geocode( { 'address': "215 W Market St, San Diego, CA 92101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-union-bank-of-caliornia').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-union-bank-of-caliornia'), mapOptions);}document.getElementById('87b9de60').innerHTML += ' | View Map';var $lbc1af3c20752ff6027681511bb0d1cfc = '

Union Bank of Caliornia

Address: 215 W Market St, San Diego, CA 92101
Phone: (619) 231-8803
';var m_bc1af3c20752ff6027681511bb0d1cfc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of Caliornia',});m_bc1af3c20752ff6027681511bb0d1cfc['infowindow'] = new google.maps.InfoWindow({content: $lbc1af3c20752ff6027681511bb0d1cfc});var infowindow = new google.maps.InfoWindow({content: $lbc1af3c20752ff6027681511bb0d1cfc});google.maps.event.addListener(m_bc1af3c20752ff6027681511bb0d1cfc, 'click', function() {infowindow.open(map,m_bc1af3c20752ff6027681511bb0d1cfc);});$marker.push(m_bc1af3c20752ff6027681511bb0d1cfc);}});}google.maps.event.addDomListener(window, 'load', initialize);