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.3,-75.1565)};var g_bbf4a983b7d312cf210692dc24c9a4be = new google.maps.Geocoder();g_bbf4a983b7d312cf210692dc24c9a4be.geocode( { 'address': "765 E Butler Ave, New Britain, PA 18901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-britain-PA-american-heritage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-britain-PA-american-heritage-federal-credit-union'), mapOptions);}document.getElementById('f86cdb53').innerHTML += ' | View Map';var $lbbf4a983b7d312cf210692dc24c9a4be = '

American Heritage Federal Credit Union

Address: 765 E Butler Ave, New Britain, PA 18901, USA
Phone: (215) 489-9301
';var m_bbf4a983b7d312cf210692dc24c9a4be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Federal Credit Union',});m_bbf4a983b7d312cf210692dc24c9a4be['infowindow'] = new google.maps.InfoWindow({content: $lbbf4a983b7d312cf210692dc24c9a4be});var infowindow = new google.maps.InfoWindow({content: $lbbf4a983b7d312cf210692dc24c9a4be});google.maps.event.addListener(m_bbf4a983b7d312cf210692dc24c9a4be, 'click', function() {infowindow.open(map,m_bbf4a983b7d312cf210692dc24c9a4be);});$marker.push(m_bbf4a983b7d312cf210692dc24c9a4be);}});}google.maps.event.addDomListener(window, 'load', initialize);