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.2748,-75.2898)};var g_c5e1ab9c931df8f5e4c5a8aa53837d52 = new google.maps.Geocoder();g_c5e1ab9c931df8f5e4c5a8aa53837d52.geocode( { 'address': "1550 Cowpath Rd, Hatfield, PA 19440"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatfield-PA-harleysville-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('hatfield-PA-harleysville-savings-bank'), mapOptions);}document.getElementById('6bfcd120').innerHTML += ' | View Map';var $lc5e1ab9c931df8f5e4c5a8aa53837d52 = '

Harleysville Savings Bank

Address: 1550 Cowpath Rd, Hatfield, PA 19440
Phone: (215) 362-0750
';var m_c5e1ab9c931df8f5e4c5a8aa53837d52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harleysville Savings Bank',});m_c5e1ab9c931df8f5e4c5a8aa53837d52['infowindow'] = new google.maps.InfoWindow({content: $lc5e1ab9c931df8f5e4c5a8aa53837d52});var infowindow = new google.maps.InfoWindow({content: $lc5e1ab9c931df8f5e4c5a8aa53837d52});google.maps.event.addListener(m_c5e1ab9c931df8f5e4c5a8aa53837d52, 'click', function() {infowindow.open(map,m_c5e1ab9c931df8f5e4c5a8aa53837d52);});$marker.push(m_c5e1ab9c931df8f5e4c5a8aa53837d52);}});}google.maps.event.addDomListener(window, 'load', initialize);