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.1295,-75.0609)};var g_4bc528927ccad4bddc8a92a7234d5cdf = new google.maps.Geocoder();g_4bc528927ccad4bddc8a92a7234d5cdf.geocode( { 'address': "2560 Huntingdon Pike, Huntingdon Valley, PA 19006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingdon-valley-PA-wells-fargo-offices').style.display = '';map = new google.maps.Map(document.getElementById('huntingdon-valley-PA-wells-fargo-offices'), mapOptions);}document.getElementById('0eb99ccb').innerHTML += ' | View Map';var $l4bc528927ccad4bddc8a92a7234d5cdf = '

Wells Fargo Offices

Address: 2560 Huntingdon Pike, Huntingdon Valley, PA 19006
Phone: (215) 947-3700
';var m_4bc528927ccad4bddc8a92a7234d5cdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Offices',});m_4bc528927ccad4bddc8a92a7234d5cdf['infowindow'] = new google.maps.InfoWindow({content: $l4bc528927ccad4bddc8a92a7234d5cdf});var infowindow = new google.maps.InfoWindow({content: $l4bc528927ccad4bddc8a92a7234d5cdf});google.maps.event.addListener(m_4bc528927ccad4bddc8a92a7234d5cdf, 'click', function() {infowindow.open(map,m_4bc528927ccad4bddc8a92a7234d5cdf);});$marker.push(m_4bc528927ccad4bddc8a92a7234d5cdf);}});}google.maps.event.addDomListener(window, 'load', initialize);