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.1445,-118.76)};var g_ddd580fa02bd7a37592bca4068165e0e = new google.maps.Geocoder();g_ddd580fa02bd7a37592bca4068165e0e.geocode( { 'address': "29015 Thousand Oaks Blvd, Agoura Hills, CA 91301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agoura-hills-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('agoura-hills-CA-union-bank'), mapOptions);}document.getElementById('20c20974').innerHTML += ' | View Map';var $lddd580fa02bd7a37592bca4068165e0e = '

Union Bank

Address: 29015 Thousand Oaks Blvd, Agoura Hills, CA 91301
Phone: (818) 706-4848
';var m_ddd580fa02bd7a37592bca4068165e0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_ddd580fa02bd7a37592bca4068165e0e['infowindow'] = new google.maps.InfoWindow({content: $lddd580fa02bd7a37592bca4068165e0e});var infowindow = new google.maps.InfoWindow({content: $lddd580fa02bd7a37592bca4068165e0e});google.maps.event.addListener(m_ddd580fa02bd7a37592bca4068165e0e, 'click', function() {infowindow.open(map,m_ddd580fa02bd7a37592bca4068165e0e);});$marker.push(m_ddd580fa02bd7a37592bca4068165e0e);}});}google.maps.event.addDomListener(window, 'load', initialize);