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.4019,-82.4356)};var g_4dbedc570a51ddbb060532cc5f6d5705 = new google.maps.Geocoder();g_4dbedc570a51ddbb060532cc5f6d5705.geocode( { 'address': "823 8th St, Huntington, WV 25701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-first-sentry-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-first-sentry-bancshares-inc'), mapOptions);}document.getElementById('4b31fad6').innerHTML += ' | View Map';var $l4dbedc570a51ddbb060532cc5f6d5705 = '

First Sentry Bancshares Inc

Address: 823 8th St, Huntington, WV 25701
Phone: (304) 522-6400
';var m_4dbedc570a51ddbb060532cc5f6d5705 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Sentry Bancshares Inc',});m_4dbedc570a51ddbb060532cc5f6d5705['infowindow'] = new google.maps.InfoWindow({content: $l4dbedc570a51ddbb060532cc5f6d5705});var infowindow = new google.maps.InfoWindow({content: $l4dbedc570a51ddbb060532cc5f6d5705});google.maps.event.addListener(m_4dbedc570a51ddbb060532cc5f6d5705, 'click', function() {infowindow.open(map,m_4dbedc570a51ddbb060532cc5f6d5705);});$marker.push(m_4dbedc570a51ddbb060532cc5f6d5705);}});}google.maps.event.addDomListener(window, 'load', initialize);