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.6256,-77.3888)};var g_7956ade809fc94f5cff0c4879780c523 = new google.maps.Geocoder();g_7956ade809fc94f5cff0c4879780c523.geocode( { 'address': "8206 Atlee Rd, Mechanicsville, VA 23116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mechanicsville-VA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('mechanicsville-VA-mt-bank-atm'), mapOptions);}document.getElementById('ec6328bd').innerHTML += ' | View Map';var $l7956ade809fc94f5cff0c4879780c523 = '

M&T Bank ATM

Address: 8206 Atlee Rd, Mechanicsville, VA 23116, USA
Phone: (800) 724-2440
';var m_7956ade809fc94f5cff0c4879780c523 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_7956ade809fc94f5cff0c4879780c523['infowindow'] = new google.maps.InfoWindow({content: $l7956ade809fc94f5cff0c4879780c523});var infowindow = new google.maps.InfoWindow({content: $l7956ade809fc94f5cff0c4879780c523});google.maps.event.addListener(m_7956ade809fc94f5cff0c4879780c523, 'click', function() {infowindow.open(map,m_7956ade809fc94f5cff0c4879780c523);});$marker.push(m_7956ade809fc94f5cff0c4879780c523);}});}google.maps.event.addDomListener(window, 'load', initialize);