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

Greenwich Bank & Trust Company

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