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.0943,-73.5185)};var g_b085c4fa543afe32970749f5e2bcdc6a = new google.maps.Geocoder();g_b085c4fa543afe32970749f5e2bcdc6a.geocode( { 'address': "1042 Hope St, Stamford, CT 06907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-keybank').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-keybank'), mapOptions);}document.getElementById('c4da03de').innerHTML += ' | View Map';var $lb085c4fa543afe32970749f5e2bcdc6a = '

KeyBank

Address: 1042 Hope St, Stamford, CT 06907, USA
Phone: (203) 978-0802
';var m_b085c4fa543afe32970749f5e2bcdc6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_b085c4fa543afe32970749f5e2bcdc6a['infowindow'] = new google.maps.InfoWindow({content: $lb085c4fa543afe32970749f5e2bcdc6a});var infowindow = new google.maps.InfoWindow({content: $lb085c4fa543afe32970749f5e2bcdc6a});google.maps.event.addListener(m_b085c4fa543afe32970749f5e2bcdc6a, 'click', function() {infowindow.open(map,m_b085c4fa543afe32970749f5e2bcdc6a);});$marker.push(m_b085c4fa543afe32970749f5e2bcdc6a);}});}google.maps.event.addDomListener(window, 'load', initialize);