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.5989,-76.2028)};var g_9e2820cf5cac004ea701f2a1b891cac3 = new google.maps.Geocoder();g_9e2820cf5cac004ea701f2a1b891cac3.geocode( { 'address': "13045, 1091 222, Cortland, NY 13045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('cortland-NY-mt-bank'), mapOptions);}document.getElementById('4467d4ed').innerHTML += ' | View Map';var $l9e2820cf5cac004ea701f2a1b891cac3 = '

M&T Bank

Address: 13045, 1091 222, Cortland, NY 13045, USA
Phone: (607) 756-5607
';var m_9e2820cf5cac004ea701f2a1b891cac3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_9e2820cf5cac004ea701f2a1b891cac3['infowindow'] = new google.maps.InfoWindow({content: $l9e2820cf5cac004ea701f2a1b891cac3});var infowindow = new google.maps.InfoWindow({content: $l9e2820cf5cac004ea701f2a1b891cac3});google.maps.event.addListener(m_9e2820cf5cac004ea701f2a1b891cac3, 'click', function() {infowindow.open(map,m_9e2820cf5cac004ea701f2a1b891cac3);});$marker.push(m_9e2820cf5cac004ea701f2a1b891cac3);}});}google.maps.event.addDomListener(window, 'load', initialize);