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.4823,-81.3973)};var g_ed1ad75822ec5eaca5552f77b4684ca6 = new google.maps.Geocoder();g_ed1ad75822ec5eaca5552f77b4684ca6.geocode( { 'address': "5400 S Orange Blossom Trail, Orlando, FL 32839, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orlando-FL-credit-nation-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('orlando-FL-credit-nation-auto-sales'), mapOptions);}document.getElementById('85d80e15').innerHTML += ' | View Map';var $led1ad75822ec5eaca5552f77b4684ca6 = '

Credit Nation Auto Sales

Address: 5400 S Orange Blossom Trail, Orlando, FL 32839, USA
Phone: (321) 234-2032
';var m_ed1ad75822ec5eaca5552f77b4684ca6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Nation Auto Sales',});m_ed1ad75822ec5eaca5552f77b4684ca6['infowindow'] = new google.maps.InfoWindow({content: $led1ad75822ec5eaca5552f77b4684ca6});var infowindow = new google.maps.InfoWindow({content: $led1ad75822ec5eaca5552f77b4684ca6});google.maps.event.addListener(m_ed1ad75822ec5eaca5552f77b4684ca6, 'click', function() {infowindow.open(map,m_ed1ad75822ec5eaca5552f77b4684ca6);});$marker.push(m_ed1ad75822ec5eaca5552f77b4684ca6);}});}google.maps.event.addDomListener(window, 'load', initialize);