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(40.8683,-75.8084)};var g_91cd64268d833ea419db6bae48551d22 = new google.maps.Geocoder();g_91cd64268d833ea419db6bae48551d22.geocode( { 'address': "20 E Locust St, Nesquehoning, PA 18240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nesquehoning-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('nesquehoning-PA-sovereign-atm'), mapOptions);}document.getElementById('cde87a64').innerHTML += ' | View Map';var $l91cd64268d833ea419db6bae48551d22 = '

Sovereign ATM

Address: 20 E Locust St, Nesquehoning, PA 18240, USA
Phone:
';var m_91cd64268d833ea419db6bae48551d22 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_91cd64268d833ea419db6bae48551d22['infowindow'] = new google.maps.InfoWindow({content: $l91cd64268d833ea419db6bae48551d22});var infowindow = new google.maps.InfoWindow({content: $l91cd64268d833ea419db6bae48551d22});google.maps.event.addListener(m_91cd64268d833ea419db6bae48551d22, 'click', function() {infowindow.open(map,m_91cd64268d833ea419db6bae48551d22);});$marker.push(m_91cd64268d833ea419db6bae48551d22);}});}google.maps.event.addDomListener(window, 'load', initialize);