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.4032,-82.5017)};var g_4187252aad1f374c3adad9cdf1a8cdc2 = new google.maps.Geocoder();g_4187252aad1f374c3adad9cdf1a8cdc2.geocode( { 'address': "500 Camden Rd, Huntington, WV 25704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-huntington-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-huntington-federal-savings-bank'), mapOptions);}document.getElementById('19c30fc6').innerHTML += ' | View Map';var $l4187252aad1f374c3adad9cdf1a8cdc2 = '

Huntington Federal Savings Bank

Address: 500 Camden Rd, Huntington, WV 25704, USA
Phone: (304) 528-6275
';var m_4187252aad1f374c3adad9cdf1a8cdc2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Federal Savings Bank',});m_4187252aad1f374c3adad9cdf1a8cdc2['infowindow'] = new google.maps.InfoWindow({content: $l4187252aad1f374c3adad9cdf1a8cdc2});var infowindow = new google.maps.InfoWindow({content: $l4187252aad1f374c3adad9cdf1a8cdc2});google.maps.event.addListener(m_4187252aad1f374c3adad9cdf1a8cdc2, 'click', function() {infowindow.open(map,m_4187252aad1f374c3adad9cdf1a8cdc2);});$marker.push(m_4187252aad1f374c3adad9cdf1a8cdc2);}});}google.maps.event.addDomListener(window, 'load', initialize);