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.788,-73.4163)};var g_c91e3483cf4f90057d02aa492d2b25b1 = new google.maps.Geocoder();g_c91e3483cf4f90057d02aa492d2b25b1.geocode( { 'address': "150 Broadhollow Rd #314, Melville, NY 11747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melville-NY-tayne-law-group-pc').style.display = '';map = new google.maps.Map(document.getElementById('melville-NY-tayne-law-group-pc'), mapOptions);}document.getElementById('9760fbc2').innerHTML += ' | View Map';var $lc91e3483cf4f90057d02aa492d2b25b1 = '

Tayne Law Group, P.C.

Address: 150 Broadhollow Rd #314, Melville, NY 11747, USA
Phone: (631) 470-8204
';var m_c91e3483cf4f90057d02aa492d2b25b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tayne Law Group, P.C.',});m_c91e3483cf4f90057d02aa492d2b25b1['infowindow'] = new google.maps.InfoWindow({content: $lc91e3483cf4f90057d02aa492d2b25b1});var infowindow = new google.maps.InfoWindow({content: $lc91e3483cf4f90057d02aa492d2b25b1});google.maps.event.addListener(m_c91e3483cf4f90057d02aa492d2b25b1, 'click', function() {infowindow.open(map,m_c91e3483cf4f90057d02aa492d2b25b1);});$marker.push(m_c91e3483cf4f90057d02aa492d2b25b1);}});}google.maps.event.addDomListener(window, 'load', initialize);