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.4357,-78.3904)};var g_660e7084ea600187598cf868c0da975f = new google.maps.Geocoder();g_660e7084ea600187598cf868c0da975f.geocode( { 'address': "904 Blair St, Hollidaysburg, PA 16648"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollidaysburg-PA-reliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('hollidaysburg-PA-reliance-bank'), mapOptions);}document.getElementById('542af837').innerHTML += ' | View Map';var $l660e7084ea600187598cf868c0da975f = '

Reliance Bank

Address: 904 Blair St, Hollidaysburg, PA 16648
Phone: (814) 696-4655
';var m_660e7084ea600187598cf868c0da975f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reliance Bank',});m_660e7084ea600187598cf868c0da975f['infowindow'] = new google.maps.InfoWindow({content: $l660e7084ea600187598cf868c0da975f});var infowindow = new google.maps.InfoWindow({content: $l660e7084ea600187598cf868c0da975f});google.maps.event.addListener(m_660e7084ea600187598cf868c0da975f, 'click', function() {infowindow.open(map,m_660e7084ea600187598cf868c0da975f);});$marker.push(m_660e7084ea600187598cf868c0da975f);}});}google.maps.event.addDomListener(window, 'load', initialize);