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(37.4662,-79.1183)};var g_a91757461d495da516c9ced3bf57eaa0 = new google.maps.Geocoder();g_a91757461d495da516c9ced3bf57eaa0.geocode( { 'address': "4089 S Amherst Hwy, Madison Heights, VA 24572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-heights-VA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-heights-VA-atm-mt-bank'), mapOptions);}document.getElementById('c7998e82').innerHTML += ' | View Map';var $la91757461d495da516c9ced3bf57eaa0 = '

ATM M&t Bank

Address: 4089 S Amherst Hwy, Madison Heights, VA 24572, USA
Phone: (800) 627-3999
';var m_a91757461d495da516c9ced3bf57eaa0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_a91757461d495da516c9ced3bf57eaa0['infowindow'] = new google.maps.InfoWindow({content: $la91757461d495da516c9ced3bf57eaa0});var infowindow = new google.maps.InfoWindow({content: $la91757461d495da516c9ced3bf57eaa0});google.maps.event.addListener(m_a91757461d495da516c9ced3bf57eaa0, 'click', function() {infowindow.open(map,m_a91757461d495da516c9ced3bf57eaa0);});$marker.push(m_a91757461d495da516c9ced3bf57eaa0);}});}google.maps.event.addDomListener(window, 'load', initialize);