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.6015,-117.712)};var g_fe0e853107eb2c14b52313d3df67632d = new google.maps.Geocoder();g_fe0e853107eb2c14b52313d3df67632d.geocode( { 'address': "23511 Paseo De Valencia, Laguna Hills, CA 92653"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-hills-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('laguna-hills-CA-union-bank-of-california'), mapOptions);}document.getElementById('cefc4773').innerHTML += ' | View Map';var $lfe0e853107eb2c14b52313d3df67632d = '

Union Bank of California

Address: 23511 Paseo De Valencia, Laguna Hills, CA 92653
Phone: (949) 830-3200
';var m_fe0e853107eb2c14b52313d3df67632d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_fe0e853107eb2c14b52313d3df67632d['infowindow'] = new google.maps.InfoWindow({content: $lfe0e853107eb2c14b52313d3df67632d});var infowindow = new google.maps.InfoWindow({content: $lfe0e853107eb2c14b52313d3df67632d});google.maps.event.addListener(m_fe0e853107eb2c14b52313d3df67632d, 'click', function() {infowindow.open(map,m_fe0e853107eb2c14b52313d3df67632d);});$marker.push(m_fe0e853107eb2c14b52313d3df67632d);}});}google.maps.event.addDomListener(window, 'load', initialize);