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.8187,-73.2023)};var g_1947db12994f98e1acd39c90b50b44b7 = new google.maps.Geocoder();g_1947db12994f98e1acd39c90b50b44b7.geocode( { 'address': "888 Veterans Memorial Hwy #420, Hauppauge, NY 11788, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hauppauge-NY-sandra-cutrone-nmls-134425').style.display = '';map = new google.maps.Map(document.getElementById('hauppauge-NY-sandra-cutrone-nmls-134425'), mapOptions);}document.getElementById('e60899d1').innerHTML += ' | View Map';var $l1947db12994f98e1acd39c90b50b44b7 = '

Sandra Cutrone, NMLS #134425

Address: 888 Veterans Memorial Hwy #420, Hauppauge, NY 11788, USA
Phone: (631) 383-1846
';var m_1947db12994f98e1acd39c90b50b44b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sandra Cutrone, NMLS #134425',});m_1947db12994f98e1acd39c90b50b44b7['infowindow'] = new google.maps.InfoWindow({content: $l1947db12994f98e1acd39c90b50b44b7});var infowindow = new google.maps.InfoWindow({content: $l1947db12994f98e1acd39c90b50b44b7});google.maps.event.addListener(m_1947db12994f98e1acd39c90b50b44b7, 'click', function() {infowindow.open(map,m_1947db12994f98e1acd39c90b50b44b7);});$marker.push(m_1947db12994f98e1acd39c90b50b44b7);}});}google.maps.event.addDomListener(window, 'load', initialize);