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.072,-118.391)};var g_7e38d7dab51e1625a3d3622296b8e75c = new google.maps.Geocoder();g_7e38d7dab51e1625a3d3622296b8e75c.geocode( { 'address': "9107 Wilshire Blvd, Beverly Hills, CA 90210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-CA-first-commonwealth-of-california').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-CA-first-commonwealth-of-california'), mapOptions);}document.getElementById('9d7c982c').innerHTML += ' | View Map';var $l7e38d7dab51e1625a3d3622296b8e75c = '

First Commonwealth of California

Address: 9107 Wilshire Blvd, Beverly Hills, CA 90210
Phone: (310) 461-3582
';var m_7e38d7dab51e1625a3d3622296b8e75c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Commonwealth of California',});m_7e38d7dab51e1625a3d3622296b8e75c['infowindow'] = new google.maps.InfoWindow({content: $l7e38d7dab51e1625a3d3622296b8e75c});var infowindow = new google.maps.InfoWindow({content: $l7e38d7dab51e1625a3d3622296b8e75c});google.maps.event.addListener(m_7e38d7dab51e1625a3d3622296b8e75c, 'click', function() {infowindow.open(map,m_7e38d7dab51e1625a3d3622296b8e75c);});$marker.push(m_7e38d7dab51e1625a3d3622296b8e75c);}});}google.maps.event.addDomListener(window, 'load', initialize);