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.6659,-117.988)};var g_8c5bd49c9ff369f6c86d3dadcd90c3e7 = new google.maps.Geocoder();g_8c5bd49c9ff369f6c86d3dadcd90c3e7.geocode( { 'address': "20422 Beach Blvd #105, Huntington Beach, CA 92648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-patriot-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-patriot-home-mortgage'), mapOptions);}document.getElementById('c407be28').innerHTML += ' | View Map';var $l8c5bd49c9ff369f6c86d3dadcd90c3e7 = '

Patriot Home Mortgage

Address: 20422 Beach Blvd #105, Huntington Beach, CA 92648, USA
Phone: (714) 769-6494
';var m_8c5bd49c9ff369f6c86d3dadcd90c3e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patriot Home Mortgage',});m_8c5bd49c9ff369f6c86d3dadcd90c3e7['infowindow'] = new google.maps.InfoWindow({content: $l8c5bd49c9ff369f6c86d3dadcd90c3e7});var infowindow = new google.maps.InfoWindow({content: $l8c5bd49c9ff369f6c86d3dadcd90c3e7});google.maps.event.addListener(m_8c5bd49c9ff369f6c86d3dadcd90c3e7, 'click', function() {infowindow.open(map,m_8c5bd49c9ff369f6c86d3dadcd90c3e7);});$marker.push(m_8c5bd49c9ff369f6c86d3dadcd90c3e7);}});}google.maps.event.addDomListener(window, 'load', initialize);