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.0355,-73.6282)};var g_2c835908abb9ee423ac025e84663066a = new google.maps.Geocoder();g_2c835908abb9ee423ac025e84663066a.geocode( { 'address': "71 Arch St, Greenwich, CT 06830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-csat-investment-advisory').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-csat-investment-advisory'), mapOptions);}document.getElementById('7255a798').innerHTML += ' | View Map';var $l2c835908abb9ee423ac025e84663066a = '

CSat Investment Advisory

Address: 71 Arch St, Greenwich, CT 06830
Phone: (203) 340-9733
';var m_2c835908abb9ee423ac025e84663066a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CSat Investment Advisory',});m_2c835908abb9ee423ac025e84663066a['infowindow'] = new google.maps.InfoWindow({content: $l2c835908abb9ee423ac025e84663066a});var infowindow = new google.maps.InfoWindow({content: $l2c835908abb9ee423ac025e84663066a});google.maps.event.addListener(m_2c835908abb9ee423ac025e84663066a, 'click', function() {infowindow.open(map,m_2c835908abb9ee423ac025e84663066a);});$marker.push(m_2c835908abb9ee423ac025e84663066a);}});}google.maps.event.addDomListener(window, 'load', initialize);