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.4411,-73.6804)};var g_d38446cc4f5c0bef25d2270f9db29985 = new google.maps.Geocoder();g_d38446cc4f5c0bef25d2270f9db29985.geocode( { 'address': "259 NY-52, Carmel, NY 10512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carmel-NY-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('carmel-NY-atm-wells-fargo-bank'), mapOptions);}document.getElementById('6c5f0f6e').innerHTML += ' | View Map';var $ld38446cc4f5c0bef25d2270f9db29985 = '

ATM (Wells Fargo Bank)

Address: 259 NY-52, Carmel, NY 10512, USA
Phone: (845) 225-1822
';var m_d38446cc4f5c0bef25d2270f9db29985 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_d38446cc4f5c0bef25d2270f9db29985['infowindow'] = new google.maps.InfoWindow({content: $ld38446cc4f5c0bef25d2270f9db29985});var infowindow = new google.maps.InfoWindow({content: $ld38446cc4f5c0bef25d2270f9db29985});google.maps.event.addListener(m_d38446cc4f5c0bef25d2270f9db29985, 'click', function() {infowindow.open(map,m_d38446cc4f5c0bef25d2270f9db29985);});$marker.push(m_d38446cc4f5c0bef25d2270f9db29985);}});}google.maps.event.addDomListener(window, 'load', initialize);