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_ccac84abb41cd9e984aaeb139adb4ab8 = new google.maps.Geocoder();g_ccac84abb41cd9e984aaeb139adb4ab8.geocode( { 'address': "53 Greenwich Ave, Greenwich, CT 06830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-citizens-bank'), mapOptions);}document.getElementById('b26c106f').innerHTML += ' | View Map';var $lccac84abb41cd9e984aaeb139adb4ab8 = '

Citizens Bank

Address: 53 Greenwich Ave, Greenwich, CT 06830
Phone: (203) 629-7986
';var m_ccac84abb41cd9e984aaeb139adb4ab8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_ccac84abb41cd9e984aaeb139adb4ab8['infowindow'] = new google.maps.InfoWindow({content: $lccac84abb41cd9e984aaeb139adb4ab8});var infowindow = new google.maps.InfoWindow({content: $lccac84abb41cd9e984aaeb139adb4ab8});google.maps.event.addListener(m_ccac84abb41cd9e984aaeb139adb4ab8, 'click', function() {infowindow.open(map,m_ccac84abb41cd9e984aaeb139adb4ab8);});$marker.push(m_ccac84abb41cd9e984aaeb139adb4ab8);}});}google.maps.event.addDomListener(window, 'load', initialize);