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.3,-73.8849)};var g_b9bf0b234977b0f451a352b9ec4fa09c = new google.maps.Geocoder();g_b9bf0b234977b0f451a352b9ec4fa09c.geocode( { 'address': "2062 Main St, Cortlandt, NY 10567, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortlandt-NY-irene-amato').style.display = '';map = new google.maps.Map(document.getElementById('cortlandt-NY-irene-amato'), mapOptions);}document.getElementById('f18c433e').innerHTML += ' | View Map';var $lb9bf0b234977b0f451a352b9ec4fa09c = '

Irene Amato

Address: 2062 Main St, Cortlandt, NY 10567, USA
Phone: (914) 736-9230
';var m_b9bf0b234977b0f451a352b9ec4fa09c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Irene Amato',});m_b9bf0b234977b0f451a352b9ec4fa09c['infowindow'] = new google.maps.InfoWindow({content: $lb9bf0b234977b0f451a352b9ec4fa09c});var infowindow = new google.maps.InfoWindow({content: $lb9bf0b234977b0f451a352b9ec4fa09c});google.maps.event.addListener(m_b9bf0b234977b0f451a352b9ec4fa09c, 'click', function() {infowindow.open(map,m_b9bf0b234977b0f451a352b9ec4fa09c);});$marker.push(m_b9bf0b234977b0f451a352b9ec4fa09c);}});}google.maps.event.addDomListener(window, 'load', initialize);