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(28.5384,-81.3747)};var g_11ca704f4581c11860698bed9d48395e = new google.maps.Geocoder();g_11ca704f4581c11860698bed9d48395e.geocode( { 'address': "6900 S Orange Blossom Trl, Orlando, FL 32809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-marvin-colon-com').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-marvin-colon-com'), mapOptions);}document.getElementById('ec8ae819').innerHTML += ' | View Map';var $l11ca704f4581c11860698bed9d48395e = '

Marvin Colon.com

Address: 6900 S Orange Blossom Trl, Orlando, FL 32809
Phone: (407) 496-3555
';var m_11ca704f4581c11860698bed9d48395e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marvin Colon.com',});m_11ca704f4581c11860698bed9d48395e['infowindow'] = new google.maps.InfoWindow({content: $l11ca704f4581c11860698bed9d48395e});var infowindow = new google.maps.InfoWindow({content: $l11ca704f4581c11860698bed9d48395e});google.maps.event.addListener(m_11ca704f4581c11860698bed9d48395e, 'click', function() {infowindow.open(map,m_11ca704f4581c11860698bed9d48395e);});$marker.push(m_11ca704f4581c11860698bed9d48395e);}});}google.maps.event.addDomListener(window, 'load', initialize);