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.1139,-75.953)};var g_c31bac993e1382b5726d98380770a63d = new google.maps.Geocoder();g_c31bac993e1382b5726d98380770a63d.geocode( { 'address': "20 Jenison Ave, Johnson City, NY 13790, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-NY-mt-bank'), mapOptions);}document.getElementById('91dbe594').innerHTML += ' | View Map';var $lc31bac993e1382b5726d98380770a63d = '

M&T Bank

Address: 20 Jenison Ave, Johnson City, NY 13790, USA
Phone: (607) 772-2381
';var m_c31bac993e1382b5726d98380770a63d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_c31bac993e1382b5726d98380770a63d['infowindow'] = new google.maps.InfoWindow({content: $lc31bac993e1382b5726d98380770a63d});var infowindow = new google.maps.InfoWindow({content: $lc31bac993e1382b5726d98380770a63d});google.maps.event.addListener(m_c31bac993e1382b5726d98380770a63d, 'click', function() {infowindow.open(map,m_c31bac993e1382b5726d98380770a63d);});$marker.push(m_c31bac993e1382b5726d98380770a63d);}});}google.maps.event.addDomListener(window, 'load', initialize);