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.4472,-81.9318)};var g_404b129933ec87e9bd057bb06bd0b400 = new google.maps.Geocoder();g_404b129933ec87e9bd057bb06bd0b400.geocode( { 'address': "11340 Summerlin Square Drive, Fort Myers Beach, FL 33931"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-beach-FL-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-beach-FL-suntrust-bank'), mapOptions);}document.getElementById('42211116').innerHTML += ' | View Map';var $l404b129933ec87e9bd057bb06bd0b400 = '

SunTrust Bank

Address: 11340 Summerlin Square Drive, Fort Myers Beach, FL 33931
Phone: (239) 895-0820
';var m_404b129933ec87e9bd057bb06bd0b400 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_404b129933ec87e9bd057bb06bd0b400['infowindow'] = new google.maps.InfoWindow({content: $l404b129933ec87e9bd057bb06bd0b400});var infowindow = new google.maps.InfoWindow({content: $l404b129933ec87e9bd057bb06bd0b400});google.maps.event.addListener(m_404b129933ec87e9bd057bb06bd0b400, 'click', function() {infowindow.open(map,m_404b129933ec87e9bd057bb06bd0b400);});$marker.push(m_404b129933ec87e9bd057bb06bd0b400);}});}google.maps.event.addDomListener(window, 'load', initialize);