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.7974,-77.8199)};var g_b0010c02635eb32881456d2a4505557d = new google.maps.Geocoder();g_b0010c02635eb32881456d2a4505557d.geocode( { 'address': "1 College Cir, Geneseo, NY 14454, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('geneseo-NY-atm').style.display = '';map = new google.maps.Map(document.getElementById('geneseo-NY-atm'), mapOptions);}document.getElementById('32e39832').innerHTML += ' | View Map';var $lb0010c02635eb32881456d2a4505557d = '

ATM

Address: 1 College Cir, Geneseo, NY 14454, USA
Phone:
';var m_b0010c02635eb32881456d2a4505557d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_b0010c02635eb32881456d2a4505557d['infowindow'] = new google.maps.InfoWindow({content: $lb0010c02635eb32881456d2a4505557d});var infowindow = new google.maps.InfoWindow({content: $lb0010c02635eb32881456d2a4505557d});google.maps.event.addListener(m_b0010c02635eb32881456d2a4505557d, 'click', function() {infowindow.open(map,m_b0010c02635eb32881456d2a4505557d);});$marker.push(m_b0010c02635eb32881456d2a4505557d);}});}google.maps.event.addDomListener(window, 'load', initialize);