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(28.5429,-81.3789)};var g_78db6952ea0b5735358dc979d3c26030 = new google.maps.Geocoder();g_78db6952ea0b5735358dc979d3c26030.geocode( { 'address': "37 N Orange Ave #840, Orlando, FL 32801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-dewitt-law-firm-pa').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-dewitt-law-firm-pa'), mapOptions);}document.getElementById('90639bc5').innerHTML += ' | View Map';var $l78db6952ea0b5735358dc979d3c26030 = '

Dewitt Law Firm, P.A.

Address: 37 N Orange Ave #840, Orlando, FL 32801, USA
Phone: (407) 245-7723
';var m_78db6952ea0b5735358dc979d3c26030 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dewitt Law Firm, P.A.',});m_78db6952ea0b5735358dc979d3c26030['infowindow'] = new google.maps.InfoWindow({content: $l78db6952ea0b5735358dc979d3c26030});var infowindow = new google.maps.InfoWindow({content: $l78db6952ea0b5735358dc979d3c26030});google.maps.event.addListener(m_78db6952ea0b5735358dc979d3c26030, 'click', function() {infowindow.open(map,m_78db6952ea0b5735358dc979d3c26030);});$marker.push(m_78db6952ea0b5735358dc979d3c26030);}});}google.maps.event.addDomListener(window, 'load', initialize);