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(25.7791,-80.1977)};var g_adef9718b7e401da349567d981617d18 = new google.maps.Geocoder();g_adef9718b7e401da349567d981617d18.geocode( { 'address': "18355 SW 214th St, Miami, FL 33187"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-plants-by-tropico-inc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-plants-by-tropico-inc'), mapOptions);}document.getElementById('b446156a').innerHTML += ' | View Map';var $ladef9718b7e401da349567d981617d18 = '

Plants By Tropico Inc

Address: 18355 SW 214th St, Miami, FL 33187
Phone: (305) 233-0218
';var m_adef9718b7e401da349567d981617d18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Plants By Tropico Inc',});m_adef9718b7e401da349567d981617d18['infowindow'] = new google.maps.InfoWindow({content: $ladef9718b7e401da349567d981617d18});var infowindow = new google.maps.InfoWindow({content: $ladef9718b7e401da349567d981617d18});google.maps.event.addListener(m_adef9718b7e401da349567d981617d18, 'click', function() {infowindow.open(map,m_adef9718b7e401da349567d981617d18);});$marker.push(m_adef9718b7e401da349567d981617d18);}});}google.maps.event.addDomListener(window, 'load', initialize);