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.5789,-73.8095)};var g_6e57a30d42233829bb65aab0262e463b = new google.maps.Geocoder();g_6e57a30d42233829bb65aab0262e463b.geocode( { 'address': "413 NY-376, Hopewell Junction, NY 12533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopewell-junction-NY-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('hopewell-junction-NY-sovereign-atm'), mapOptions);}document.getElementById('cb5892e1').innerHTML += ' | View Map';var $l6e57a30d42233829bb65aab0262e463b = '

Sovereign ATM

Address: 413 NY-376, Hopewell Junction, NY 12533, USA
Phone:
';var m_6e57a30d42233829bb65aab0262e463b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_6e57a30d42233829bb65aab0262e463b['infowindow'] = new google.maps.InfoWindow({content: $l6e57a30d42233829bb65aab0262e463b});var infowindow = new google.maps.InfoWindow({content: $l6e57a30d42233829bb65aab0262e463b});google.maps.event.addListener(m_6e57a30d42233829bb65aab0262e463b, 'click', function() {infowindow.open(map,m_6e57a30d42233829bb65aab0262e463b);});$marker.push(m_6e57a30d42233829bb65aab0262e463b);}});}google.maps.event.addDomListener(window, 'load', initialize);