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.0551,-80.9393)};var g_3db074909c4fab58b25d536fc61e5cb9 = new google.maps.Geocoder();g_3db074909c4fab58b25d536fc61e5cb9.geocode( { 'address': "1919 N Dixie Fwy, New Smyrna Beach, FL 32168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-smyrna-beach-FL-pedro-at-voila-auto-group').style.display = '';map = new google.maps.Map(document.getElementById('new-smyrna-beach-FL-pedro-at-voila-auto-group'), mapOptions);}document.getElementById('838e8696').innerHTML += ' | View Map';var $l3db074909c4fab58b25d536fc61e5cb9 = '

Pedro at Voila Auto Group

Address: 1919 N Dixie Fwy, New Smyrna Beach, FL 32168, USA
Phone: (321) 732-9871
';var m_3db074909c4fab58b25d536fc61e5cb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pedro at Voila Auto Group',});m_3db074909c4fab58b25d536fc61e5cb9['infowindow'] = new google.maps.InfoWindow({content: $l3db074909c4fab58b25d536fc61e5cb9});var infowindow = new google.maps.InfoWindow({content: $l3db074909c4fab58b25d536fc61e5cb9});google.maps.event.addListener(m_3db074909c4fab58b25d536fc61e5cb9, 'click', function() {infowindow.open(map,m_3db074909c4fab58b25d536fc61e5cb9);});$marker.push(m_3db074909c4fab58b25d536fc61e5cb9);}});}google.maps.event.addDomListener(window, 'load', initialize);