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.1546,-118.758)};var g_2421aad02037f1b68a671e7c47839f07 = new google.maps.Geocoder();g_2421aad02037f1b68a671e7c47839f07.geocode( { 'address': "29015 Thousand Oaks Blvd, Agoura Hills, CA 91301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agoura-hills-CA-unionbank').style.display = '';map = new google.maps.Map(document.getElementById('agoura-hills-CA-unionbank'), mapOptions);}document.getElementById('a0264c74').innerHTML += ' | View Map';var $l2421aad02037f1b68a671e7c47839f07 = '

UnionBank

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