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.1072,-74.0678)};var g_3b9d129b3556ac9f374e3d1303a4f919 = new google.maps.Geocoder();g_3b9d129b3556ac9f374e3d1303a4f919.geocode( { 'address': "87 NY-59, Monsey, NY 10952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monsey-NY-keybank').style.display = '';map = new google.maps.Map(document.getElementById('monsey-NY-keybank'), mapOptions);}document.getElementById('bed1b988').innerHTML += ' | View Map';var $l3b9d129b3556ac9f374e3d1303a4f919 = '

KeyBank

Address: 87 NY-59, Monsey, NY 10952, USA
Phone: (845) 573-5401
';var m_3b9d129b3556ac9f374e3d1303a4f919 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_3b9d129b3556ac9f374e3d1303a4f919['infowindow'] = new google.maps.InfoWindow({content: $l3b9d129b3556ac9f374e3d1303a4f919});var infowindow = new google.maps.InfoWindow({content: $l3b9d129b3556ac9f374e3d1303a4f919});google.maps.event.addListener(m_3b9d129b3556ac9f374e3d1303a4f919, 'click', function() {infowindow.open(map,m_3b9d129b3556ac9f374e3d1303a4f919);});$marker.push(m_3b9d129b3556ac9f374e3d1303a4f919);}});}google.maps.event.addDomListener(window, 'load', initialize);