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.715,-117.99)};var g_a526c81987bf46b9486fec153d894dfb = new google.maps.Geocoder();g_a526c81987bf46b9486fec153d894dfb.geocode( { 'address': "17011 Beach Blvd Ste 900, Huntington Beach, CA 92647, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-guaranteed-rate-of-huntington-beach').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-guaranteed-rate-of-huntington-beach'), mapOptions);}document.getElementById('bbdcd803').innerHTML += ' | View Map';var $la526c81987bf46b9486fec153d894dfb = '

Guaranteed Rate of Huntington Beach

Address: 17011 Beach Blvd Ste 900, Huntington Beach, CA 92647, USA
Phone: (714) 868-5858
';var m_a526c81987bf46b9486fec153d894dfb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Huntington Beach',});m_a526c81987bf46b9486fec153d894dfb['infowindow'] = new google.maps.InfoWindow({content: $la526c81987bf46b9486fec153d894dfb});var infowindow = new google.maps.InfoWindow({content: $la526c81987bf46b9486fec153d894dfb});google.maps.event.addListener(m_a526c81987bf46b9486fec153d894dfb, 'click', function() {infowindow.open(map,m_a526c81987bf46b9486fec153d894dfb);});$marker.push(m_a526c81987bf46b9486fec153d894dfb);}});}google.maps.event.addDomListener(window, 'load', initialize);