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.7913,-73.7029)};var g_a253304770a237c8d4017bb974ee9c81 = new google.maps.Geocoder();g_a253304770a237c8d4017bb974ee9c81.geocode( { 'address': "1165 Northern Blvd #202, Manhasset, NY 11030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manhasset-NY-national-merchants').style.display = '';map = new google.maps.Map(document.getElementById('manhasset-NY-national-merchants'), mapOptions);}document.getElementById('924efaeb').innerHTML += ' | View Map';var $la253304770a237c8d4017bb974ee9c81 = '

National Merchants

Address: 1165 Northern Blvd #202, Manhasset, NY 11030, USA
Phone: (646) 506-9393
';var m_a253304770a237c8d4017bb974ee9c81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Merchants',});m_a253304770a237c8d4017bb974ee9c81['infowindow'] = new google.maps.InfoWindow({content: $la253304770a237c8d4017bb974ee9c81});var infowindow = new google.maps.InfoWindow({content: $la253304770a237c8d4017bb974ee9c81});google.maps.event.addListener(m_a253304770a237c8d4017bb974ee9c81, 'click', function() {infowindow.open(map,m_a253304770a237c8d4017bb974ee9c81);});$marker.push(m_a253304770a237c8d4017bb974ee9c81);}});}google.maps.event.addDomListener(window, 'load', initialize);