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.1248,-81.0706)};var g_a60d9559fdbfddc79216e205478645ad = new google.maps.Geocoder();g_a60d9559fdbfddc79216e205478645ad.geocode( { 'address': "21870 Midland Trail, Victor, WV 25938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victor-WV-victor-loan-llc').style.display = '';map = new google.maps.Map(document.getElementById('victor-WV-victor-loan-llc'), mapOptions);}document.getElementById('55c7ca5e').innerHTML += ' | View Map';var $la60d9559fdbfddc79216e205478645ad = '

Victor Loan LLC

Address: 21870 Midland Trail, Victor, WV 25938, USA
Phone: (304) 658-9010
';var m_a60d9559fdbfddc79216e205478645ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Victor Loan LLC',});m_a60d9559fdbfddc79216e205478645ad['infowindow'] = new google.maps.InfoWindow({content: $la60d9559fdbfddc79216e205478645ad});var infowindow = new google.maps.InfoWindow({content: $la60d9559fdbfddc79216e205478645ad});google.maps.event.addListener(m_a60d9559fdbfddc79216e205478645ad, 'click', function() {infowindow.open(map,m_a60d9559fdbfddc79216e205478645ad);});$marker.push(m_a60d9559fdbfddc79216e205478645ad);}});}google.maps.event.addDomListener(window, 'load', initialize);