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(41.1525,-73.9897)};var g_08c5433a60135c32e34f46a71175850c = new google.maps.Geocoder();g_08c5433a60135c32e34f46a71175850c.geocode( { 'address': "151 N Main St, New City, NY 10956, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-city-NY-scott-barry-ugell').style.display = '';map = new google.maps.Map(document.getElementById('new-city-NY-scott-barry-ugell'), mapOptions);}document.getElementById('5597dc2b').innerHTML += ' | View Map';var $l08c5433a60135c32e34f46a71175850c = '

Scott Barry Ugell

Address: 151 N Main St, New City, NY 10956, USA
Phone: (845) 639-7011
';var m_08c5433a60135c32e34f46a71175850c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Barry Ugell',});m_08c5433a60135c32e34f46a71175850c['infowindow'] = new google.maps.InfoWindow({content: $l08c5433a60135c32e34f46a71175850c});var infowindow = new google.maps.InfoWindow({content: $l08c5433a60135c32e34f46a71175850c});google.maps.event.addListener(m_08c5433a60135c32e34f46a71175850c, 'click', function() {infowindow.open(map,m_08c5433a60135c32e34f46a71175850c);});$marker.push(m_08c5433a60135c32e34f46a71175850c);}});}google.maps.event.addDomListener(window, 'load', initialize);