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.761,-73.9826)};var g_2f83404c6d4d41d7372abeb24310fa83 = new google.maps.Geocoder();g_2f83404c6d4d41d7372abeb24310fa83.geocode( { 'address': "135 W 50th St #18d, New York, NY 10020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-stan-aleshin---mortgage-master').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-stan-aleshin---mortgage-master'), mapOptions);}document.getElementById('fbef00a3').innerHTML += ' | View Map';var $l2f83404c6d4d41d7372abeb24310fa83 = '

Stan Aleshin - Mortgage Master

Address: 135 W 50th St #18d, New York, NY 10020, USA
Phone: (212) 351-8014
';var m_2f83404c6d4d41d7372abeb24310fa83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stan Aleshin - Mortgage Master',});m_2f83404c6d4d41d7372abeb24310fa83['infowindow'] = new google.maps.InfoWindow({content: $l2f83404c6d4d41d7372abeb24310fa83});var infowindow = new google.maps.InfoWindow({content: $l2f83404c6d4d41d7372abeb24310fa83});google.maps.event.addListener(m_2f83404c6d4d41d7372abeb24310fa83, 'click', function() {infowindow.open(map,m_2f83404c6d4d41d7372abeb24310fa83);});$marker.push(m_2f83404c6d4d41d7372abeb24310fa83);}});}google.maps.event.addDomListener(window, 'load', initialize);