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.2345,-81.5407)};var g_ccae4acccb2c615a33a5aaeba0ba3cff = new google.maps.Geocoder();g_ccae4acccb2c615a33a5aaeba0ba3cff.geocode( { 'address': "300 E Dupont Ave, Belle, WV 25015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belle-WV-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('belle-WV-huntington-bank'), mapOptions);}document.getElementById('f08098b5').innerHTML += ' | View Map';var $lccae4acccb2c615a33a5aaeba0ba3cff = '

Huntington Bank

Address: 300 E Dupont Ave, Belle, WV 25015, USA
Phone: (304) 949-3075
';var m_ccae4acccb2c615a33a5aaeba0ba3cff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Bank',});m_ccae4acccb2c615a33a5aaeba0ba3cff['infowindow'] = new google.maps.InfoWindow({content: $lccae4acccb2c615a33a5aaeba0ba3cff});var infowindow = new google.maps.InfoWindow({content: $lccae4acccb2c615a33a5aaeba0ba3cff});google.maps.event.addListener(m_ccae4acccb2c615a33a5aaeba0ba3cff, 'click', function() {infowindow.open(map,m_ccae4acccb2c615a33a5aaeba0ba3cff);});$marker.push(m_ccae4acccb2c615a33a5aaeba0ba3cff);}});}google.maps.event.addDomListener(window, 'load', initialize);