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.7739,-117.938)};var g_699541f833ca8faa1bd26fe17facb267 = new google.maps.Geocoder();g_699541f833ca8faa1bd26fe17facb267.geocode( { 'address': "13030 Euclid St, Garden Grove, CA 92843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-grove-CA-informative-research').style.display = '';map = new google.maps.Map(document.getElementById('garden-grove-CA-informative-research'), mapOptions);}document.getElementById('342e3fd1').innerHTML += ' | View Map';var $l699541f833ca8faa1bd26fe17facb267 = '

Informative Research

Address: 13030 Euclid St, Garden Grove, CA 92843, USA
Phone: (714) 692-0227
';var m_699541f833ca8faa1bd26fe17facb267 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Informative Research',});m_699541f833ca8faa1bd26fe17facb267['infowindow'] = new google.maps.InfoWindow({content: $l699541f833ca8faa1bd26fe17facb267});var infowindow = new google.maps.InfoWindow({content: $l699541f833ca8faa1bd26fe17facb267});google.maps.event.addListener(m_699541f833ca8faa1bd26fe17facb267, 'click', function() {infowindow.open(map,m_699541f833ca8faa1bd26fe17facb267);});$marker.push(m_699541f833ca8faa1bd26fe17facb267);}});}google.maps.event.addDomListener(window, 'load', initialize);