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(42.5727,-76.2175)};var g_4d87b1e68362a3641ee2399990e7fec2 = new google.maps.Geocoder();g_4d87b1e68362a3641ee2399990e7fec2.geocode( { 'address': "860 NY-13, Cortland, NY 13045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-NY-first-niagara-bank---cortlandville-branch').style.display = '';map = new google.maps.Map(document.getElementById('cortland-NY-first-niagara-bank---cortlandville-branch'), mapOptions);}document.getElementById('bd4c00c6').innerHTML += ' | View Map';var $l4d87b1e68362a3641ee2399990e7fec2 = '

First Niagara Bank - Cortlandville Branch

Address: 860 NY-13, Cortland, NY 13045, USA
Phone: (607) 758-2350
';var m_4d87b1e68362a3641ee2399990e7fec2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Niagara Bank - Cortlandville Branch',});m_4d87b1e68362a3641ee2399990e7fec2['infowindow'] = new google.maps.InfoWindow({content: $l4d87b1e68362a3641ee2399990e7fec2});var infowindow = new google.maps.InfoWindow({content: $l4d87b1e68362a3641ee2399990e7fec2});google.maps.event.addListener(m_4d87b1e68362a3641ee2399990e7fec2, 'click', function() {infowindow.open(map,m_4d87b1e68362a3641ee2399990e7fec2);});$marker.push(m_4d87b1e68362a3641ee2399990e7fec2);}});}google.maps.event.addDomListener(window, 'load', initialize);