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(40.4072,-80.5476)};var g_ca6e273697b65f1a1e4ec7d5914540d9 = new google.maps.Geocoder();g_ca6e273697b65f1a1e4ec7d5914540d9.geocode( { 'address': "341 Penco Rd, Weirton, WV 26062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weirton-WV-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('weirton-WV-atm-mt-bank'), mapOptions);}document.getElementById('f09925a8').innerHTML += ' | View Map';var $lca6e273697b65f1a1e4ec7d5914540d9 = '

ATM M&t Bank

Address: 341 Penco Rd, Weirton, WV 26062, USA
Phone: (800) 627-3999
';var m_ca6e273697b65f1a1e4ec7d5914540d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_ca6e273697b65f1a1e4ec7d5914540d9['infowindow'] = new google.maps.InfoWindow({content: $lca6e273697b65f1a1e4ec7d5914540d9});var infowindow = new google.maps.InfoWindow({content: $lca6e273697b65f1a1e4ec7d5914540d9});google.maps.event.addListener(m_ca6e273697b65f1a1e4ec7d5914540d9, 'click', function() {infowindow.open(map,m_ca6e273697b65f1a1e4ec7d5914540d9);});$marker.push(m_ca6e273697b65f1a1e4ec7d5914540d9);}});}google.maps.event.addDomListener(window, 'load', initialize);