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.0934,-79.6813)};var g_0552a1227accf591573fc8d555a07e77 = new google.maps.Geocoder();g_0552a1227accf591573fc8d555a07e77.geocode( { 'address': "226 Walnut St, Parsons, WV 26287"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parsons-WV-citizens-bank-of-west-virginia').style.display = '';map = new google.maps.Map(document.getElementById('parsons-WV-citizens-bank-of-west-virginia'), mapOptions);}document.getElementById('8c6738d3').innerHTML += ' | View Map';var $l0552a1227accf591573fc8d555a07e77 = '

Citizens Bank Of West Virginia

Address: 226 Walnut St, Parsons, WV 26287
Phone: (304) 478-2551
';var m_0552a1227accf591573fc8d555a07e77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Of West Virginia',});m_0552a1227accf591573fc8d555a07e77['infowindow'] = new google.maps.InfoWindow({content: $l0552a1227accf591573fc8d555a07e77});var infowindow = new google.maps.InfoWindow({content: $l0552a1227accf591573fc8d555a07e77});google.maps.event.addListener(m_0552a1227accf591573fc8d555a07e77, 'click', function() {infowindow.open(map,m_0552a1227accf591573fc8d555a07e77);});$marker.push(m_0552a1227accf591573fc8d555a07e77);}});}google.maps.event.addDomListener(window, 'load', initialize);