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.3316,-75.1325)};var g_e2561e23fb2d5dae50b0ce6c62959fed = new google.maps.Geocoder();g_e2561e23fb2d5dae50b0ce6c62959fed.geocode( { 'address': "4381 W Swamp Rd, Doylestown, PA 18902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doylestown-PA-trumark-financial-credit-union---doylestown').style.display = '';map = new google.maps.Map(document.getElementById('doylestown-PA-trumark-financial-credit-union---doylestown'), mapOptions);}document.getElementById('c5775cc3').innerHTML += ' | View Map';var $le2561e23fb2d5dae50b0ce6c62959fed = '

TruMark Financial Credit Union - Doylestown

Address: 4381 W Swamp Rd, Doylestown, PA 18902, USA
Phone: (877) 878-6275
';var m_e2561e23fb2d5dae50b0ce6c62959fed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TruMark Financial Credit Union - Doylestown',});m_e2561e23fb2d5dae50b0ce6c62959fed['infowindow'] = new google.maps.InfoWindow({content: $le2561e23fb2d5dae50b0ce6c62959fed});var infowindow = new google.maps.InfoWindow({content: $le2561e23fb2d5dae50b0ce6c62959fed});google.maps.event.addListener(m_e2561e23fb2d5dae50b0ce6c62959fed, 'click', function() {infowindow.open(map,m_e2561e23fb2d5dae50b0ce6c62959fed);});$marker.push(m_e2561e23fb2d5dae50b0ce6c62959fed);}});}google.maps.event.addDomListener(window, 'load', initialize);