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(27.9233,-82.3719)};var g_82d2083bea117b6f3e03d6426ba2d29f = new google.maps.Geocoder();g_82d2083bea117b6f3e03d6426ba2d29f.geocode( { 'address': "7410 Causeway Blvd, Tampa, FL 33619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-liberty-auto-sales-corporation').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-liberty-auto-sales-corporation'), mapOptions);}document.getElementById('2a651aa1').innerHTML += ' | View Map';var $l82d2083bea117b6f3e03d6426ba2d29f = '

Liberty Auto Sales Corporation

Address: 7410 Causeway Blvd, Tampa, FL 33619, USA
Phone: (813) 626-0706
';var m_82d2083bea117b6f3e03d6426ba2d29f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty Auto Sales Corporation',});m_82d2083bea117b6f3e03d6426ba2d29f['infowindow'] = new google.maps.InfoWindow({content: $l82d2083bea117b6f3e03d6426ba2d29f});var infowindow = new google.maps.InfoWindow({content: $l82d2083bea117b6f3e03d6426ba2d29f});google.maps.event.addListener(m_82d2083bea117b6f3e03d6426ba2d29f, 'click', function() {infowindow.open(map,m_82d2083bea117b6f3e03d6426ba2d29f);});$marker.push(m_82d2083bea117b6f3e03d6426ba2d29f);}});}google.maps.event.addDomListener(window, 'load', initialize);