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.7148,-117.974)};var g_bcc097feafe80f489ef54b0720ca059c = new google.maps.Geocoder();g_bcc097feafe80f489ef54b0720ca059c.geocode( { 'address': "8900 Warner Ave, Fountain Valley, CA 92708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountain-valley-CA-optimum-first-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('fountain-valley-CA-optimum-first-mortgage'), mapOptions);}document.getElementById('4ac67b94').innerHTML += ' | View Map';var $lbcc097feafe80f489ef54b0720ca059c = '

Optimum First Mortgage

Address: 8900 Warner Ave, Fountain Valley, CA 92708, USA
Phone: (877) 816-7846
';var m_bcc097feafe80f489ef54b0720ca059c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Optimum First Mortgage',});m_bcc097feafe80f489ef54b0720ca059c['infowindow'] = new google.maps.InfoWindow({content: $lbcc097feafe80f489ef54b0720ca059c});var infowindow = new google.maps.InfoWindow({content: $lbcc097feafe80f489ef54b0720ca059c});google.maps.event.addListener(m_bcc097feafe80f489ef54b0720ca059c, 'click', function() {infowindow.open(map,m_bcc097feafe80f489ef54b0720ca059c);});$marker.push(m_bcc097feafe80f489ef54b0720ca059c);}});}google.maps.event.addDomListener(window, 'load', initialize);