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.4515,-76.5017)};var g_00a9849ddb1168ffca2d599d316a7b19 = new google.maps.Geocoder();g_00a9849ddb1168ffca2d599d316a7b19.geocode( { 'address': "138 State Route 104 E, Oswego, NY 13126"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('oswego-NY-keybank'), mapOptions);}document.getElementById('112b9311').innerHTML += ' | View Map';var $l00a9849ddb1168ffca2d599d316a7b19 = '

KeyBank

Address: 138 State Route 104 E, Oswego, NY 13126
Phone: (315) 342-2248
';var m_00a9849ddb1168ffca2d599d316a7b19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_00a9849ddb1168ffca2d599d316a7b19['infowindow'] = new google.maps.InfoWindow({content: $l00a9849ddb1168ffca2d599d316a7b19});var infowindow = new google.maps.InfoWindow({content: $l00a9849ddb1168ffca2d599d316a7b19});google.maps.event.addListener(m_00a9849ddb1168ffca2d599d316a7b19, 'click', function() {infowindow.open(map,m_00a9849ddb1168ffca2d599d316a7b19);});$marker.push(m_00a9849ddb1168ffca2d599d316a7b19);}});}google.maps.event.addDomListener(window, 'load', initialize);