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.642,-120.991)};var g_bec3210d3abec029ed76d6943a2b19f9 = new google.maps.Geocoder();g_bec3210d3abec029ed76d6943a2b19f9.geocode( { 'address': "1600 G St #102, Modesto, CA 95354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('modesto-CA-haddix-law-firm').style.display = '';map = new google.maps.Map(document.getElementById('modesto-CA-haddix-law-firm'), mapOptions);}document.getElementById('001db3b6').innerHTML += ' | View Map';var $lbec3210d3abec029ed76d6943a2b19f9 = '

Haddix Law Firm

Address: 1600 G St #102, Modesto, CA 95354, USA
Phone: (209) 338-1131
';var m_bec3210d3abec029ed76d6943a2b19f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Haddix Law Firm',});m_bec3210d3abec029ed76d6943a2b19f9['infowindow'] = new google.maps.InfoWindow({content: $lbec3210d3abec029ed76d6943a2b19f9});var infowindow = new google.maps.InfoWindow({content: $lbec3210d3abec029ed76d6943a2b19f9});google.maps.event.addListener(m_bec3210d3abec029ed76d6943a2b19f9, 'click', function() {infowindow.open(map,m_bec3210d3abec029ed76d6943a2b19f9);});$marker.push(m_bec3210d3abec029ed76d6943a2b19f9);}});}google.maps.event.addDomListener(window, 'load', initialize);