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.0133,-73.6557)};var g_98580df22e2ba2fd69e9456cbf0060bf = new google.maps.Geocoder();g_98580df22e2ba2fd69e9456cbf0060bf.geocode( { 'address': "777 West Putnam Avenue, Greenwich, CT 06830, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-fifth-street').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-fifth-street'), mapOptions);}document.getElementById('52589c9a').innerHTML += ' | View Map';var $l98580df22e2ba2fd69e9456cbf0060bf = '

Fifth Street

Address: 777 West Putnam Avenue, Greenwich, CT 06830, USA
Phone: (203) 681-3600
';var m_98580df22e2ba2fd69e9456cbf0060bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Street',});m_98580df22e2ba2fd69e9456cbf0060bf['infowindow'] = new google.maps.InfoWindow({content: $l98580df22e2ba2fd69e9456cbf0060bf});var infowindow = new google.maps.InfoWindow({content: $l98580df22e2ba2fd69e9456cbf0060bf});google.maps.event.addListener(m_98580df22e2ba2fd69e9456cbf0060bf, 'click', function() {infowindow.open(map,m_98580df22e2ba2fd69e9456cbf0060bf);});$marker.push(m_98580df22e2ba2fd69e9456cbf0060bf);}});}google.maps.event.addDomListener(window, 'load', initialize);