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.299,-73.4977)};var g_767cb789092b763431e62af222d4fa89 = new google.maps.Geocoder();g_767cb789092b763431e62af222d4fa89.geocode( { 'address': "724 Danbury Rd, Ridgefield, CT 06877"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgefield-CT-hamilton-ladd').style.display = '';map = new google.maps.Map(document.getElementById('ridgefield-CT-hamilton-ladd'), mapOptions);}document.getElementById('0010f3f0').innerHTML += ' | View Map';var $l767cb789092b763431e62af222d4fa89 = '

Hamilton Ladd

Address: 724 Danbury Rd, Ridgefield, CT 06877
Phone: (203) 438-9445
';var m_767cb789092b763431e62af222d4fa89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Ladd',});m_767cb789092b763431e62af222d4fa89['infowindow'] = new google.maps.InfoWindow({content: $l767cb789092b763431e62af222d4fa89});var infowindow = new google.maps.InfoWindow({content: $l767cb789092b763431e62af222d4fa89});google.maps.event.addListener(m_767cb789092b763431e62af222d4fa89, 'click', function() {infowindow.open(map,m_767cb789092b763431e62af222d4fa89);});$marker.push(m_767cb789092b763431e62af222d4fa89);}});}google.maps.event.addDomListener(window, 'load', initialize);