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.3078,-72.924)};var g_911a47d5231ebf199813af401dd514fb = new google.maps.Geocoder();g_911a47d5231ebf199813af401dd514fb.geocode( { 'address': "195 Church St, New Haven, CT 06510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-haven-CT-keybank').style.display = '';map = new google.maps.Map(document.getElementById('new-haven-CT-keybank'), mapOptions);}document.getElementById('0c34668e').innerHTML += ' | View Map';var $l911a47d5231ebf199813af401dd514fb = '

KeyBank

Address: 195 Church St, New Haven, CT 06510, USA
Phone: (203) 789-2781
';var m_911a47d5231ebf199813af401dd514fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_911a47d5231ebf199813af401dd514fb['infowindow'] = new google.maps.InfoWindow({content: $l911a47d5231ebf199813af401dd514fb});var infowindow = new google.maps.InfoWindow({content: $l911a47d5231ebf199813af401dd514fb});google.maps.event.addListener(m_911a47d5231ebf199813af401dd514fb, 'click', function() {infowindow.open(map,m_911a47d5231ebf199813af401dd514fb);});$marker.push(m_911a47d5231ebf199813af401dd514fb);}});}google.maps.event.addDomListener(window, 'load', initialize);