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.2796,-118.87)};var g_731d7f5490a6e7b524a9f2dba421edbf = new google.maps.Geocoder();g_731d7f5490a6e7b524a9f2dba421edbf.geocode( { 'address': "301 Science Dr #280, Moorpark, CA 93021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moorpark-CA-simplefy-inc').style.display = '';map = new google.maps.Map(document.getElementById('moorpark-CA-simplefy-inc'), mapOptions);}document.getElementById('0187271b').innerHTML += ' | View Map';var $l731d7f5490a6e7b524a9f2dba421edbf = '

Simplefy, Inc.

Address: 301 Science Dr #280, Moorpark, CA 93021, USA
Phone: (888) 341-2999
';var m_731d7f5490a6e7b524a9f2dba421edbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simplefy, Inc.',});m_731d7f5490a6e7b524a9f2dba421edbf['infowindow'] = new google.maps.InfoWindow({content: $l731d7f5490a6e7b524a9f2dba421edbf});var infowindow = new google.maps.InfoWindow({content: $l731d7f5490a6e7b524a9f2dba421edbf});google.maps.event.addListener(m_731d7f5490a6e7b524a9f2dba421edbf, 'click', function() {infowindow.open(map,m_731d7f5490a6e7b524a9f2dba421edbf);});$marker.push(m_731d7f5490a6e7b524a9f2dba421edbf);}});}google.maps.event.addDomListener(window, 'load', initialize);