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(41.669,-74.6734)};var g_c20622f3cc208fb865036062e9351dcd = new google.maps.Geocoder();g_c20622f3cc208fb865036062e9351dcd.geocode( { 'address': "4446 NY-42, Monticello, NY 12701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('monticello-NY-mt-bank'), mapOptions);}document.getElementById('16dbb29e').innerHTML += ' | View Map';var $lc20622f3cc208fb865036062e9351dcd = '

M&T Bank

Address: 4446 NY-42, Monticello, NY 12701, USA
Phone: (845) 794-6601
';var m_c20622f3cc208fb865036062e9351dcd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_c20622f3cc208fb865036062e9351dcd['infowindow'] = new google.maps.InfoWindow({content: $lc20622f3cc208fb865036062e9351dcd});var infowindow = new google.maps.InfoWindow({content: $lc20622f3cc208fb865036062e9351dcd});google.maps.event.addListener(m_c20622f3cc208fb865036062e9351dcd, 'click', function() {infowindow.open(map,m_c20622f3cc208fb865036062e9351dcd);});$marker.push(m_c20622f3cc208fb865036062e9351dcd);}});}google.maps.event.addDomListener(window, 'load', initialize);