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(35.9003,-79.9471)};var g_05c20cc51474067a339d784739f58635 = new google.maps.Geocoder();g_05c20cc51474067a339d784739f58635.geocode( { 'address': "10206 S Main St, Archdale, NC 27263, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('archdale-NC-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('archdale-NC-atm-mt-bank'), mapOptions);}document.getElementById('02209eb2').innerHTML += ' | View Map';var $l05c20cc51474067a339d784739f58635 = '

ATM M&t Bank

Address: 10206 S Main St, Archdale, NC 27263, USA
Phone: (800) 627-3999
';var m_05c20cc51474067a339d784739f58635 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_05c20cc51474067a339d784739f58635['infowindow'] = new google.maps.InfoWindow({content: $l05c20cc51474067a339d784739f58635});var infowindow = new google.maps.InfoWindow({content: $l05c20cc51474067a339d784739f58635});google.maps.event.addListener(m_05c20cc51474067a339d784739f58635, 'click', function() {infowindow.open(map,m_05c20cc51474067a339d784739f58635);});$marker.push(m_05c20cc51474067a339d784739f58635);}});}google.maps.event.addDomListener(window, 'load', initialize);