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_146a4e4c9fd285ce7a41719745ed7ff6 = new google.maps.Geocoder();g_146a4e4c9fd285ce7a41719745ed7ff6.geocode( { 'address': "2329 Cottman Ave, Philadelphia, PA 19149"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-countrywide-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-countrywide-bank'), mapOptions);}document.getElementById('f4d574ac').innerHTML += ' | View Map';var $l146a4e4c9fd285ce7a41719745ed7ff6 = '

Countrywide Bank

Address: 2329 Cottman Ave, Philadelphia, PA 19149
Phone: (215) 338-1477
';var m_146a4e4c9fd285ce7a41719745ed7ff6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Countrywide Bank',});m_146a4e4c9fd285ce7a41719745ed7ff6['infowindow'] = new google.maps.InfoWindow({content: $l146a4e4c9fd285ce7a41719745ed7ff6});var infowindow = new google.maps.InfoWindow({content: $l146a4e4c9fd285ce7a41719745ed7ff6});google.maps.event.addListener(m_146a4e4c9fd285ce7a41719745ed7ff6, 'click', function() {infowindow.open(map,m_146a4e4c9fd285ce7a41719745ed7ff6);});$marker.push(m_146a4e4c9fd285ce7a41719745ed7ff6);}});}google.maps.event.addDomListener(window, 'load', initialize);