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.7742,-73.4224)};var g_1160b456c2b0d88893e20daf51f80f39 = new google.maps.Geocoder();g_1160b456c2b0d88893e20daf51f80f39.geocode( { 'address': "534 Broadhollow Rd, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-prime-standard').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-prime-standard'), mapOptions);}document.getElementById('115250fa').innerHTML += ' | View Map';var $l1160b456c2b0d88893e20daf51f80f39 = '

Prime Standard

Address: 534 Broadhollow Rd, Melville, NY 11747, USA
Phone: (844) 937-7463
';var m_1160b456c2b0d88893e20daf51f80f39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prime Standard',});m_1160b456c2b0d88893e20daf51f80f39['infowindow'] = new google.maps.InfoWindow({content: $l1160b456c2b0d88893e20daf51f80f39});var infowindow = new google.maps.InfoWindow({content: $l1160b456c2b0d88893e20daf51f80f39});google.maps.event.addListener(m_1160b456c2b0d88893e20daf51f80f39, 'click', function() {infowindow.open(map,m_1160b456c2b0d88893e20daf51f80f39);});$marker.push(m_1160b456c2b0d88893e20daf51f80f39);}});}google.maps.event.addDomListener(window, 'load', initialize);