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.795,-119.754)};var g_ef608d05a78636969ab70207cc6ae96f = new google.maps.Geocoder();g_ef608d05a78636969ab70207cc6ae96f.geocode( { 'address': "Fresno, CA 93726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-prospective-renters').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-prospective-renters'), mapOptions);}document.getElementById('3f9608e7').innerHTML += ' | View Map';var $lef608d05a78636969ab70207cc6ae96f = '

Prospective Renters

Address: Fresno, CA 93726, USA
Phone: (559) 227-7787
';var m_ef608d05a78636969ab70207cc6ae96f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prospective Renters',});m_ef608d05a78636969ab70207cc6ae96f['infowindow'] = new google.maps.InfoWindow({content: $lef608d05a78636969ab70207cc6ae96f});var infowindow = new google.maps.InfoWindow({content: $lef608d05a78636969ab70207cc6ae96f});google.maps.event.addListener(m_ef608d05a78636969ab70207cc6ae96f, 'click', function() {infowindow.open(map,m_ef608d05a78636969ab70207cc6ae96f);});$marker.push(m_ef608d05a78636969ab70207cc6ae96f);}});}google.maps.event.addDomListener(window, 'load', initialize);