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(40.7212,-73.8502)};var g_7611389b7cc2b097adce94e5506ab4eb = new google.maps.Geocoder();g_7611389b7cc2b097adce94e5506ab4eb.geocode( { 'address': "10520 Queens Blvd, Forest Hills, NY 11375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-hills-NY-luby-chevrolet-co-inc-sales-svce').style.display = '';map = new google.maps.Map(document.getElementById('forest-hills-NY-luby-chevrolet-co-inc-sales-svce'), mapOptions);}document.getElementById('1bd8fb74').innerHTML += ' | View Map';var $l7611389b7cc2b097adce94e5506ab4eb = '

Luby Chevrolet Co Inc Sales & Svce

Address: 10520 Queens Blvd, Forest Hills, NY 11375
Phone: (718) 263-7700
';var m_7611389b7cc2b097adce94e5506ab4eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Luby Chevrolet Co Inc Sales & Svce',});m_7611389b7cc2b097adce94e5506ab4eb['infowindow'] = new google.maps.InfoWindow({content: $l7611389b7cc2b097adce94e5506ab4eb});var infowindow = new google.maps.InfoWindow({content: $l7611389b7cc2b097adce94e5506ab4eb});google.maps.event.addListener(m_7611389b7cc2b097adce94e5506ab4eb, 'click', function() {infowindow.open(map,m_7611389b7cc2b097adce94e5506ab4eb);});$marker.push(m_7611389b7cc2b097adce94e5506ab4eb);}});}google.maps.event.addDomListener(window, 'load', initialize);