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.5569,-81.8782)};var g_932dd46ab11e59d96a63be644300ae36 = new google.maps.Geocoder();g_932dd46ab11e59d96a63be644300ae36.geocode( { 'address': "7370 College Pkwy # 305, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-strickland-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-strickland-financial-group'), mapOptions);}document.getElementById('d465429c').innerHTML += ' | View Map';var $l932dd46ab11e59d96a63be644300ae36 = '

Strickland Financial Group

Address: 7370 College Pkwy # 305, Fort Myers, FL 33907, USA
Phone: (239) 274-8657
';var m_932dd46ab11e59d96a63be644300ae36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Strickland Financial Group',});m_932dd46ab11e59d96a63be644300ae36['infowindow'] = new google.maps.InfoWindow({content: $l932dd46ab11e59d96a63be644300ae36});var infowindow = new google.maps.InfoWindow({content: $l932dd46ab11e59d96a63be644300ae36});google.maps.event.addListener(m_932dd46ab11e59d96a63be644300ae36, 'click', function() {infowindow.open(map,m_932dd46ab11e59d96a63be644300ae36);});$marker.push(m_932dd46ab11e59d96a63be644300ae36);}});}google.maps.event.addDomListener(window, 'load', initialize);