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(44.2421,-76.0893)};var g_c3a31f471052f01e7569b7c3573a5589 = new google.maps.Geocoder();g_c3a31f471052f01e7569b7c3573a5589.geocode( { 'address': "538 Riverside Dr # 1, Clayton, NY 13624, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-NY-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('clayton-NY-atm-key-bank'), mapOptions);}document.getElementById('cc99a7df').innerHTML += ' | View Map';var $lc3a31f471052f01e7569b7c3573a5589 = '

ATM (Key Bank)

Address: 538 Riverside Dr # 1, Clayton, NY 13624, USA
Phone:
';var m_c3a31f471052f01e7569b7c3573a5589 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_c3a31f471052f01e7569b7c3573a5589['infowindow'] = new google.maps.InfoWindow({content: $lc3a31f471052f01e7569b7c3573a5589});var infowindow = new google.maps.InfoWindow({content: $lc3a31f471052f01e7569b7c3573a5589});google.maps.event.addListener(m_c3a31f471052f01e7569b7c3573a5589, 'click', function() {infowindow.open(map,m_c3a31f471052f01e7569b7c3573a5589);});$marker.push(m_c3a31f471052f01e7569b7c3573a5589);}});}google.maps.event.addDomListener(window, 'load', initialize);