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.8296,-81.8053)};var g_b0d7680382dd2876ca850605c8c8e37d = new google.maps.Geocoder();g_b0d7680382dd2876ca850605c8c8e37d.geocode( { 'address': "9105 US-441, Leesburg, FL 34788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-FL-leesburg-volkswagen').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-FL-leesburg-volkswagen'), mapOptions);}document.getElementById('1200e2d1').innerHTML += ' | View Map';var $lb0d7680382dd2876ca850605c8c8e37d = '

Leesburg Volkswagen

Address: 9105 US-441, Leesburg, FL 34788, USA
Phone: (855) 662-6302
';var m_b0d7680382dd2876ca850605c8c8e37d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Leesburg Volkswagen',});m_b0d7680382dd2876ca850605c8c8e37d['infowindow'] = new google.maps.InfoWindow({content: $lb0d7680382dd2876ca850605c8c8e37d});var infowindow = new google.maps.InfoWindow({content: $lb0d7680382dd2876ca850605c8c8e37d});google.maps.event.addListener(m_b0d7680382dd2876ca850605c8c8e37d, 'click', function() {infowindow.open(map,m_b0d7680382dd2876ca850605c8c8e37d);});$marker.push(m_b0d7680382dd2876ca850605c8c8e37d);}});}google.maps.event.addDomListener(window, 'load', initialize);