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.7447,-81.8788)};var g_361ae29cb5e0e0beaee8d2cced3a4453 = new google.maps.Geocoder();g_361ae29cb5e0e0beaee8d2cced3a4453.geocode( { 'address': "300 Market St, Man, WV 25635"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('man-WV-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('man-WV-united-bank'), mapOptions);}document.getElementById('67798318').innerHTML += ' | View Map';var $l361ae29cb5e0e0beaee8d2cced3a4453 = '

United Bank

Address: 300 Market St, Man, WV 25635
Phone: (304) 583-2200
';var m_361ae29cb5e0e0beaee8d2cced3a4453 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_361ae29cb5e0e0beaee8d2cced3a4453['infowindow'] = new google.maps.InfoWindow({content: $l361ae29cb5e0e0beaee8d2cced3a4453});var infowindow = new google.maps.InfoWindow({content: $l361ae29cb5e0e0beaee8d2cced3a4453});google.maps.event.addListener(m_361ae29cb5e0e0beaee8d2cced3a4453, 'click', function() {infowindow.open(map,m_361ae29cb5e0e0beaee8d2cced3a4453);});$marker.push(m_361ae29cb5e0e0beaee8d2cced3a4453);}});}google.maps.event.addDomListener(window, 'load', initialize);