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.0201,-75.1767)};var g_0be7cdb85414d32ce759f54a7f5c60c6 = new google.maps.Geocoder();g_0be7cdb85414d32ce759f54a7f5c60c6.geocode( { 'address': "5000 Wissahickon Ave, Philadelphia, PA 19144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-dva-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-dva-federal-credit-union'), mapOptions);}document.getElementById('c911e08f').innerHTML += ' | View Map';var $l0be7cdb85414d32ce759f54a7f5c60c6 = '

DVA Federal Credit Union

Address: 5000 Wissahickon Ave, Philadelphia, PA 19144, USA
Phone: (215) 842-2000
';var m_0be7cdb85414d32ce759f54a7f5c60c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DVA Federal Credit Union',});m_0be7cdb85414d32ce759f54a7f5c60c6['infowindow'] = new google.maps.InfoWindow({content: $l0be7cdb85414d32ce759f54a7f5c60c6});var infowindow = new google.maps.InfoWindow({content: $l0be7cdb85414d32ce759f54a7f5c60c6});google.maps.event.addListener(m_0be7cdb85414d32ce759f54a7f5c60c6, 'click', function() {infowindow.open(map,m_0be7cdb85414d32ce759f54a7f5c60c6);});$marker.push(m_0be7cdb85414d32ce759f54a7f5c60c6);}});}google.maps.event.addDomListener(window, 'load', initialize);