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.8389,-119.801)};var g_02c16a3749eb34e5e00a5f09890c60ae = new google.maps.Geocoder();g_02c16a3749eb34e5e00a5f09890c60ae.geocode( { 'address': "2950 Mariposa St, Fresno, CA 93721"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-revvill-law-group').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-revvill-law-group'), mapOptions);}document.getElementById('cd91f6d4').innerHTML += ' | View Map';var $l02c16a3749eb34e5e00a5f09890c60ae = '

Revvill Law Group

Address: 2950 Mariposa St, Fresno, CA 93721
Phone: (559) 282-0674
';var m_02c16a3749eb34e5e00a5f09890c60ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Revvill Law Group',});m_02c16a3749eb34e5e00a5f09890c60ae['infowindow'] = new google.maps.InfoWindow({content: $l02c16a3749eb34e5e00a5f09890c60ae});var infowindow = new google.maps.InfoWindow({content: $l02c16a3749eb34e5e00a5f09890c60ae});google.maps.event.addListener(m_02c16a3749eb34e5e00a5f09890c60ae, 'click', function() {infowindow.open(map,m_02c16a3749eb34e5e00a5f09890c60ae);});$marker.push(m_02c16a3749eb34e5e00a5f09890c60ae);}});}google.maps.event.addDomListener(window, 'load', initialize);