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.5379,-81.4733)};var g_033a49626611f2d8824d7de459be5322 = new google.maps.Geocoder();g_033a49626611f2d8824d7de459be5322.geocode( { 'address': "6576 Old Winter Garden Rd, Orlando, FL 32835, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-check-n-go').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-check-n-go'), mapOptions);}document.getElementById('88dd4612').innerHTML += ' | View Map';var $l033a49626611f2d8824d7de459be5322 = '

Check 'n Go

Address: 6576 Old Winter Garden Rd, Orlando, FL 32835, USA
Phone: (407) 523-8661
';var m_033a49626611f2d8824d7de459be5322 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 'n Go',});m_033a49626611f2d8824d7de459be5322['infowindow'] = new google.maps.InfoWindow({content: $l033a49626611f2d8824d7de459be5322});var infowindow = new google.maps.InfoWindow({content: $l033a49626611f2d8824d7de459be5322});google.maps.event.addListener(m_033a49626611f2d8824d7de459be5322, 'click', function() {infowindow.open(map,m_033a49626611f2d8824d7de459be5322);});$marker.push(m_033a49626611f2d8824d7de459be5322);}});}google.maps.event.addDomListener(window, 'load', initialize);