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.9488,-117.933)};var g_f5fd3d48c74e45c81481dbe51a66c26b = new google.maps.Geocoder();g_f5fd3d48c74e45c81481dbe51a66c26b.geocode( { 'address': "1517 Peppertree Dr, La Habra Heights, CA 90631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-habra-heights-CA-star-commercial--home-loans').style.display = '';map = new google.maps.Map(document.getElementById('la-habra-heights-CA-star-commercial--home-loans'), mapOptions);}document.getElementById('c0ab86ce').innerHTML += ' | View Map';var $lf5fd3d48c74e45c81481dbe51a66c26b = '

STAR COMMERCIAL & HOME LOANS

Address: 1517 Peppertree Dr, La Habra Heights, CA 90631, USA
Phone: (714) 401-7716
';var m_f5fd3d48c74e45c81481dbe51a66c26b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'STAR COMMERCIAL & HOME LOANS',});m_f5fd3d48c74e45c81481dbe51a66c26b['infowindow'] = new google.maps.InfoWindow({content: $lf5fd3d48c74e45c81481dbe51a66c26b});var infowindow = new google.maps.InfoWindow({content: $lf5fd3d48c74e45c81481dbe51a66c26b});google.maps.event.addListener(m_f5fd3d48c74e45c81481dbe51a66c26b, 'click', function() {infowindow.open(map,m_f5fd3d48c74e45c81481dbe51a66c26b);});$marker.push(m_f5fd3d48c74e45c81481dbe51a66c26b);}});}google.maps.event.addDomListener(window, 'load', initialize);