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.9859,-117.707)};var g_ef7da0c99dc8713b7d4abe4ffadf0500 = new google.maps.Geocoder();g_ef7da0c99dc8713b7d4abe4ffadf0500.geocode( { 'address': "14726 Ramona Ave, Chino, CA 91710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chino-CA-tri-star-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('chino-CA-tri-star-home-loans'), mapOptions);}document.getElementById('cb7ff2bd').innerHTML += ' | View Map';var $lef7da0c99dc8713b7d4abe4ffadf0500 = '

Tri Star Home Loans

Address: 14726 Ramona Ave, Chino, CA 91710, USA
Phone: (909) 917-1512
';var m_ef7da0c99dc8713b7d4abe4ffadf0500 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri Star Home Loans',});m_ef7da0c99dc8713b7d4abe4ffadf0500['infowindow'] = new google.maps.InfoWindow({content: $lef7da0c99dc8713b7d4abe4ffadf0500});var infowindow = new google.maps.InfoWindow({content: $lef7da0c99dc8713b7d4abe4ffadf0500});google.maps.event.addListener(m_ef7da0c99dc8713b7d4abe4ffadf0500, 'click', function() {infowindow.open(map,m_ef7da0c99dc8713b7d4abe4ffadf0500);});$marker.push(m_ef7da0c99dc8713b7d4abe4ffadf0500);}});}google.maps.event.addDomListener(window, 'load', initialize);