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.3027,-80.8361)};var g_d61feacc7b5866bd73b454966d3f7510 = new google.maps.Geocoder();g_d61feacc7b5866bd73b454966d3f7510.geocode( { 'address': "1022 Wal St, Summersville, WV 26651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('summersville-WV-nicholas-loan--mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('summersville-WV-nicholas-loan--mortgage-inc'), mapOptions);}document.getElementById('992df9e4').innerHTML += ' | View Map';var $ld61feacc7b5866bd73b454966d3f7510 = '

Nicholas Loan & Mortgage Inc

Address: 1022 Wal St, Summersville, WV 26651, USA
Phone: (304) 872-5626
';var m_d61feacc7b5866bd73b454966d3f7510 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nicholas Loan & Mortgage Inc',});m_d61feacc7b5866bd73b454966d3f7510['infowindow'] = new google.maps.InfoWindow({content: $ld61feacc7b5866bd73b454966d3f7510});var infowindow = new google.maps.InfoWindow({content: $ld61feacc7b5866bd73b454966d3f7510});google.maps.event.addListener(m_d61feacc7b5866bd73b454966d3f7510, 'click', function() {infowindow.open(map,m_d61feacc7b5866bd73b454966d3f7510);});$marker.push(m_d61feacc7b5866bd73b454966d3f7510);}});}google.maps.event.addDomListener(window, 'load', initialize);