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(29.6049,-82.4387)};var g_741a6d033538216af075468555bb6693 = new google.maps.Geocoder();g_741a6d033538216af075468555bb6693.geocode( { 'address': "5303 SW 91st Dr #200, Gainesville, FL 32608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-white--crouch-pa').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-white--crouch-pa'), mapOptions);}document.getElementById('8421cda0').innerHTML += ' | View Map';var $l741a6d033538216af075468555bb6693 = '

White & Crouch, P.A.

Address: 5303 SW 91st Dr #200, Gainesville, FL 32608, USA
Phone: (352) 372-1011
';var m_741a6d033538216af075468555bb6693 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'White & Crouch, P.A.',});m_741a6d033538216af075468555bb6693['infowindow'] = new google.maps.InfoWindow({content: $l741a6d033538216af075468555bb6693});var infowindow = new google.maps.InfoWindow({content: $l741a6d033538216af075468555bb6693});google.maps.event.addListener(m_741a6d033538216af075468555bb6693, 'click', function() {infowindow.open(map,m_741a6d033538216af075468555bb6693);});$marker.push(m_741a6d033538216af075468555bb6693);}});}google.maps.event.addDomListener(window, 'load', initialize);