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(34.0878,-117.89)};var g_743a068cc70dd358752740f747f1288c = new google.maps.Geocoder();g_743a068cc70dd358752740f747f1288c.geocode( { 'address': "215 N Citrus Ave, Covina, CA 91723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-new-life-home-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-new-life-home-funding-corp'), mapOptions);}document.getElementById('b1c2ee96').innerHTML += ' | View Map';var $l743a068cc70dd358752740f747f1288c = '

New Life Home Funding Corp

Address: 215 N Citrus Ave, Covina, CA 91723, USA
Phone: (626) 598-9820
';var m_743a068cc70dd358752740f747f1288c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Life Home Funding Corp',});m_743a068cc70dd358752740f747f1288c['infowindow'] = new google.maps.InfoWindow({content: $l743a068cc70dd358752740f747f1288c});var infowindow = new google.maps.InfoWindow({content: $l743a068cc70dd358752740f747f1288c});google.maps.event.addListener(m_743a068cc70dd358752740f747f1288c, 'click', function() {infowindow.open(map,m_743a068cc70dd358752740f747f1288c);});$marker.push(m_743a068cc70dd358752740f747f1288c);}});}google.maps.event.addDomListener(window, 'load', initialize);