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.5951,-76.1937)};var g_881c683423f3e41769d28def829deabf = new google.maps.Geocoder();g_881c683423f3e41769d28def829deabf.geocode( { 'address': "Neubig Rd, Cortland, NY 13045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-NY-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('cortland-NY-atm-mt-bank'), mapOptions);}document.getElementById('80ee00d0').innerHTML += ' | View Map';var $l881c683423f3e41769d28def829deabf = '

ATM (M&T Bank)

Address: Neubig Rd, Cortland, NY 13045, USA
Phone:
';var m_881c683423f3e41769d28def829deabf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (M&T Bank)',});m_881c683423f3e41769d28def829deabf['infowindow'] = new google.maps.InfoWindow({content: $l881c683423f3e41769d28def829deabf});var infowindow = new google.maps.InfoWindow({content: $l881c683423f3e41769d28def829deabf});google.maps.event.addListener(m_881c683423f3e41769d28def829deabf, 'click', function() {infowindow.open(map,m_881c683423f3e41769d28def829deabf);});$marker.push(m_881c683423f3e41769d28def829deabf);}});var g_020aaa226ca6cb860877b06e4e8e6855 = new google.maps.Geocoder();g_020aaa226ca6cb860877b06e4e8e6855.geocode( { 'address': "1091 NY-22, Cortland, NY 13045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cortland-NY-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('cortland-NY-atm-mt-bank'), mapOptions);}document.getElementById('7ca23371').innerHTML += ' | View Map';var $l020aaa226ca6cb860877b06e4e8e6855 = '

ATM (M&T Bank)

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