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.0988,-75.155)};var g_5496f0a8e975911ff779c171d85c2d5e = new google.maps.Geocoder();g_5496f0a8e975911ff779c171d85c2d5e.geocode( { 'address': "161 S Easton Rd, Glenside, PA 19038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenside-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('glenside-PA-wells-fargo-bank'), mapOptions);}document.getElementById('b1540379').innerHTML += ' | View Map';var $l5496f0a8e975911ff779c171d85c2d5e = '

Wells Fargo Bank

Address: 161 S Easton Rd, Glenside, PA 19038, USA
Phone: (215) 885-4302
';var m_5496f0a8e975911ff779c171d85c2d5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_5496f0a8e975911ff779c171d85c2d5e['infowindow'] = new google.maps.InfoWindow({content: $l5496f0a8e975911ff779c171d85c2d5e});var infowindow = new google.maps.InfoWindow({content: $l5496f0a8e975911ff779c171d85c2d5e});google.maps.event.addListener(m_5496f0a8e975911ff779c171d85c2d5e, 'click', function() {infowindow.open(map,m_5496f0a8e975911ff779c171d85c2d5e);});$marker.push(m_5496f0a8e975911ff779c171d85c2d5e);}});}google.maps.event.addDomListener(window, 'load', initialize);