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_cb70f7a0793b0e62c2687d90b7aa6801 = new google.maps.Geocoder();g_cb70f7a0793b0e62c2687d90b7aa6801.geocode( { 'address': "39 Day Rd, Greenwich, CT 06831"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-suntrust-bank'), mapOptions);}document.getElementById('405e8df3').innerHTML += ' | View Map';var $lcb70f7a0793b0e62c2687d90b7aa6801 = '

Suntrust Bank

Address: 39 Day Rd, Greenwich, CT 06831
Phone: (203) 769-5040
';var m_cb70f7a0793b0e62c2687d90b7aa6801 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntrust Bank',});m_cb70f7a0793b0e62c2687d90b7aa6801['infowindow'] = new google.maps.InfoWindow({content: $lcb70f7a0793b0e62c2687d90b7aa6801});var infowindow = new google.maps.InfoWindow({content: $lcb70f7a0793b0e62c2687d90b7aa6801});google.maps.event.addListener(m_cb70f7a0793b0e62c2687d90b7aa6801, 'click', function() {infowindow.open(map,m_cb70f7a0793b0e62c2687d90b7aa6801);});$marker.push(m_cb70f7a0793b0e62c2687d90b7aa6801);}});}google.maps.event.addDomListener(window, 'load', initialize);