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(39.0961,-79.6804)};var g_ef16eb9ad9476987857bb5e38d3930a3 = new google.maps.Geocoder();g_ef16eb9ad9476987857bb5e38d3930a3.geocode( { 'address': "200 1st St, Parsons, WV 26287, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parsons-WV-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('parsons-WV-atm-mt-bank'), mapOptions);}document.getElementById('5f06a2fa').innerHTML += ' | View Map';var $lef16eb9ad9476987857bb5e38d3930a3 = '

ATM M&t Bank

Address: 200 1st St, Parsons, WV 26287, USA
Phone: (800) 627-3999
';var m_ef16eb9ad9476987857bb5e38d3930a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_ef16eb9ad9476987857bb5e38d3930a3['infowindow'] = new google.maps.InfoWindow({content: $lef16eb9ad9476987857bb5e38d3930a3});var infowindow = new google.maps.InfoWindow({content: $lef16eb9ad9476987857bb5e38d3930a3});google.maps.event.addListener(m_ef16eb9ad9476987857bb5e38d3930a3, 'click', function() {infowindow.open(map,m_ef16eb9ad9476987857bb5e38d3930a3);});$marker.push(m_ef16eb9ad9476987857bb5e38d3930a3);}});}google.maps.event.addDomListener(window, 'load', initialize);