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.0519,-73.5389)};var g_35e6f4aed98ef0d4a84d1c735d8a6877 = new google.maps.Geocoder();g_35e6f4aed98ef0d4a84d1c735d8a6877.geocode( { 'address': "301 Tresser Blvd, Stamford, CT 06901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-us-commercial-banking').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-us-commercial-banking'), mapOptions);}document.getElementById('80abe5bb').innerHTML += ' | View Map';var $l35e6f4aed98ef0d4a84d1c735d8a6877 = '

US Commercial Banking

Address: 301 Tresser Blvd, Stamford, CT 06901
Phone: (203) 975-7612
';var m_35e6f4aed98ef0d4a84d1c735d8a6877 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Commercial Banking',});m_35e6f4aed98ef0d4a84d1c735d8a6877['infowindow'] = new google.maps.InfoWindow({content: $l35e6f4aed98ef0d4a84d1c735d8a6877});var infowindow = new google.maps.InfoWindow({content: $l35e6f4aed98ef0d4a84d1c735d8a6877});google.maps.event.addListener(m_35e6f4aed98ef0d4a84d1c735d8a6877, 'click', function() {infowindow.open(map,m_35e6f4aed98ef0d4a84d1c735d8a6877);});$marker.push(m_35e6f4aed98ef0d4a84d1c735d8a6877);}});}google.maps.event.addDomListener(window, 'load', initialize);