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(41.3219,-75.8166)};var g_59da44138eb19446b05d5fab308cfc1b = new google.maps.Geocoder();g_59da44138eb19446b05d5fab308cfc1b.geocode( { 'address': "1130 Wyoming Ave, Exeter, PA 18643, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('exeter-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('exeter-PA-wells-fargo-bank'), mapOptions);}document.getElementById('1da11392').innerHTML += ' | View Map';var $l59da44138eb19446b05d5fab308cfc1b = '

Wells Fargo Bank

Address: 1130 Wyoming Ave, Exeter, PA 18643, USA
Phone: (570) 654-3386
';var m_59da44138eb19446b05d5fab308cfc1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_59da44138eb19446b05d5fab308cfc1b['infowindow'] = new google.maps.InfoWindow({content: $l59da44138eb19446b05d5fab308cfc1b});var infowindow = new google.maps.InfoWindow({content: $l59da44138eb19446b05d5fab308cfc1b});google.maps.event.addListener(m_59da44138eb19446b05d5fab308cfc1b, 'click', function() {infowindow.open(map,m_59da44138eb19446b05d5fab308cfc1b);});$marker.push(m_59da44138eb19446b05d5fab308cfc1b);}});}google.maps.event.addDomListener(window, 'load', initialize);