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.9886,-75.2183)};var g_c00e8d1ae8123850c2ac0ee9a8999ed8 = new google.maps.Geocoder();g_c00e8d1ae8123850c2ac0ee9a8999ed8.geocode( { 'address': "1111 PA-611, Stroudsburg, PA 18360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stroudsburg-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('stroudsburg-PA-sovereign-atm'), mapOptions);}document.getElementById('4a86f97f').innerHTML += ' | View Map';var $lc00e8d1ae8123850c2ac0ee9a8999ed8 = '

Sovereign ATM

Address: 1111 PA-611, Stroudsburg, PA 18360, USA
Phone:
';var m_c00e8d1ae8123850c2ac0ee9a8999ed8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_c00e8d1ae8123850c2ac0ee9a8999ed8['infowindow'] = new google.maps.InfoWindow({content: $lc00e8d1ae8123850c2ac0ee9a8999ed8});var infowindow = new google.maps.InfoWindow({content: $lc00e8d1ae8123850c2ac0ee9a8999ed8});google.maps.event.addListener(m_c00e8d1ae8123850c2ac0ee9a8999ed8, 'click', function() {infowindow.open(map,m_c00e8d1ae8123850c2ac0ee9a8999ed8);});$marker.push(m_c00e8d1ae8123850c2ac0ee9a8999ed8);}});}google.maps.event.addDomListener(window, 'load', initialize);