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.802,-73.004)};var g_5a8ad303176cb2f1beebdff90fef06b1 = new google.maps.Geocoder();g_5a8ad303176cb2f1beebdff90fef06b1.geocode( { 'address': "1831 NY-112, Medford, NY 11763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-NY-ez-credit-auto-sales-inc').style.display = '';map = new google.maps.Map(document.getElementById('medford-NY-ez-credit-auto-sales-inc'), mapOptions);}document.getElementById('0cdda8d8').innerHTML += ' | View Map';var $l5a8ad303176cb2f1beebdff90fef06b1 = '

EZ Credit Auto Sales Inc

Address: 1831 NY-112, Medford, NY 11763, USA
Phone: (631) 438-0399
';var m_5a8ad303176cb2f1beebdff90fef06b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Credit Auto Sales Inc',});m_5a8ad303176cb2f1beebdff90fef06b1['infowindow'] = new google.maps.InfoWindow({content: $l5a8ad303176cb2f1beebdff90fef06b1});var infowindow = new google.maps.InfoWindow({content: $l5a8ad303176cb2f1beebdff90fef06b1});google.maps.event.addListener(m_5a8ad303176cb2f1beebdff90fef06b1, 'click', function() {infowindow.open(map,m_5a8ad303176cb2f1beebdff90fef06b1);});$marker.push(m_5a8ad303176cb2f1beebdff90fef06b1);}});}google.maps.event.addDomListener(window, 'load', initialize);