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.9823)};var g_32161d8c28e20d7c92e4bc602c7ef5a8 = new google.maps.Geocoder();g_32161d8c28e20d7c92e4bc602c7ef5a8.geocode( { 'address': "135 W 50th St, New York, NY 10020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-adam-dahill-nmls--66099').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-adam-dahill-nmls--66099'), mapOptions);}document.getElementById('7a41256d').innerHTML += ' | View Map';var $l32161d8c28e20d7c92e4bc602c7ef5a8 = '

Adam Dahill, NMLS # 66099

Address: 135 W 50th St, New York, NY 10020, USA
Phone: (212) 351-8020
';var m_32161d8c28e20d7c92e4bc602c7ef5a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adam Dahill, NMLS # 66099',});m_32161d8c28e20d7c92e4bc602c7ef5a8['infowindow'] = new google.maps.InfoWindow({content: $l32161d8c28e20d7c92e4bc602c7ef5a8});var infowindow = new google.maps.InfoWindow({content: $l32161d8c28e20d7c92e4bc602c7ef5a8});google.maps.event.addListener(m_32161d8c28e20d7c92e4bc602c7ef5a8, 'click', function() {infowindow.open(map,m_32161d8c28e20d7c92e4bc602c7ef5a8);});$marker.push(m_32161d8c28e20d7c92e4bc602c7ef5a8);}});}google.maps.event.addDomListener(window, 'load', initialize);