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.239,-74.9672)};var g_1996a274d1fb6bee545fd2aab3bb9946 = new google.maps.Geocoder();g_1996a274d1fb6bee545fd2aab3bb9946.geocode( { 'address': "275 Swamp Road, Charles E. Rollins Center, Newtown, PA 18940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newtown-PA-trumark-financial-credit-union---atm').style.display = '';map = new google.maps.Map(document.getElementById('newtown-PA-trumark-financial-credit-union---atm'), mapOptions);}document.getElementById('7304ddbe').innerHTML += ' | View Map';var $l1996a274d1fb6bee545fd2aab3bb9946 = '

TruMark Financial Credit Union - ATM

Address: 275 Swamp Road, Charles E. Rollins Center, Newtown, PA 18940, USA
Phone: (877) 878-6275
';var m_1996a274d1fb6bee545fd2aab3bb9946 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TruMark Financial Credit Union - ATM',});m_1996a274d1fb6bee545fd2aab3bb9946['infowindow'] = new google.maps.InfoWindow({content: $l1996a274d1fb6bee545fd2aab3bb9946});var infowindow = new google.maps.InfoWindow({content: $l1996a274d1fb6bee545fd2aab3bb9946});google.maps.event.addListener(m_1996a274d1fb6bee545fd2aab3bb9946, 'click', function() {infowindow.open(map,m_1996a274d1fb6bee545fd2aab3bb9946);});$marker.push(m_1996a274d1fb6bee545fd2aab3bb9946);}});}google.maps.event.addDomListener(window, 'load', initialize);