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.8205,-117.81)};var g_08c71f29e2d910c35efcb9b5ed4e9bf8 = new google.maps.Geocoder();g_08c71f29e2d910c35efcb9b5ed4e9bf8.geocode( { 'address': "17769 Santiago Blvd, Villa Park, CA 92861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-park-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('villa-park-CA-union-bank'), mapOptions);}document.getElementById('f77bfc91').innerHTML += ' | View Map';var $l08c71f29e2d910c35efcb9b5ed4e9bf8 = '

Union Bank

Address: 17769 Santiago Blvd, Villa Park, CA 92861
Phone: (714) 974-3146
';var m_08c71f29e2d910c35efcb9b5ed4e9bf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_08c71f29e2d910c35efcb9b5ed4e9bf8['infowindow'] = new google.maps.InfoWindow({content: $l08c71f29e2d910c35efcb9b5ed4e9bf8});var infowindow = new google.maps.InfoWindow({content: $l08c71f29e2d910c35efcb9b5ed4e9bf8});google.maps.event.addListener(m_08c71f29e2d910c35efcb9b5ed4e9bf8, 'click', function() {infowindow.open(map,m_08c71f29e2d910c35efcb9b5ed4e9bf8);});$marker.push(m_08c71f29e2d910c35efcb9b5ed4e9bf8);}});}google.maps.event.addDomListener(window, 'load', initialize);