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_46d758807d9e444cb7cf7607ecc4663c = new google.maps.Geocoder();g_46d758807d9e444cb7cf7607ecc4663c.geocode( { 'address': "13802 Landstar Blvd, Orlando, FL 32824"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-checks-n-more').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-checks-n-more'), mapOptions);}document.getElementById('e1fa8f6d').innerHTML += ' | View Map';var $l46d758807d9e444cb7cf7607ecc4663c = '

Checks-N-More

Address: 13802 Landstar Blvd, Orlando, FL 32824
Phone: (407) 438-0073
';var m_46d758807d9e444cb7cf7607ecc4663c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Checks-N-More',});m_46d758807d9e444cb7cf7607ecc4663c['infowindow'] = new google.maps.InfoWindow({content: $l46d758807d9e444cb7cf7607ecc4663c});var infowindow = new google.maps.InfoWindow({content: $l46d758807d9e444cb7cf7607ecc4663c});google.maps.event.addListener(m_46d758807d9e444cb7cf7607ecc4663c, 'click', function() {infowindow.open(map,m_46d758807d9e444cb7cf7607ecc4663c);});$marker.push(m_46d758807d9e444cb7cf7607ecc4663c);}});}google.maps.event.addDomListener(window, 'load', initialize);