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.5384,-75.9479)};var g_e29503a573ae3d69b1b3ac030c435291 = new google.maps.Geocoder();g_e29503a573ae3d69b1b3ac030c435291.geocode( { 'address': "12 E Tioga St, Tunkhannock, PA 18657, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tunkhannock-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('tunkhannock-PA-wells-fargo-bank'), mapOptions);}document.getElementById('5090449f').innerHTML += ' | View Map';var $le29503a573ae3d69b1b3ac030c435291 = '

Wells Fargo Bank

Address: 12 E Tioga St, Tunkhannock, PA 18657, USA
Phone: (570) 836-2155
';var m_e29503a573ae3d69b1b3ac030c435291 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_e29503a573ae3d69b1b3ac030c435291['infowindow'] = new google.maps.InfoWindow({content: $le29503a573ae3d69b1b3ac030c435291});var infowindow = new google.maps.InfoWindow({content: $le29503a573ae3d69b1b3ac030c435291});google.maps.event.addListener(m_e29503a573ae3d69b1b3ac030c435291, 'click', function() {infowindow.open(map,m_e29503a573ae3d69b1b3ac030c435291);});$marker.push(m_e29503a573ae3d69b1b3ac030c435291);}});}google.maps.event.addDomListener(window, 'load', initialize);