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.7982,-73.0763)};var g_28d869c69f0db2f0ce2e51e9f4af09df = new google.maps.Geocoder();g_28d869c69f0db2f0ce2e51e9f4af09df.geocode( { 'address': "751 Coates Ave, Holbrook, NY 11741"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holbrook-NY-abg-services').style.display = '';map = new google.maps.Map(document.getElementById('holbrook-NY-abg-services'), mapOptions);}document.getElementById('b258cef7').innerHTML += ' | View Map';var $l28d869c69f0db2f0ce2e51e9f4af09df = '

ABG Services

Address: 751 Coates Ave, Holbrook, NY 11741
Phone: (631) 588-9664
';var m_28d869c69f0db2f0ce2e51e9f4af09df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABG Services',});m_28d869c69f0db2f0ce2e51e9f4af09df['infowindow'] = new google.maps.InfoWindow({content: $l28d869c69f0db2f0ce2e51e9f4af09df});var infowindow = new google.maps.InfoWindow({content: $l28d869c69f0db2f0ce2e51e9f4af09df});google.maps.event.addListener(m_28d869c69f0db2f0ce2e51e9f4af09df, 'click', function() {infowindow.open(map,m_28d869c69f0db2f0ce2e51e9f4af09df);});$marker.push(m_28d869c69f0db2f0ce2e51e9f4af09df);}});}google.maps.event.addDomListener(window, 'load', initialize);