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.7415,-118.041)};var g_f35a1d648842d9a94ba08e1049ddde6c = new google.maps.Geocoder();g_f35a1d648842d9a94ba08e1049ddde6c.geocode( { 'address': "5011 Argosy Ave #3, Huntington Beach, CA 92649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-law-office-of-christine-a-kingston').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-law-office-of-christine-a-kingston'), mapOptions);}document.getElementById('3370a005').innerHTML += ' | View Map';var $lf35a1d648842d9a94ba08e1049ddde6c = '

Law Office of Christine A. Kingston

Address: 5011 Argosy Ave #3, Huntington Beach, CA 92649, USA
Phone: (877) 631-2220
';var m_f35a1d648842d9a94ba08e1049ddde6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Office of Christine A. Kingston',});m_f35a1d648842d9a94ba08e1049ddde6c['infowindow'] = new google.maps.InfoWindow({content: $lf35a1d648842d9a94ba08e1049ddde6c});var infowindow = new google.maps.InfoWindow({content: $lf35a1d648842d9a94ba08e1049ddde6c});google.maps.event.addListener(m_f35a1d648842d9a94ba08e1049ddde6c, 'click', function() {infowindow.open(map,m_f35a1d648842d9a94ba08e1049ddde6c);});$marker.push(m_f35a1d648842d9a94ba08e1049ddde6c);}});}google.maps.event.addDomListener(window, 'load', initialize);