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.5455,-81.8839)};var g_04e021a5c7f4c9d8d1038ea57962f1d5 = new google.maps.Geocoder();g_04e021a5c7f4c9d8d1038ea57962f1d5.geocode( { 'address': "7900 Summerlin Lakes Dr, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-matthew-b-ramsey').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-matthew-b-ramsey'), mapOptions);}document.getElementById('451ae036').innerHTML += ' | View Map';var $l04e021a5c7f4c9d8d1038ea57962f1d5 = '

Matthew B. Ramsey

Address: 7900 Summerlin Lakes Dr, Fort Myers, FL 33907, USA
Phone: (239) 303-5398
';var m_04e021a5c7f4c9d8d1038ea57962f1d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Matthew B. Ramsey',});m_04e021a5c7f4c9d8d1038ea57962f1d5['infowindow'] = new google.maps.InfoWindow({content: $l04e021a5c7f4c9d8d1038ea57962f1d5});var infowindow = new google.maps.InfoWindow({content: $l04e021a5c7f4c9d8d1038ea57962f1d5});google.maps.event.addListener(m_04e021a5c7f4c9d8d1038ea57962f1d5, 'click', function() {infowindow.open(map,m_04e021a5c7f4c9d8d1038ea57962f1d5);});$marker.push(m_04e021a5c7f4c9d8d1038ea57962f1d5);}});}google.maps.event.addDomListener(window, 'load', initialize);