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.006,-75.9854)};var g_545b0632c32e67738ab0b6219c3153a6 = new google.maps.Geocoder();g_545b0632c32e67738ab0b6219c3153a6.geocode( { 'address': "7670 Highbridge Rd, Manlius, NY 13104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manlius-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('manlius-NY-keybank'), mapOptions);}document.getElementById('cb53ef9c').innerHTML += ' | View Map';var $l545b0632c32e67738ab0b6219c3153a6 = '

KeyBank

Address: 7670 Highbridge Rd, Manlius, NY 13104, USA
Phone: (315) 692-0329
';var m_545b0632c32e67738ab0b6219c3153a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_545b0632c32e67738ab0b6219c3153a6['infowindow'] = new google.maps.InfoWindow({content: $l545b0632c32e67738ab0b6219c3153a6});var infowindow = new google.maps.InfoWindow({content: $l545b0632c32e67738ab0b6219c3153a6});google.maps.event.addListener(m_545b0632c32e67738ab0b6219c3153a6, 'click', function() {infowindow.open(map,m_545b0632c32e67738ab0b6219c3153a6);});$marker.push(m_545b0632c32e67738ab0b6219c3153a6);}});}google.maps.event.addDomListener(window, 'load', initialize);