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.4929,-80.9048)};var g_3cd9a7c7ddd29956319b3b925c2fb42e = new google.maps.Geocoder();g_3cd9a7c7ddd29956319b3b925c2fb42e.geocode( { 'address': "103 Dodd St, Middlebourne, WV 26149, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middlebourne-WV-hometown-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('middlebourne-WV-hometown-bancshares-inc'), mapOptions);}document.getElementById('96a244fa').innerHTML += ' | View Map';var $l3cd9a7c7ddd29956319b3b925c2fb42e = '

Hometown Bancshares Inc

Address: 103 Dodd St, Middlebourne, WV 26149, USA
Phone: (304) 758-2191
';var m_3cd9a7c7ddd29956319b3b925c2fb42e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Bancshares Inc',});m_3cd9a7c7ddd29956319b3b925c2fb42e['infowindow'] = new google.maps.InfoWindow({content: $l3cd9a7c7ddd29956319b3b925c2fb42e});var infowindow = new google.maps.InfoWindow({content: $l3cd9a7c7ddd29956319b3b925c2fb42e});google.maps.event.addListener(m_3cd9a7c7ddd29956319b3b925c2fb42e, 'click', function() {infowindow.open(map,m_3cd9a7c7ddd29956319b3b925c2fb42e);});$marker.push(m_3cd9a7c7ddd29956319b3b925c2fb42e);}});}google.maps.event.addDomListener(window, 'load', initialize);