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(33.7841,-117.843)};var g_b0e65950bb01355463e3a38354d9f334 = new google.maps.Geocoder();g_b0e65950bb01355463e3a38354d9f334.geocode( { 'address': "500 S Main St, STE 320, Orange, CA 92868"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('orange-CA-union-bank-of-california'), mapOptions);}document.getElementById('b873fab4').innerHTML += ' | View Map';var $lb0e65950bb01355463e3a38354d9f334 = '

Union Bank of California

Address: 500 S Main St, STE 320, Orange, CA 92868
Phone: (714) 565-5500
';var m_b0e65950bb01355463e3a38354d9f334 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_b0e65950bb01355463e3a38354d9f334['infowindow'] = new google.maps.InfoWindow({content: $lb0e65950bb01355463e3a38354d9f334});var infowindow = new google.maps.InfoWindow({content: $lb0e65950bb01355463e3a38354d9f334});google.maps.event.addListener(m_b0e65950bb01355463e3a38354d9f334, 'click', function() {infowindow.open(map,m_b0e65950bb01355463e3a38354d9f334);});$marker.push(m_b0e65950bb01355463e3a38354d9f334);}});}google.maps.event.addDomListener(window, 'load', initialize);