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.0421,-75.3071)};var g_c02ffbf92524766893492ff928c19176 = new google.maps.Geocoder();g_c02ffbf92524766893492ff928c19176.geocode( { 'address': "413 PA-611, Tannersville, PA 18372, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tannersville-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('tannersville-PA-sovereign-atm'), mapOptions);}document.getElementById('54f2215d').innerHTML += ' | View Map';var $lc02ffbf92524766893492ff928c19176 = '

Sovereign ATM

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