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(39.916,-75.3374)};var g_4bb30d596fae954dcadd7a23349b48bb = new google.maps.Geocoder();g_4bb30d596fae954dcadd7a23349b48bb.geocode( { 'address': "888 Baltimore Pike, Springfield, PA 19064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-PA-wells-fargo-bank'), mapOptions);}document.getElementById('70914a3e').innerHTML += ' | View Map';var $l4bb30d596fae954dcadd7a23349b48bb = '

Wells Fargo Bank

Address: 888 Baltimore Pike, Springfield, PA 19064, USA
Phone: (610) 544-6500
';var m_4bb30d596fae954dcadd7a23349b48bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_4bb30d596fae954dcadd7a23349b48bb['infowindow'] = new google.maps.InfoWindow({content: $l4bb30d596fae954dcadd7a23349b48bb});var infowindow = new google.maps.InfoWindow({content: $l4bb30d596fae954dcadd7a23349b48bb});google.maps.event.addListener(m_4bb30d596fae954dcadd7a23349b48bb, 'click', function() {infowindow.open(map,m_4bb30d596fae954dcadd7a23349b48bb);});$marker.push(m_4bb30d596fae954dcadd7a23349b48bb);}});}google.maps.event.addDomListener(window, 'load', initialize);