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_aa9154f281790cc5675cae6f38528b7d = new google.maps.Geocoder();g_aa9154f281790cc5675cae6f38528b7d.geocode( { 'address': "473 Camden Rd, Huntington, WV 25704"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-first-bank'), mapOptions);}document.getElementById('9393daf1').innerHTML += ' | View Map';var $laa9154f281790cc5675cae6f38528b7d = '

First Bank

Address: 473 Camden Rd, Huntington, WV 25704
Phone: (304) 429-6934
';var m_aa9154f281790cc5675cae6f38528b7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_aa9154f281790cc5675cae6f38528b7d['infowindow'] = new google.maps.InfoWindow({content: $laa9154f281790cc5675cae6f38528b7d});var infowindow = new google.maps.InfoWindow({content: $laa9154f281790cc5675cae6f38528b7d});google.maps.event.addListener(m_aa9154f281790cc5675cae6f38528b7d, 'click', function() {infowindow.open(map,m_aa9154f281790cc5675cae6f38528b7d);});$marker.push(m_aa9154f281790cc5675cae6f38528b7d);}});}google.maps.event.addDomListener(window, 'load', initialize);