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.9733,-118.244)};var g_9a15003757164c515ae32caef1bf2786 = new google.maps.Geocoder();g_9a15003757164c515ae32caef1bf2786.geocode( { 'address': "1722 Westwood Blvd, Los Angeles, CA 90024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-notary-by-metropolitan-realty').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-notary-by-metropolitan-realty'), mapOptions);}document.getElementById('1046da68').innerHTML += ' | View Map';var $l9a15003757164c515ae32caef1bf2786 = '

Notary by Metropolitan Realty

Address: 1722 Westwood Blvd, Los Angeles, CA 90024
Phone: (310) 475-7373
';var m_9a15003757164c515ae32caef1bf2786 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Notary by Metropolitan Realty',});m_9a15003757164c515ae32caef1bf2786['infowindow'] = new google.maps.InfoWindow({content: $l9a15003757164c515ae32caef1bf2786});var infowindow = new google.maps.InfoWindow({content: $l9a15003757164c515ae32caef1bf2786});google.maps.event.addListener(m_9a15003757164c515ae32caef1bf2786, 'click', function() {infowindow.open(map,m_9a15003757164c515ae32caef1bf2786);});$marker.push(m_9a15003757164c515ae32caef1bf2786);}});}google.maps.event.addDomListener(window, 'load', initialize);