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_658f7a58f594700e8de16291740169ea = new google.maps.Geocoder();g_658f7a58f594700e8de16291740169ea.geocode( { 'address': "6918 Ridge Ave, Philadelphia, PA 19128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-wells-fargo').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-wells-fargo'), mapOptions);}document.getElementById('e5a3e02f').innerHTML += ' | View Map';var $l658f7a58f594700e8de16291740169ea = '

Wells Fargo

Address: 6918 Ridge Ave, Philadelphia, PA 19128
Phone: (215) 509-1041
';var m_658f7a58f594700e8de16291740169ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo',});m_658f7a58f594700e8de16291740169ea['infowindow'] = new google.maps.InfoWindow({content: $l658f7a58f594700e8de16291740169ea});var infowindow = new google.maps.InfoWindow({content: $l658f7a58f594700e8de16291740169ea});google.maps.event.addListener(m_658f7a58f594700e8de16291740169ea, 'click', function() {infowindow.open(map,m_658f7a58f594700e8de16291740169ea);});$marker.push(m_658f7a58f594700e8de16291740169ea);}});}google.maps.event.addDomListener(window, 'load', initialize);