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.5233,-77.8234)};var g_b528551cb3ea8455372e30c37996c1ab = new google.maps.Geocoder();g_b528551cb3ea8455372e30c37996c1ab.geocode( { 'address': "2600 Anderson Hwy, Powhatan, VA 23139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powhatan-VA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('powhatan-VA-atm-mt-bank'), mapOptions);}document.getElementById('5ec5c1cc').innerHTML += ' | View Map';var $lb528551cb3ea8455372e30c37996c1ab = '

ATM M&t Bank

Address: 2600 Anderson Hwy, Powhatan, VA 23139, USA
Phone: (800) 627-3999
';var m_b528551cb3ea8455372e30c37996c1ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_b528551cb3ea8455372e30c37996c1ab['infowindow'] = new google.maps.InfoWindow({content: $lb528551cb3ea8455372e30c37996c1ab});var infowindow = new google.maps.InfoWindow({content: $lb528551cb3ea8455372e30c37996c1ab});google.maps.event.addListener(m_b528551cb3ea8455372e30c37996c1ab, 'click', function() {infowindow.open(map,m_b528551cb3ea8455372e30c37996c1ab);});$marker.push(m_b528551cb3ea8455372e30c37996c1ab);}});}google.maps.event.addDomListener(window, 'load', initialize);