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.1535,-76.1507)};var g_4ac07c110aaa5ec04a3f57ca4b4a8e9d = new google.maps.Geocoder();g_4ac07c110aaa5ec04a3f57ca4b4a8e9d.geocode( { 'address': "2 W Union St, Shickshinny, PA 18655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shickshinny-PA-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('shickshinny-PA-wells-fargo-atm'), mapOptions);}document.getElementById('0fc4bfa5').innerHTML += ' | View Map';var $l4ac07c110aaa5ec04a3f57ca4b4a8e9d = '

Wells Fargo ATM

Address: 2 W Union St, Shickshinny, PA 18655, USA
Phone: (800) 869-3557
';var m_4ac07c110aaa5ec04a3f57ca4b4a8e9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_4ac07c110aaa5ec04a3f57ca4b4a8e9d['infowindow'] = new google.maps.InfoWindow({content: $l4ac07c110aaa5ec04a3f57ca4b4a8e9d});var infowindow = new google.maps.InfoWindow({content: $l4ac07c110aaa5ec04a3f57ca4b4a8e9d});google.maps.event.addListener(m_4ac07c110aaa5ec04a3f57ca4b4a8e9d, 'click', function() {infowindow.open(map,m_4ac07c110aaa5ec04a3f57ca4b4a8e9d);});$marker.push(m_4ac07c110aaa5ec04a3f57ca4b4a8e9d);}});}google.maps.event.addDomListener(window, 'load', initialize);