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(42.6483,-73.7516)};var g_7c8150213491f29a32e41242e2fdf55a = new google.maps.Geocoder();g_7c8150213491f29a32e41242e2fdf55a.geocode( { 'address': "112 Grand St, Albany, NY 12202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-NY-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('albany-NY-key-bank'), mapOptions);}document.getElementById('db87d244').innerHTML += ' | View Map';var $l7c8150213491f29a32e41242e2fdf55a = '

Key Bank

Address: 112 Grand St, Albany, NY 12202
Phone: (518) 434-2075
';var m_7c8150213491f29a32e41242e2fdf55a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_7c8150213491f29a32e41242e2fdf55a['infowindow'] = new google.maps.InfoWindow({content: $l7c8150213491f29a32e41242e2fdf55a});var infowindow = new google.maps.InfoWindow({content: $l7c8150213491f29a32e41242e2fdf55a});google.maps.event.addListener(m_7c8150213491f29a32e41242e2fdf55a, 'click', function() {infowindow.open(map,m_7c8150213491f29a32e41242e2fdf55a);});$marker.push(m_7c8150213491f29a32e41242e2fdf55a);}});}google.maps.event.addDomListener(window, 'load', initialize);