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.5164,-81.8642)};var g_0c3e626d1a287cdc48c77515c8dcc243 = new google.maps.Geocoder();g_0c3e626d1a287cdc48c77515c8dcc243.geocode( { 'address': "15565 S Tamiami Trail, Fort Myers, FL 33908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-galloway-direct').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-galloway-direct'), mapOptions);}document.getElementById('e58dcc5f').innerHTML += ' | View Map';var $l0c3e626d1a287cdc48c77515c8dcc243 = '

Galloway Direct

Address: 15565 S Tamiami Trail, Fort Myers, FL 33908, USA
Phone: (239) 482-2200
';var m_0c3e626d1a287cdc48c77515c8dcc243 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Galloway Direct',});m_0c3e626d1a287cdc48c77515c8dcc243['infowindow'] = new google.maps.InfoWindow({content: $l0c3e626d1a287cdc48c77515c8dcc243});var infowindow = new google.maps.InfoWindow({content: $l0c3e626d1a287cdc48c77515c8dcc243});google.maps.event.addListener(m_0c3e626d1a287cdc48c77515c8dcc243, 'click', function() {infowindow.open(map,m_0c3e626d1a287cdc48c77515c8dcc243);});$marker.push(m_0c3e626d1a287cdc48c77515c8dcc243);}});}google.maps.event.addDomListener(window, 'load', initialize);