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.2636,-75.8174)};var g_af3993447855867e6c548df09c7bbf0c = new google.maps.Geocoder();g_af3993447855867e6c548df09c7bbf0c.geocode( { 'address': "1230 Hwy 315 Blvd, Wilkes-Barre, PA 18702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-wells-fargo-bank'), mapOptions);}document.getElementById('c487e92d').innerHTML += ' | View Map';var $laf3993447855867e6c548df09c7bbf0c = '

Wells Fargo Bank

Address: 1230 Hwy 315 Blvd, Wilkes-Barre, PA 18702, USA
Phone: (570) 825-9641
';var m_af3993447855867e6c548df09c7bbf0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_af3993447855867e6c548df09c7bbf0c['infowindow'] = new google.maps.InfoWindow({content: $laf3993447855867e6c548df09c7bbf0c});var infowindow = new google.maps.InfoWindow({content: $laf3993447855867e6c548df09c7bbf0c});google.maps.event.addListener(m_af3993447855867e6c548df09c7bbf0c, 'click', function() {infowindow.open(map,m_af3993447855867e6c548df09c7bbf0c);});$marker.push(m_af3993447855867e6c548df09c7bbf0c);}});}google.maps.event.addDomListener(window, 'load', initialize);