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.6427,-81.8339)};var g_ac64504cc249b070772848642cffe6ff = new google.maps.Geocoder();g_ac64504cc249b070772848642cffe6ff.geocode( { 'address': "3903 Dr Martin Luther King Jr Blvd, Fort Myers, FL 33916, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-green-mcknight-financial-service').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-green-mcknight-financial-service'), mapOptions);}document.getElementById('daa85d88').innerHTML += ' | View Map';var $lac64504cc249b070772848642cffe6ff = '

Green-Mcknight Financial Service

Address: 3903 Dr Martin Luther King Jr Blvd, Fort Myers, FL 33916, USA
Phone: (754) 300-0940
';var m_ac64504cc249b070772848642cffe6ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green-Mcknight Financial Service',});m_ac64504cc249b070772848642cffe6ff['infowindow'] = new google.maps.InfoWindow({content: $lac64504cc249b070772848642cffe6ff});var infowindow = new google.maps.InfoWindow({content: $lac64504cc249b070772848642cffe6ff});google.maps.event.addListener(m_ac64504cc249b070772848642cffe6ff, 'click', function() {infowindow.open(map,m_ac64504cc249b070772848642cffe6ff);});$marker.push(m_ac64504cc249b070772848642cffe6ff);}});}google.maps.event.addDomListener(window, 'load', initialize);