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.1446,-118.39)};var g_b5280e06d32aafdfebb9d93393c92d23 = new google.maps.Geocoder();g_b5280e06d32aafdfebb9d93393c92d23.geocode( { 'address': "12185 Ventura Blvd, Studio City, CA 91604"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('studio-city-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('studio-city-CA-union-bank'), mapOptions);}document.getElementById('00882d42').innerHTML += ' | View Map';var $lb5280e06d32aafdfebb9d93393c92d23 = '

Union Bank

Address: 12185 Ventura Blvd, Studio City, CA 91604
Phone: (818) 755-0180
';var m_b5280e06d32aafdfebb9d93393c92d23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_b5280e06d32aafdfebb9d93393c92d23['infowindow'] = new google.maps.InfoWindow({content: $lb5280e06d32aafdfebb9d93393c92d23});var infowindow = new google.maps.InfoWindow({content: $lb5280e06d32aafdfebb9d93393c92d23});google.maps.event.addListener(m_b5280e06d32aafdfebb9d93393c92d23, 'click', function() {infowindow.open(map,m_b5280e06d32aafdfebb9d93393c92d23);});$marker.push(m_b5280e06d32aafdfebb9d93393c92d23);}});}google.maps.event.addDomListener(window, 'load', initialize);