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.7074,-80.1072)};var g_7b3df6450f0044feae6d3ce66e9841ff = new google.maps.Geocoder();g_7b3df6450f0044feae6d3ce66e9841ff.geocode( { 'address': "20120 Route 19, Cranberry Twp, PA 16066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranberry-twp-PA-home-savings-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('cranberry-twp-PA-home-savings-loan-co'), mapOptions);}document.getElementById('25098db3').innerHTML += ' | View Map';var $l7b3df6450f0044feae6d3ce66e9841ff = '

Home Savings & Loan Co

Address: 20120 Route 19, Cranberry Twp, PA 16066
Phone: (724) 779-3033
';var m_7b3df6450f0044feae6d3ce66e9841ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan Co',});m_7b3df6450f0044feae6d3ce66e9841ff['infowindow'] = new google.maps.InfoWindow({content: $l7b3df6450f0044feae6d3ce66e9841ff});var infowindow = new google.maps.InfoWindow({content: $l7b3df6450f0044feae6d3ce66e9841ff});google.maps.event.addListener(m_7b3df6450f0044feae6d3ce66e9841ff, 'click', function() {infowindow.open(map,m_7b3df6450f0044feae6d3ce66e9841ff);});$marker.push(m_7b3df6450f0044feae6d3ce66e9841ff);}});}google.maps.event.addDomListener(window, 'load', initialize);