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.0638,-76.0717)};var g_9f035001ce09d0f33f4bf01eb34c15b6 = new google.maps.Geocoder();g_9f035001ce09d0f33f4bf01eb34c15b6.geocode( { 'address': "121 W Manlius St, East Syracuse, NY 13057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-syracuse-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('east-syracuse-NY-keybank'), mapOptions);}document.getElementById('89e440d0').innerHTML += ' | View Map';var $l9f035001ce09d0f33f4bf01eb34c15b6 = '

KeyBank

Address: 121 W Manlius St, East Syracuse, NY 13057, USA
Phone: (315) 437-7872
';var m_9f035001ce09d0f33f4bf01eb34c15b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_9f035001ce09d0f33f4bf01eb34c15b6['infowindow'] = new google.maps.InfoWindow({content: $l9f035001ce09d0f33f4bf01eb34c15b6});var infowindow = new google.maps.InfoWindow({content: $l9f035001ce09d0f33f4bf01eb34c15b6});google.maps.event.addListener(m_9f035001ce09d0f33f4bf01eb34c15b6, 'click', function() {infowindow.open(map,m_9f035001ce09d0f33f4bf01eb34c15b6);});$marker.push(m_9f035001ce09d0f33f4bf01eb34c15b6);}});}google.maps.event.addDomListener(window, 'load', initialize);