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(34.0122,-117.743)};var g_df4673a509a7d64a07dcbd82fd149d01 = new google.maps.Geocoder();g_df4673a509a7d64a07dcbd82fd149d01.geocode( { 'address': "13225 Peyton Dr, Chino Hills, CA 91709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chino-hills-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('chino-hills-CA-union-bank'), mapOptions);}document.getElementById('3bb0b724').innerHTML += ' | View Map';var $ldf4673a509a7d64a07dcbd82fd149d01 = '

Union Bank

Address: 13225 Peyton Dr, Chino Hills, CA 91709, USA
Phone: (909) 517-1805
';var m_df4673a509a7d64a07dcbd82fd149d01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_df4673a509a7d64a07dcbd82fd149d01['infowindow'] = new google.maps.InfoWindow({content: $ldf4673a509a7d64a07dcbd82fd149d01});var infowindow = new google.maps.InfoWindow({content: $ldf4673a509a7d64a07dcbd82fd149d01});google.maps.event.addListener(m_df4673a509a7d64a07dcbd82fd149d01, 'click', function() {infowindow.open(map,m_df4673a509a7d64a07dcbd82fd149d01);});$marker.push(m_df4673a509a7d64a07dcbd82fd149d01);}});}google.maps.event.addDomListener(window, 'load', initialize);