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.8063,-73.4871)};var g_14b27dcc94ead57341a5eacc4ba73d09 = new google.maps.Geocoder();g_14b27dcc94ead57341a5eacc4ba73d09.geocode( { 'address': "175 Crossways Park Dr W, Woodbury, NY 11797, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbury-NY-international-autosource').style.display = '';map = new google.maps.Map(document.getElementById('woodbury-NY-international-autosource'), mapOptions);}document.getElementById('fa282814').innerHTML += ' | View Map';var $l14b27dcc94ead57341a5eacc4ba73d09 = '

International AutoSource

Address: 175 Crossways Park Dr W, Woodbury, NY 11797, USA
Phone: (516) 496-1816
';var m_14b27dcc94ead57341a5eacc4ba73d09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'International AutoSource',});m_14b27dcc94ead57341a5eacc4ba73d09['infowindow'] = new google.maps.InfoWindow({content: $l14b27dcc94ead57341a5eacc4ba73d09});var infowindow = new google.maps.InfoWindow({content: $l14b27dcc94ead57341a5eacc4ba73d09});google.maps.event.addListener(m_14b27dcc94ead57341a5eacc4ba73d09, 'click', function() {infowindow.open(map,m_14b27dcc94ead57341a5eacc4ba73d09);});$marker.push(m_14b27dcc94ead57341a5eacc4ba73d09);}});}google.maps.event.addDomListener(window, 'load', initialize);