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.8112,-119.808)};var g_2c0d57d40812c8c6005f19854cab1a99 = new google.maps.Geocoder();g_2c0d57d40812c8c6005f19854cab1a99.geocode( { 'address': "5132 N Palm Ave, Fresno, CA 93704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-dcr-credit-recovery').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-dcr-credit-recovery'), mapOptions);}document.getElementById('9353570b').innerHTML += ' | View Map';var $l2c0d57d40812c8c6005f19854cab1a99 = '

DCR Credit Recovery

Address: 5132 N Palm Ave, Fresno, CA 93704, USA
Phone: (559) 256-4175
';var m_2c0d57d40812c8c6005f19854cab1a99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DCR Credit Recovery',});m_2c0d57d40812c8c6005f19854cab1a99['infowindow'] = new google.maps.InfoWindow({content: $l2c0d57d40812c8c6005f19854cab1a99});var infowindow = new google.maps.InfoWindow({content: $l2c0d57d40812c8c6005f19854cab1a99});google.maps.event.addListener(m_2c0d57d40812c8c6005f19854cab1a99, 'click', function() {infowindow.open(map,m_2c0d57d40812c8c6005f19854cab1a99);});$marker.push(m_2c0d57d40812c8c6005f19854cab1a99);}});}google.maps.event.addDomListener(window, 'load', initialize);