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.2635,-75.0854)};var g_afc63c360bbe1c520daecac8f2d00df1 = new google.maps.Geocoder();g_afc63c360bbe1c520daecac8f2d00df1.geocode( { 'address': "2523 York Rd, Jamison, PA 18929, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamison-PA-hatboro-federal-savings').style.display = '';map = new google.maps.Map(document.getElementById('jamison-PA-hatboro-federal-savings'), mapOptions);}document.getElementById('5b0798db').innerHTML += ' | View Map';var $lafc63c360bbe1c520daecac8f2d00df1 = '

Hatboro Federal Savings

Address: 2523 York Rd, Jamison, PA 18929, USA
Phone: (215) 918-2722
';var m_afc63c360bbe1c520daecac8f2d00df1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hatboro Federal Savings',});m_afc63c360bbe1c520daecac8f2d00df1['infowindow'] = new google.maps.InfoWindow({content: $lafc63c360bbe1c520daecac8f2d00df1});var infowindow = new google.maps.InfoWindow({content: $lafc63c360bbe1c520daecac8f2d00df1});google.maps.event.addListener(m_afc63c360bbe1c520daecac8f2d00df1, 'click', function() {infowindow.open(map,m_afc63c360bbe1c520daecac8f2d00df1);});$marker.push(m_afc63c360bbe1c520daecac8f2d00df1);}});}google.maps.event.addDomListener(window, 'load', initialize);