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(26.2854,-80.0955)};var g_947018640bf36a2bb609d3557a285329 = new google.maps.Geocoder();g_947018640bf36a2bb609d3557a285329.geocode( { 'address': "4400 N Federal Hwy, Lighthouse Point, FL 33064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lighthouse-point-FL-wites--kapetan-pa').style.display = '';map = new google.maps.Map(document.getElementById('lighthouse-point-FL-wites--kapetan-pa'), mapOptions);}document.getElementById('0ec4d94f').innerHTML += ' | View Map';var $l947018640bf36a2bb609d3557a285329 = '

Wites & Kapetan, P.A.

Address: 4400 N Federal Hwy, Lighthouse Point, FL 33064, USA
Phone: (954) 570-8989
';var m_947018640bf36a2bb609d3557a285329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wites & Kapetan, P.A.',});m_947018640bf36a2bb609d3557a285329['infowindow'] = new google.maps.InfoWindow({content: $l947018640bf36a2bb609d3557a285329});var infowindow = new google.maps.InfoWindow({content: $l947018640bf36a2bb609d3557a285329});google.maps.event.addListener(m_947018640bf36a2bb609d3557a285329, 'click', function() {infowindow.open(map,m_947018640bf36a2bb609d3557a285329);});$marker.push(m_947018640bf36a2bb609d3557a285329);}});}google.maps.event.addDomListener(window, 'load', initialize);