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.2405,-118.588)};var g_84543ef19503939d36bf0cda6d512ffd = new google.maps.Geocoder();g_84543ef19503939d36bf0cda6d512ffd.geocode( { 'address': "9350 De Soto Ave, Chatsworth, CA 91311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-national-notary-association').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-national-notary-association'), mapOptions);}document.getElementById('75a8924b').innerHTML += ' | View Map';var $l84543ef19503939d36bf0cda6d512ffd = '

National Notary Association

Address: 9350 De Soto Ave, Chatsworth, CA 91311, USA
Phone: (800) 876-6827
';var m_84543ef19503939d36bf0cda6d512ffd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Notary Association',});m_84543ef19503939d36bf0cda6d512ffd['infowindow'] = new google.maps.InfoWindow({content: $l84543ef19503939d36bf0cda6d512ffd});var infowindow = new google.maps.InfoWindow({content: $l84543ef19503939d36bf0cda6d512ffd});google.maps.event.addListener(m_84543ef19503939d36bf0cda6d512ffd, 'click', function() {infowindow.open(map,m_84543ef19503939d36bf0cda6d512ffd);});$marker.push(m_84543ef19503939d36bf0cda6d512ffd);}});}google.maps.event.addDomListener(window, 'load', initialize);