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.7523,-117.854)};var g_fc5c2a607f27cfe17e9f699230418a2e = new google.maps.Geocoder();g_fc5c2a607f27cfe17e9f699230418a2e.geocode( { 'address': "12241 Newport Ave, Santa Ana, CA 92705"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-frost-mortgage-loans').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-frost-mortgage-loans'), mapOptions);}document.getElementById('23bbe367').innerHTML += ' | View Map';var $lfc5c2a607f27cfe17e9f699230418a2e = '

Frost Mortgage Loans

Address: 12241 Newport Ave, Santa Ana, CA 92705
Phone: (949) 584-8865
';var m_fc5c2a607f27cfe17e9f699230418a2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Mortgage Loans',});m_fc5c2a607f27cfe17e9f699230418a2e['infowindow'] = new google.maps.InfoWindow({content: $lfc5c2a607f27cfe17e9f699230418a2e});var infowindow = new google.maps.InfoWindow({content: $lfc5c2a607f27cfe17e9f699230418a2e});google.maps.event.addListener(m_fc5c2a607f27cfe17e9f699230418a2e, 'click', function() {infowindow.open(map,m_fc5c2a607f27cfe17e9f699230418a2e);});$marker.push(m_fc5c2a607f27cfe17e9f699230418a2e);}});}google.maps.event.addDomListener(window, 'load', initialize);