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.0559,-75.0896)};var g_cd658dcbcf31b33129e611b91a1f93b1 = new google.maps.Geocoder();g_cd658dcbcf31b33129e611b91a1f93b1.geocode( { 'address': "6900 Rising Sun Ave, Philadelphia, PA 19111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-credit-medics').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-credit-medics'), mapOptions);}document.getElementById('bf20af4c').innerHTML += ' | View Map';var $lcd658dcbcf31b33129e611b91a1f93b1 = '

Credit Medics

Address: 6900 Rising Sun Ave, Philadelphia, PA 19111, USA
Phone: (215) 745-3094
';var m_cd658dcbcf31b33129e611b91a1f93b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Medics',});m_cd658dcbcf31b33129e611b91a1f93b1['infowindow'] = new google.maps.InfoWindow({content: $lcd658dcbcf31b33129e611b91a1f93b1});var infowindow = new google.maps.InfoWindow({content: $lcd658dcbcf31b33129e611b91a1f93b1});google.maps.event.addListener(m_cd658dcbcf31b33129e611b91a1f93b1, 'click', function() {infowindow.open(map,m_cd658dcbcf31b33129e611b91a1f93b1);});$marker.push(m_cd658dcbcf31b33129e611b91a1f93b1);}});}google.maps.event.addDomListener(window, 'load', initialize);