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.6732,-82.2774)};var g_fb22fb2b63ebd0f8261cbfc4809cd152 = new google.maps.Geocoder();g_fb22fb2b63ebd0f8261cbfc4809cd152.geocode( { 'address': "10 Commerce Dr, Williamson, WV 25661"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamson-WV-bank-of-mingo').style.display = '';map = new google.maps.Map(document.getElementById('williamson-WV-bank-of-mingo'), mapOptions);}document.getElementById('fe6f419e').innerHTML += ' | View Map';var $lfb22fb2b63ebd0f8261cbfc4809cd152 = '

Bank Of Mingo

Address: 10 Commerce Dr, Williamson, WV 25661
Phone: (304) 475-1900
';var m_fb22fb2b63ebd0f8261cbfc4809cd152 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Mingo',});m_fb22fb2b63ebd0f8261cbfc4809cd152['infowindow'] = new google.maps.InfoWindow({content: $lfb22fb2b63ebd0f8261cbfc4809cd152});var infowindow = new google.maps.InfoWindow({content: $lfb22fb2b63ebd0f8261cbfc4809cd152});google.maps.event.addListener(m_fb22fb2b63ebd0f8261cbfc4809cd152, 'click', function() {infowindow.open(map,m_fb22fb2b63ebd0f8261cbfc4809cd152);});$marker.push(m_fb22fb2b63ebd0f8261cbfc4809cd152);}});}google.maps.event.addDomListener(window, 'load', initialize);