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.5972,-81.8774)};var g_572d375abf307ce8a9652a76f02df10e = new google.maps.Geocoder();g_572d375abf307ce8a9652a76f02df10e.geocode( { 'address': "1705 Colonial Blvd, Fort Myers, FL 33907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-florida-national-equipment').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-florida-national-equipment'), mapOptions);}document.getElementById('06baccc7').innerHTML += ' | View Map';var $l572d375abf307ce8a9652a76f02df10e = '

Florida National Equipment

Address: 1705 Colonial Blvd, Fort Myers, FL 33907, USA
Phone: (239) 278-4464
';var m_572d375abf307ce8a9652a76f02df10e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florida National Equipment',});m_572d375abf307ce8a9652a76f02df10e['infowindow'] = new google.maps.InfoWindow({content: $l572d375abf307ce8a9652a76f02df10e});var infowindow = new google.maps.InfoWindow({content: $l572d375abf307ce8a9652a76f02df10e});google.maps.event.addListener(m_572d375abf307ce8a9652a76f02df10e, 'click', function() {infowindow.open(map,m_572d375abf307ce8a9652a76f02df10e);});$marker.push(m_572d375abf307ce8a9652a76f02df10e);}});}google.maps.event.addDomListener(window, 'load', initialize);