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.0444,-76.2891)};var g_a665c35a55b0d5bd3e83ad6b453d64c7 = new google.maps.Geocoder();g_a665c35a55b0d5bd3e83ad6b453d64c7.geocode( { 'address': "5318 W Genesee St, Camillus, NY 13031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camillus-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('camillus-NY-keybank'), mapOptions);}document.getElementById('eb0b3a14').innerHTML += ' | View Map';var $la665c35a55b0d5bd3e83ad6b453d64c7 = '

KeyBank

Address: 5318 W Genesee St, Camillus, NY 13031
Phone: (315) 488-8645
';var m_a665c35a55b0d5bd3e83ad6b453d64c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_a665c35a55b0d5bd3e83ad6b453d64c7['infowindow'] = new google.maps.InfoWindow({content: $la665c35a55b0d5bd3e83ad6b453d64c7});var infowindow = new google.maps.InfoWindow({content: $la665c35a55b0d5bd3e83ad6b453d64c7});google.maps.event.addListener(m_a665c35a55b0d5bd3e83ad6b453d64c7, 'click', function() {infowindow.open(map,m_a665c35a55b0d5bd3e83ad6b453d64c7);});$marker.push(m_a665c35a55b0d5bd3e83ad6b453d64c7);}});}google.maps.event.addDomListener(window, 'load', initialize);