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.1614,-74.8467)};var g_b0b79da57b95837f14be95aaa4d54cf8 = new google.maps.Geocoder();g_b0b79da57b95837f14be95aaa4d54cf8.geocode( { 'address': "7843 New Falls Rd, Levittown, PA 19055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('levittown-PA-trumark-financial-credit-union---atm').style.display = '';map = new google.maps.Map(document.getElementById('levittown-PA-trumark-financial-credit-union---atm'), mapOptions);}document.getElementById('e2b9d170').innerHTML += ' | View Map';var $lb0b79da57b95837f14be95aaa4d54cf8 = '

TruMark Financial Credit Union - ATM

Address: 7843 New Falls Rd, Levittown, PA 19055, USA
Phone: (877) 878-6275
';var m_b0b79da57b95837f14be95aaa4d54cf8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TruMark Financial Credit Union - ATM',});m_b0b79da57b95837f14be95aaa4d54cf8['infowindow'] = new google.maps.InfoWindow({content: $lb0b79da57b95837f14be95aaa4d54cf8});var infowindow = new google.maps.InfoWindow({content: $lb0b79da57b95837f14be95aaa4d54cf8});google.maps.event.addListener(m_b0b79da57b95837f14be95aaa4d54cf8, 'click', function() {infowindow.open(map,m_b0b79da57b95837f14be95aaa4d54cf8);});$marker.push(m_b0b79da57b95837f14be95aaa4d54cf8);}});}google.maps.event.addDomListener(window, 'load', initialize);