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(40.3292,-78.7471)};var g_30002321329f8661423c9085b2bb397b = new google.maps.Geocoder();g_30002321329f8661423c9085b2bb397b.geocode( { 'address': "101 Forest Hills Dr, Sidman, PA 15955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidman-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('sidman-PA-atm-mt-bank'), mapOptions);}document.getElementById('b3cdc06f').innerHTML += ' | View Map';var $l30002321329f8661423c9085b2bb397b = '

ATM M&t Bank

Address: 101 Forest Hills Dr, Sidman, PA 15955, USA
Phone: (800) 627-3999
';var m_30002321329f8661423c9085b2bb397b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_30002321329f8661423c9085b2bb397b['infowindow'] = new google.maps.InfoWindow({content: $l30002321329f8661423c9085b2bb397b});var infowindow = new google.maps.InfoWindow({content: $l30002321329f8661423c9085b2bb397b});google.maps.event.addListener(m_30002321329f8661423c9085b2bb397b, 'click', function() {infowindow.open(map,m_30002321329f8661423c9085b2bb397b);});$marker.push(m_30002321329f8661423c9085b2bb397b);}});}google.maps.event.addDomListener(window, 'load', initialize);