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.5585,-81.8815)};var g_4727afc79cd3e723f90b611df73a8b8d = new google.maps.Geocoder();g_4727afc79cd3e723f90b611df73a8b8d.geocode( { 'address': "12671 Whitehall Dr, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-myers-brettholtz--company-pa').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-myers-brettholtz--company-pa'), mapOptions);}document.getElementById('4e0aeedc').innerHTML += ' | View Map';var $l4727afc79cd3e723f90b611df73a8b8d = '

Myers, Brettholtz & Company, PA

Address: 12671 Whitehall Dr, Fort Myers, FL 33907, USA
Phone: (239) 939-5775
';var m_4727afc79cd3e723f90b611df73a8b8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Myers, Brettholtz & Company, PA',});m_4727afc79cd3e723f90b611df73a8b8d['infowindow'] = new google.maps.InfoWindow({content: $l4727afc79cd3e723f90b611df73a8b8d});var infowindow = new google.maps.InfoWindow({content: $l4727afc79cd3e723f90b611df73a8b8d});google.maps.event.addListener(m_4727afc79cd3e723f90b611df73a8b8d, 'click', function() {infowindow.open(map,m_4727afc79cd3e723f90b611df73a8b8d);});$marker.push(m_4727afc79cd3e723f90b611df73a8b8d);}});}google.maps.event.addDomListener(window, 'load', initialize);