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.6975,-73.889)};var g_3cd5b730d6b4c1521b7a7cfad50d7745 = new google.maps.Geocoder();g_3cd5b730d6b4c1521b7a7cfad50d7745.geocode( { 'address': "2050 Western Ave, Guilderland, NY 12084, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guilderland-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('guilderland-NY-keybank'), mapOptions);}document.getElementById('87932fc1').innerHTML += ' | View Map';var $l3cd5b730d6b4c1521b7a7cfad50d7745 = '

KeyBank

Address: 2050 Western Ave, Guilderland, NY 12084, USA
Phone: (518) 218-5333
';var m_3cd5b730d6b4c1521b7a7cfad50d7745 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_3cd5b730d6b4c1521b7a7cfad50d7745['infowindow'] = new google.maps.InfoWindow({content: $l3cd5b730d6b4c1521b7a7cfad50d7745});var infowindow = new google.maps.InfoWindow({content: $l3cd5b730d6b4c1521b7a7cfad50d7745});google.maps.event.addListener(m_3cd5b730d6b4c1521b7a7cfad50d7745, 'click', function() {infowindow.open(map,m_3cd5b730d6b4c1521b7a7cfad50d7745);});$marker.push(m_3cd5b730d6b4c1521b7a7cfad50d7745);}});}google.maps.event.addDomListener(window, 'load', initialize);