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.1053,-74.8674)};var g_45b9286d3c43405ceea31f47c09a2006 = new google.maps.Geocoder();g_45b9286d3c43405ceea31f47c09a2006.geocode( { 'address': "Founders Hall, 501 Bath Road, Bristol, PA 19007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-PA-american-heritage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bristol-PA-american-heritage-federal-credit-union'), mapOptions);}document.getElementById('6299b539').innerHTML += ' | View Map';var $l45b9286d3c43405ceea31f47c09a2006 = '

American Heritage Federal Credit Union

Address: Founders Hall, 501 Bath Road, Bristol, PA 19007, USA
Phone: (267) 348-3315
';var m_45b9286d3c43405ceea31f47c09a2006 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Federal Credit Union',});m_45b9286d3c43405ceea31f47c09a2006['infowindow'] = new google.maps.InfoWindow({content: $l45b9286d3c43405ceea31f47c09a2006});var infowindow = new google.maps.InfoWindow({content: $l45b9286d3c43405ceea31f47c09a2006});google.maps.event.addListener(m_45b9286d3c43405ceea31f47c09a2006, 'click', function() {infowindow.open(map,m_45b9286d3c43405ceea31f47c09a2006);});$marker.push(m_45b9286d3c43405ceea31f47c09a2006);}});}google.maps.event.addDomListener(window, 'load', initialize);