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(38.7038,-80.6603)};var g_97d874c5aaa9be3fa256de891418b0d7 = new google.maps.Geocoder();g_97d874c5aaa9be3fa256de891418b0d7.geocode( { 'address': "1960 Sutton Ln, Sutton, WV 26601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sutton-WV-bank-of-gassaway').style.display = '';map = new google.maps.Map(document.getElementById('sutton-WV-bank-of-gassaway'), mapOptions);}document.getElementById('b7df0dee').innerHTML += ' | View Map';var $l97d874c5aaa9be3fa256de891418b0d7 = '

Bank of Gassaway

Address: 1960 Sutton Ln, Sutton, WV 26601, USA
Phone: (304) 765-0110
';var m_97d874c5aaa9be3fa256de891418b0d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Gassaway',});m_97d874c5aaa9be3fa256de891418b0d7['infowindow'] = new google.maps.InfoWindow({content: $l97d874c5aaa9be3fa256de891418b0d7});var infowindow = new google.maps.InfoWindow({content: $l97d874c5aaa9be3fa256de891418b0d7});google.maps.event.addListener(m_97d874c5aaa9be3fa256de891418b0d7, 'click', function() {infowindow.open(map,m_97d874c5aaa9be3fa256de891418b0d7);});$marker.push(m_97d874c5aaa9be3fa256de891418b0d7);}});}google.maps.event.addDomListener(window, 'load', initialize);