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.5738,-81.3889)};var g_28a006b0e09248cd08b091def8277f04 = new google.maps.Geocoder();g_28a006b0e09248cd08b091def8277f04.geocode( { 'address': "651 Rugby St, Orlando, FL 32804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-james-h-monroe-pa').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-james-h-monroe-pa'), mapOptions);}document.getElementById('59a14d71').innerHTML += ' | View Map';var $l28a006b0e09248cd08b091def8277f04 = '

James H. Monroe, P.A.

Address: 651 Rugby St, Orlando, FL 32804, USA
Phone: (407) 872-7447
';var m_28a006b0e09248cd08b091def8277f04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'James H. Monroe, P.A.',});m_28a006b0e09248cd08b091def8277f04['infowindow'] = new google.maps.InfoWindow({content: $l28a006b0e09248cd08b091def8277f04});var infowindow = new google.maps.InfoWindow({content: $l28a006b0e09248cd08b091def8277f04});google.maps.event.addListener(m_28a006b0e09248cd08b091def8277f04, 'click', function() {infowindow.open(map,m_28a006b0e09248cd08b091def8277f04);});$marker.push(m_28a006b0e09248cd08b091def8277f04);}});}google.maps.event.addDomListener(window, 'load', initialize);