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.0409,-76.1526)};var g_aa7d66ed4b1c618962d406535c4d282a = new google.maps.Geocoder();g_aa7d66ed4b1c618962d406535c4d282a.geocode( { 'address': "9646 Destiny USA Dr, Syracuse, NY 13204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('syracuse-NY-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('syracuse-NY-key-bank'), mapOptions);}document.getElementById('9e85af6d').innerHTML += ' | View Map';var $laa7d66ed4b1c618962d406535c4d282a = '

Key Bank

Address: 9646 Destiny USA Dr, Syracuse, NY 13204
Phone: (315) 466-1603
';var m_aa7d66ed4b1c618962d406535c4d282a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Key Bank',});m_aa7d66ed4b1c618962d406535c4d282a['infowindow'] = new google.maps.InfoWindow({content: $laa7d66ed4b1c618962d406535c4d282a});var infowindow = new google.maps.InfoWindow({content: $laa7d66ed4b1c618962d406535c4d282a});google.maps.event.addListener(m_aa7d66ed4b1c618962d406535c4d282a, 'click', function() {infowindow.open(map,m_aa7d66ed4b1c618962d406535c4d282a);});$marker.push(m_aa7d66ed4b1c618962d406535c4d282a);}});}google.maps.event.addDomListener(window, 'load', initialize);