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.0538,-75.07)};var g_919b643f3c54fdff3e3c848896e1b129 = new google.maps.Geocoder();g_919b643f3c54fdff3e3c848896e1b129.geocode( { 'address': "1729 Cottman Ave, Philadelphia, PA 19111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-ukrainian-selfreliance-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-ukrainian-selfreliance-federal-credit-union'), mapOptions);}document.getElementById('64da9023').innerHTML += ' | View Map';var $l919b643f3c54fdff3e3c848896e1b129 = '

Ukrainian Selfreliance Federal Credit Union

Address: 1729 Cottman Ave, Philadelphia, PA 19111, USA
Phone: (215) 725-4430
';var m_919b643f3c54fdff3e3c848896e1b129 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ukrainian Selfreliance Federal Credit Union',});m_919b643f3c54fdff3e3c848896e1b129['infowindow'] = new google.maps.InfoWindow({content: $l919b643f3c54fdff3e3c848896e1b129});var infowindow = new google.maps.InfoWindow({content: $l919b643f3c54fdff3e3c848896e1b129});google.maps.event.addListener(m_919b643f3c54fdff3e3c848896e1b129, 'click', function() {infowindow.open(map,m_919b643f3c54fdff3e3c848896e1b129);});$marker.push(m_919b643f3c54fdff3e3c848896e1b129);}});}google.maps.event.addDomListener(window, 'load', initialize);