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.8034,-73.411)};var g_597c7b407a02cc0a92167e7a371eca25 = new google.maps.Geocoder();g_597c7b407a02cc0a92167e7a371eca25.geocode( { 'address': "734 Walt Whitman Rd #203, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-law-office-of-ronald-d-weiss-pc').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-law-office-of-ronald-d-weiss-pc'), mapOptions);}document.getElementById('a4a8fb83').innerHTML += ' | View Map';var $l597c7b407a02cc0a92167e7a371eca25 = '

Law Office of Ronald D. Weiss, P.C.

Address: 734 Walt Whitman Rd #203, Melville, NY 11747, USA
Phone: (631) 479-2455
';var m_597c7b407a02cc0a92167e7a371eca25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Office of Ronald D. Weiss, P.C.',});m_597c7b407a02cc0a92167e7a371eca25['infowindow'] = new google.maps.InfoWindow({content: $l597c7b407a02cc0a92167e7a371eca25});var infowindow = new google.maps.InfoWindow({content: $l597c7b407a02cc0a92167e7a371eca25});google.maps.event.addListener(m_597c7b407a02cc0a92167e7a371eca25, 'click', function() {infowindow.open(map,m_597c7b407a02cc0a92167e7a371eca25);});$marker.push(m_597c7b407a02cc0a92167e7a371eca25);}});}google.maps.event.addDomListener(window, 'load', initialize);