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_c44323246b86a7881450bf99a5a45f73 = new google.maps.Geocoder();g_c44323246b86a7881450bf99a5a45f73.geocode( { 'address': "999 Bedford St, Stamford, CT 06905"}, 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('e8d2c9e7').innerHTML += ' | View Map';var $lc44323246b86a7881450bf99a5a45f73 = '

KeyBank

Address: 999 Bedford St, Stamford, CT 06905
Phone: (203) 348-1800
';var m_c44323246b86a7881450bf99a5a45f73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_c44323246b86a7881450bf99a5a45f73['infowindow'] = new google.maps.InfoWindow({content: $lc44323246b86a7881450bf99a5a45f73});var infowindow = new google.maps.InfoWindow({content: $lc44323246b86a7881450bf99a5a45f73});google.maps.event.addListener(m_c44323246b86a7881450bf99a5a45f73, 'click', function() {infowindow.open(map,m_c44323246b86a7881450bf99a5a45f73);});$marker.push(m_c44323246b86a7881450bf99a5a45f73);}});}google.maps.event.addDomListener(window, 'load', initialize);