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.9866,-117.683)};var g_09c404d318330c48e3f18bbefcb4a53f = new google.maps.Geocoder();g_09c404d318330c48e3f18bbefcb4a53f.geocode( { 'address': "2569 Chino Hills Pkwy, Chino Hills, CA 91709"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chino-hills-CA-union-bank-of-california').style.display = '';map = new google.maps.Map(document.getElementById('chino-hills-CA-union-bank-of-california'), mapOptions);}document.getElementById('d1800913').innerHTML += ' | View Map';var $l09c404d318330c48e3f18bbefcb4a53f = '

Union Bank of California

Address: 2569 Chino Hills Pkwy, Chino Hills, CA 91709
Phone: (909) 393-3580
';var m_09c404d318330c48e3f18bbefcb4a53f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank of California',});m_09c404d318330c48e3f18bbefcb4a53f['infowindow'] = new google.maps.InfoWindow({content: $l09c404d318330c48e3f18bbefcb4a53f});var infowindow = new google.maps.InfoWindow({content: $l09c404d318330c48e3f18bbefcb4a53f});google.maps.event.addListener(m_09c404d318330c48e3f18bbefcb4a53f, 'click', function() {infowindow.open(map,m_09c404d318330c48e3f18bbefcb4a53f);});$marker.push(m_09c404d318330c48e3f18bbefcb4a53f);}});}google.maps.event.addDomListener(window, 'load', initialize);