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(38.1339,-79.0433)};var g_934a966c733eda15d17c38e6456b4571 = new google.maps.Geocoder();g_934a966c733eda15d17c38e6456b4571.geocode( { 'address': "1250 Richmond Ave, Staunton, VA 24402, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('staunton-VA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('staunton-VA-atm-mt-bank'), mapOptions);}document.getElementById('7ee067cb').innerHTML += ' | View Map';var $l934a966c733eda15d17c38e6456b4571 = '

ATM M&t Bank

Address: 1250 Richmond Ave, Staunton, VA 24402, USA
Phone: (800) 627-3999
';var m_934a966c733eda15d17c38e6456b4571 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_934a966c733eda15d17c38e6456b4571['infowindow'] = new google.maps.InfoWindow({content: $l934a966c733eda15d17c38e6456b4571});var infowindow = new google.maps.InfoWindow({content: $l934a966c733eda15d17c38e6456b4571});google.maps.event.addListener(m_934a966c733eda15d17c38e6456b4571, 'click', function() {infowindow.open(map,m_934a966c733eda15d17c38e6456b4571);});$marker.push(m_934a966c733eda15d17c38e6456b4571);}});}google.maps.event.addDomListener(window, 'load', initialize);