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.0385,-73.6645)};var g_cba3754afb2096833d61b95c31ad9131 = new google.maps.Geocoder();g_cba3754afb2096833d61b95c31ad9131.geocode( { 'address': "273 Glenville Rd, Greenwich, CT 06831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-greenwich-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-greenwich-bank--trust'), mapOptions);}document.getElementById('d1264880').innerHTML += ' | View Map';var $lcba3754afb2096833d61b95c31ad9131 = '

Greenwich Bank & Trust

Address: 273 Glenville Rd, Greenwich, CT 06831, USA
Phone: (203) 532-4784
';var m_cba3754afb2096833d61b95c31ad9131 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greenwich Bank & Trust',});m_cba3754afb2096833d61b95c31ad9131['infowindow'] = new google.maps.InfoWindow({content: $lcba3754afb2096833d61b95c31ad9131});var infowindow = new google.maps.InfoWindow({content: $lcba3754afb2096833d61b95c31ad9131});google.maps.event.addListener(m_cba3754afb2096833d61b95c31ad9131, 'click', function() {infowindow.open(map,m_cba3754afb2096833d61b95c31ad9131);});$marker.push(m_cba3754afb2096833d61b95c31ad9131);}});}google.maps.event.addDomListener(window, 'load', initialize);