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(40.4302,-78.3922)};var g_c86d8aea1b6e9c6a9503a2cecea55b13 = new google.maps.Geocoder();g_c86d8aea1b6e9c6a9503a2cecea55b13.geocode( { 'address': "422 Allegheny Street, Rooms 112 and 113, Hollidaysburg, PA 16648, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollidaysburg-PA-nations-lending').style.display = '';map = new google.maps.Map(document.getElementById('hollidaysburg-PA-nations-lending'), mapOptions);}document.getElementById('523fee79').innerHTML += ' | View Map';var $lc86d8aea1b6e9c6a9503a2cecea55b13 = '

Nations Lending

Address: 422 Allegheny Street, Rooms 112 and 113, Hollidaysburg, PA 16648, USA
Phone: (814) 317-0046
';var m_c86d8aea1b6e9c6a9503a2cecea55b13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Lending',});m_c86d8aea1b6e9c6a9503a2cecea55b13['infowindow'] = new google.maps.InfoWindow({content: $lc86d8aea1b6e9c6a9503a2cecea55b13});var infowindow = new google.maps.InfoWindow({content: $lc86d8aea1b6e9c6a9503a2cecea55b13});google.maps.event.addListener(m_c86d8aea1b6e9c6a9503a2cecea55b13, 'click', function() {infowindow.open(map,m_c86d8aea1b6e9c6a9503a2cecea55b13);});$marker.push(m_c86d8aea1b6e9c6a9503a2cecea55b13);}});}google.maps.event.addDomListener(window, 'load', initialize);