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.1743,-75.1071)};var g_8d360e98b828b24ae9038d33550ebc9d = new google.maps.Geocoder();g_8d360e98b828b24ae9038d33550ebc9d.geocode( { 'address': "229 S York Rd, Hatboro, PA 19040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatboro-PA-hatboro-federal-savings-loan-office').style.display = '';map = new google.maps.Map(document.getElementById('hatboro-PA-hatboro-federal-savings-loan-office'), mapOptions);}document.getElementById('993aacba').innerHTML += ' | View Map';var $l8d360e98b828b24ae9038d33550ebc9d = '

Hatboro Federal Savings Loan Office

Address: 229 S York Rd, Hatboro, PA 19040, USA
Phone: (215) 675-4424
';var m_8d360e98b828b24ae9038d33550ebc9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hatboro Federal Savings Loan Office',});m_8d360e98b828b24ae9038d33550ebc9d['infowindow'] = new google.maps.InfoWindow({content: $l8d360e98b828b24ae9038d33550ebc9d});var infowindow = new google.maps.InfoWindow({content: $l8d360e98b828b24ae9038d33550ebc9d});google.maps.event.addListener(m_8d360e98b828b24ae9038d33550ebc9d, 'click', function() {infowindow.open(map,m_8d360e98b828b24ae9038d33550ebc9d);});$marker.push(m_8d360e98b828b24ae9038d33550ebc9d);}});}google.maps.event.addDomListener(window, 'load', initialize);