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(39.9545,-75.298)};var g_eb6fcbbecd73338c6fbfac452fb96b7c = new google.maps.Geocoder();g_eb6fcbbecd73338c6fbfac452fb96b7c.geocode( { 'address': "1141 Baltimore Pike, Springfield, PA 19064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-PA-trumark-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-PA-trumark-financial-credit-union'), mapOptions);}document.getElementById('0b3496ff').innerHTML += ' | View Map';var $leb6fcbbecd73338c6fbfac452fb96b7c = '

TruMark Financial Credit Union

Address: 1141 Baltimore Pike, Springfield, PA 19064
Phone: (215) 953-5300
';var m_eb6fcbbecd73338c6fbfac452fb96b7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TruMark Financial Credit Union',});m_eb6fcbbecd73338c6fbfac452fb96b7c['infowindow'] = new google.maps.InfoWindow({content: $leb6fcbbecd73338c6fbfac452fb96b7c});var infowindow = new google.maps.InfoWindow({content: $leb6fcbbecd73338c6fbfac452fb96b7c});google.maps.event.addListener(m_eb6fcbbecd73338c6fbfac452fb96b7c, 'click', function() {infowindow.open(map,m_eb6fcbbecd73338c6fbfac452fb96b7c);});$marker.push(m_eb6fcbbecd73338c6fbfac452fb96b7c);}});}google.maps.event.addDomListener(window, 'load', initialize);