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.2425,-75.8848)};var g_66d752d279a710d8d00b16f67205fdf1 = new google.maps.Geocoder();g_66d752d279a710d8d00b16f67205fdf1.geocode( { 'address': "171 N Wilkes Barre Blvd, Wilkes Barre, PA 18702"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-la-bank').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-la-bank'), mapOptions);}document.getElementById('96cc52ee').innerHTML += ' | View Map';var $l66d752d279a710d8d00b16f67205fdf1 = '

La Bank

Address: 171 N Wilkes Barre Blvd, Wilkes Barre, PA 18702
Phone: (570) 823-4666
';var m_66d752d279a710d8d00b16f67205fdf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Bank',});m_66d752d279a710d8d00b16f67205fdf1['infowindow'] = new google.maps.InfoWindow({content: $l66d752d279a710d8d00b16f67205fdf1});var infowindow = new google.maps.InfoWindow({content: $l66d752d279a710d8d00b16f67205fdf1});google.maps.event.addListener(m_66d752d279a710d8d00b16f67205fdf1, 'click', function() {infowindow.open(map,m_66d752d279a710d8d00b16f67205fdf1);});$marker.push(m_66d752d279a710d8d00b16f67205fdf1);}});}google.maps.event.addDomListener(window, 'load', initialize);