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(29.6676,-82.3248)};var g_a67ff68fb34113ac300af9dde46b8aec = new google.maps.Geocoder();g_a67ff68fb34113ac300af9dde46b8aec.geocode( { 'address': "1700 N Main St, Gainesville, FL 32609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-gator-city-motors').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-gator-city-motors'), mapOptions);}document.getElementById('71bfd423').innerHTML += ' | View Map';var $la67ff68fb34113ac300af9dde46b8aec = '

Gator City Motors

Address: 1700 N Main St, Gainesville, FL 32609, USA
Phone: (352) 380-0033
';var m_a67ff68fb34113ac300af9dde46b8aec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gator City Motors',});m_a67ff68fb34113ac300af9dde46b8aec['infowindow'] = new google.maps.InfoWindow({content: $la67ff68fb34113ac300af9dde46b8aec});var infowindow = new google.maps.InfoWindow({content: $la67ff68fb34113ac300af9dde46b8aec});google.maps.event.addListener(m_a67ff68fb34113ac300af9dde46b8aec, 'click', function() {infowindow.open(map,m_a67ff68fb34113ac300af9dde46b8aec);});$marker.push(m_a67ff68fb34113ac300af9dde46b8aec);}});}google.maps.event.addDomListener(window, 'load', initialize);