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.0787,-117.671)};var g_fa605f127604dcb69535ba6c5363bdcf = new google.maps.Geocoder();g_fa605f127604dcb69535ba6c5363bdcf.geocode( { 'address': "1123 N Mountain Ave, Ontario, CA 91762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ontario-CA-ontario-check-n-loan').style.display = '';map = new google.maps.Map(document.getElementById('ontario-CA-ontario-check-n-loan'), mapOptions);}document.getElementById('2c586095').innerHTML += ' | View Map';var $lfa605f127604dcb69535ba6c5363bdcf = '

Ontario Check N' Loan

Address: 1123 N Mountain Ave, Ontario, CA 91762, USA
Phone: (909) 391-3100
';var m_fa605f127604dcb69535ba6c5363bdcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ontario Check N' Loan',});m_fa605f127604dcb69535ba6c5363bdcf['infowindow'] = new google.maps.InfoWindow({content: $lfa605f127604dcb69535ba6c5363bdcf});var infowindow = new google.maps.InfoWindow({content: $lfa605f127604dcb69535ba6c5363bdcf});google.maps.event.addListener(m_fa605f127604dcb69535ba6c5363bdcf, 'click', function() {infowindow.open(map,m_fa605f127604dcb69535ba6c5363bdcf);});$marker.push(m_fa605f127604dcb69535ba6c5363bdcf);}});}google.maps.event.addDomListener(window, 'load', initialize);