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.6417,-78.7721)};var g_0b46de31f5f333a37d4b52b60c91d23d = new google.maps.Geocoder();g_0b46de31f5f333a37d4b52b60c91d23d.geocode( { 'address': "1808 Bigler Ave # 101, Northern Cambria, PA 15714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northern-cambria-PA-holiday-financial-services-corporation').style.display = '';map = new google.maps.Map(document.getElementById('northern-cambria-PA-holiday-financial-services-corporation'), mapOptions);}document.getElementById('63e55742').innerHTML += ' | View Map';var $l0b46de31f5f333a37d4b52b60c91d23d = '

Holiday Financial Services Corporation

Address: 1808 Bigler Ave # 101, Northern Cambria, PA 15714, USA
Phone: (814) 948-6666
';var m_0b46de31f5f333a37d4b52b60c91d23d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Holiday Financial Services Corporation',});m_0b46de31f5f333a37d4b52b60c91d23d['infowindow'] = new google.maps.InfoWindow({content: $l0b46de31f5f333a37d4b52b60c91d23d});var infowindow = new google.maps.InfoWindow({content: $l0b46de31f5f333a37d4b52b60c91d23d});google.maps.event.addListener(m_0b46de31f5f333a37d4b52b60c91d23d, 'click', function() {infowindow.open(map,m_0b46de31f5f333a37d4b52b60c91d23d);});$marker.push(m_0b46de31f5f333a37d4b52b60c91d23d);}});}google.maps.event.addDomListener(window, 'load', initialize);