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(36.839,-119.78)};var g_f84354c6e3acc80bfccf91cac92105a2 = new google.maps.Geocoder();g_f84354c6e3acc80bfccf91cac92105a2.geocode( { 'address': "7067 N Mariposa St # 105, Fresno, CA 93720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-loan-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-loan-services-inc'), mapOptions);}document.getElementById('16c8aba9').innerHTML += ' | View Map';var $lf84354c6e3acc80bfccf91cac92105a2 = '

LOAN Services, Inc

Address: 7067 N Mariposa St # 105, Fresno, CA 93720, USA
Phone: (559) 228-6750
';var m_f84354c6e3acc80bfccf91cac92105a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LOAN Services, Inc',});m_f84354c6e3acc80bfccf91cac92105a2['infowindow'] = new google.maps.InfoWindow({content: $lf84354c6e3acc80bfccf91cac92105a2});var infowindow = new google.maps.InfoWindow({content: $lf84354c6e3acc80bfccf91cac92105a2});google.maps.event.addListener(m_f84354c6e3acc80bfccf91cac92105a2, 'click', function() {infowindow.open(map,m_f84354c6e3acc80bfccf91cac92105a2);});$marker.push(m_f84354c6e3acc80bfccf91cac92105a2);}});}google.maps.event.addDomListener(window, 'load', initialize);