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(37.6375,-120.998)};var g_318a18087d4e4abb6642b60f4c06cf1d = new google.maps.Geocoder();g_318a18087d4e4abb6642b60f4c06cf1d.geocode( { 'address': "716 9th St, Modesto, CA 95354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-ace-sales--loans').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-ace-sales--loans'), mapOptions);}document.getElementById('68059a4e').innerHTML += ' | View Map';var $l318a18087d4e4abb6642b60f4c06cf1d = '

Ace Sales & Loans

Address: 716 9th St, Modesto, CA 95354, USA
Phone:
';var m_318a18087d4e4abb6642b60f4c06cf1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ace Sales & Loans',});m_318a18087d4e4abb6642b60f4c06cf1d['infowindow'] = new google.maps.InfoWindow({content: $l318a18087d4e4abb6642b60f4c06cf1d});var infowindow = new google.maps.InfoWindow({content: $l318a18087d4e4abb6642b60f4c06cf1d});google.maps.event.addListener(m_318a18087d4e4abb6642b60f4c06cf1d, 'click', function() {infowindow.open(map,m_318a18087d4e4abb6642b60f4c06cf1d);});$marker.push(m_318a18087d4e4abb6642b60f4c06cf1d);}});}google.maps.event.addDomListener(window, 'load', initialize);