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.1176,-75.0145)};var g_83e9ec6fb21d63ecf3d585933399f217 = new google.maps.Geocoder();g_83e9ec6fb21d63ecf3d585933399f217.geocode( { 'address': "1301 S Columbus Blvd, Philadelphia, PA 19147"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-viriva-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-viriva-community-credit-union'), mapOptions);}document.getElementById('16179bc4').innerHTML += ' | View Map';var $l83e9ec6fb21d63ecf3d585933399f217 = '

Viriva Community Credit Union

Address: 1301 S Columbus Blvd, Philadelphia, PA 19147
Phone: (888) 784-7482
';var m_83e9ec6fb21d63ecf3d585933399f217 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Viriva Community Credit Union',});m_83e9ec6fb21d63ecf3d585933399f217['infowindow'] = new google.maps.InfoWindow({content: $l83e9ec6fb21d63ecf3d585933399f217});var infowindow = new google.maps.InfoWindow({content: $l83e9ec6fb21d63ecf3d585933399f217});google.maps.event.addListener(m_83e9ec6fb21d63ecf3d585933399f217, 'click', function() {infowindow.open(map,m_83e9ec6fb21d63ecf3d585933399f217);});$marker.push(m_83e9ec6fb21d63ecf3d585933399f217);}});}google.maps.event.addDomListener(window, 'load', initialize);