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(43.0016,-75.9766)};var g_af5604111becd28211b2bc271c8c9b57 = new google.maps.Geocoder();g_af5604111becd28211b2bc271c8c9b57.geocode( { 'address': "228 E Seneca St, Manlius, NY 13104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manlius-NY-keybank----permanently-closed').style.display = '';map = new google.maps.Map(document.getElementById('manlius-NY-keybank----permanently-closed'), mapOptions);}document.getElementById('a4252774').innerHTML += ' | View Map';var $laf5604111becd28211b2bc271c8c9b57 = '

KeyBank -- Permanently closed

Address: 228 E Seneca St, Manlius, NY 13104, USA
Phone: (315) 682-2541
';var m_af5604111becd28211b2bc271c8c9b57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank -- Permanently closed',});m_af5604111becd28211b2bc271c8c9b57['infowindow'] = new google.maps.InfoWindow({content: $laf5604111becd28211b2bc271c8c9b57});var infowindow = new google.maps.InfoWindow({content: $laf5604111becd28211b2bc271c8c9b57});google.maps.event.addListener(m_af5604111becd28211b2bc271c8c9b57, 'click', function() {infowindow.open(map,m_af5604111becd28211b2bc271c8c9b57);});$marker.push(m_af5604111becd28211b2bc271c8c9b57);}});}google.maps.event.addDomListener(window, 'load', initialize);