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.9846,-117.847)};var g_e6a7c91de6eaef68778884420e3392db = new google.maps.Geocoder();g_e6a7c91de6eaef68778884420e3392db.geocode( { 'address': "20955 Pathfinder Rd #370, Diamond Bar, CA 91765, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('diamond-bar-CA-cre-loans-direct').style.display = '';map = new google.maps.Map(document.getElementById('diamond-bar-CA-cre-loans-direct'), mapOptions);}document.getElementById('6fdc5d2c').innerHTML += ' | View Map';var $le6a7c91de6eaef68778884420e3392db = '

CRE Loans Direct

Address: 20955 Pathfinder Rd #370, Diamond Bar, CA 91765, USA
Phone: (888) 333-5775
';var m_e6a7c91de6eaef68778884420e3392db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CRE Loans Direct',});m_e6a7c91de6eaef68778884420e3392db['infowindow'] = new google.maps.InfoWindow({content: $le6a7c91de6eaef68778884420e3392db});var infowindow = new google.maps.InfoWindow({content: $le6a7c91de6eaef68778884420e3392db});google.maps.event.addListener(m_e6a7c91de6eaef68778884420e3392db, 'click', function() {infowindow.open(map,m_e6a7c91de6eaef68778884420e3392db);});$marker.push(m_e6a7c91de6eaef68778884420e3392db);}});}google.maps.event.addDomListener(window, 'load', initialize);