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

Academy Mortgage - Huntington Beach

Address: 20422 Beach Blvd #325, Huntington Beach, CA 92648, USA
Phone: (562) 430-8280
';var m_1846568d5a791a321a2b27eb5734dded = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Huntington Beach',});m_1846568d5a791a321a2b27eb5734dded['infowindow'] = new google.maps.InfoWindow({content: $l1846568d5a791a321a2b27eb5734dded});var infowindow = new google.maps.InfoWindow({content: $l1846568d5a791a321a2b27eb5734dded});google.maps.event.addListener(m_1846568d5a791a321a2b27eb5734dded, 'click', function() {infowindow.open(map,m_1846568d5a791a321a2b27eb5734dded);});$marker.push(m_1846568d5a791a321a2b27eb5734dded);}});}google.maps.event.addDomListener(window, 'load', initialize);