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.9275,-79.8495)};var g_dc838730488c86e30d35e5784feace7d = new google.maps.Geocoder();g_dc838730488c86e30d35e5784feace7d.geocode( { 'address': "5th Ave, Elkins, WV 26241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkins-WV-huntington-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('elkins-WV-huntington-mortgage-group'), mapOptions);}document.getElementById('cdc4f01e').innerHTML += ' | View Map';var $ldc838730488c86e30d35e5784feace7d = '

Huntington Mortgage Group

Address: 5th Ave, Elkins, WV 26241, USA
Phone: (304) 636-6199
';var m_dc838730488c86e30d35e5784feace7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Mortgage Group',});m_dc838730488c86e30d35e5784feace7d['infowindow'] = new google.maps.InfoWindow({content: $ldc838730488c86e30d35e5784feace7d});var infowindow = new google.maps.InfoWindow({content: $ldc838730488c86e30d35e5784feace7d});google.maps.event.addListener(m_dc838730488c86e30d35e5784feace7d, 'click', function() {infowindow.open(map,m_dc838730488c86e30d35e5784feace7d);});$marker.push(m_dc838730488c86e30d35e5784feace7d);}});}google.maps.event.addDomListener(window, 'load', initialize);