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.6893,-74.6808)};var g_da7cda585dcc405bd9e86ee7a510fc67 = new google.maps.Geocoder();g_da7cda585dcc405bd9e86ee7a510fc67.geocode( { 'address': "418 Broadway, Monticello, NY 12701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('monticello-NY-keybank'), mapOptions);}document.getElementById('3a7d1202').innerHTML += ' | View Map';var $lda7cda585dcc405bd9e86ee7a510fc67 = '

KeyBank

Address: 418 Broadway, Monticello, NY 12701
Phone: (845) 794-8200
';var m_da7cda585dcc405bd9e86ee7a510fc67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_da7cda585dcc405bd9e86ee7a510fc67['infowindow'] = new google.maps.InfoWindow({content: $lda7cda585dcc405bd9e86ee7a510fc67});var infowindow = new google.maps.InfoWindow({content: $lda7cda585dcc405bd9e86ee7a510fc67});google.maps.event.addListener(m_da7cda585dcc405bd9e86ee7a510fc67, 'click', function() {infowindow.open(map,m_da7cda585dcc405bd9e86ee7a510fc67);});$marker.push(m_da7cda585dcc405bd9e86ee7a510fc67);}});}google.maps.event.addDomListener(window, 'load', initialize);