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_768ebda0321d58a46779869f1ac760ac = new google.maps.Geocoder();g_768ebda0321d58a46779869f1ac760ac.geocode( { 'address': "1618 Railroad Ave, Greenwich, CT 06830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-citibank').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-citibank'), mapOptions);}document.getElementById('d1039502').innerHTML += ' | View Map';var $l768ebda0321d58a46779869f1ac760ac = '

Citibank

Address: 1618 Railroad Ave, Greenwich, CT 06830
Phone: (203) 987-5960
';var m_768ebda0321d58a46779869f1ac760ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_768ebda0321d58a46779869f1ac760ac['infowindow'] = new google.maps.InfoWindow({content: $l768ebda0321d58a46779869f1ac760ac});var infowindow = new google.maps.InfoWindow({content: $l768ebda0321d58a46779869f1ac760ac});google.maps.event.addListener(m_768ebda0321d58a46779869f1ac760ac, 'click', function() {infowindow.open(map,m_768ebda0321d58a46779869f1ac760ac);});$marker.push(m_768ebda0321d58a46779869f1ac760ac);}});var g_7b6e3742792c1e9460c4d70a5bb873b7 = new google.maps.Geocoder();g_7b6e3742792c1e9460c4d70a5bb873b7.geocode( { 'address': "48 West Putnam Avenue, Greenwich, CT 06830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-citibank').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-citibank'), mapOptions);}document.getElementById('bf14a5a2').innerHTML += ' | View Map';var $l7b6e3742792c1e9460c4d70a5bb873b7 = '

Citibank

Address: 48 West Putnam Avenue, Greenwich, CT 06830
Phone: (203) 987-5774
';var m_7b6e3742792c1e9460c4d70a5bb873b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_7b6e3742792c1e9460c4d70a5bb873b7['infowindow'] = new google.maps.InfoWindow({content: $l7b6e3742792c1e9460c4d70a5bb873b7});var infowindow = new google.maps.InfoWindow({content: $l7b6e3742792c1e9460c4d70a5bb873b7});google.maps.event.addListener(m_7b6e3742792c1e9460c4d70a5bb873b7, 'click', function() {infowindow.open(map,m_7b6e3742792c1e9460c4d70a5bb873b7);});$marker.push(m_7b6e3742792c1e9460c4d70a5bb873b7);}});}google.maps.event.addDomListener(window, 'load', initialize);