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.6311,-78.0523)};var g_13712c22586d46361e911d81469a1a3e = new google.maps.Geocoder();g_13712c22586d46361e911d81469a1a3e.geocode( { 'address': "17 S Main St, Castile, NY 14427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castile-NY-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('castile-NY-atm-mt-bank'), mapOptions);}document.getElementById('c6ab9ece').innerHTML += ' | View Map';var $l13712c22586d46361e911d81469a1a3e = '

ATM (M&T Bank)

Address: 17 S Main St, Castile, NY 14427, USA
Phone:
';var m_13712c22586d46361e911d81469a1a3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (M&T Bank)',});m_13712c22586d46361e911d81469a1a3e['infowindow'] = new google.maps.InfoWindow({content: $l13712c22586d46361e911d81469a1a3e});var infowindow = new google.maps.InfoWindow({content: $l13712c22586d46361e911d81469a1a3e});google.maps.event.addListener(m_13712c22586d46361e911d81469a1a3e, 'click', function() {infowindow.open(map,m_13712c22586d46361e911d81469a1a3e);});$marker.push(m_13712c22586d46361e911d81469a1a3e);}});}google.maps.event.addDomListener(window, 'load', initialize);