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.7735,-73.9582)};var g_f8cec21d4434239c656121b578f781b8 = new google.maps.Geocoder();g_f8cec21d4434239c656121b578f781b8.geocode( { 'address': "1370 3rd Ave, New York, NY 10075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-wells-fargo-atm'), mapOptions);}document.getElementById('2c2fdfac').innerHTML += ' | View Map';var $lf8cec21d4434239c656121b578f781b8 = '

Wells Fargo ATM

Address: 1370 3rd Ave, New York, NY 10075, USA
Phone: (646) 422-5800
';var m_f8cec21d4434239c656121b578f781b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_f8cec21d4434239c656121b578f781b8['infowindow'] = new google.maps.InfoWindow({content: $lf8cec21d4434239c656121b578f781b8});var infowindow = new google.maps.InfoWindow({content: $lf8cec21d4434239c656121b578f781b8});google.maps.event.addListener(m_f8cec21d4434239c656121b578f781b8, 'click', function() {infowindow.open(map,m_f8cec21d4434239c656121b578f781b8);});$marker.push(m_f8cec21d4434239c656121b578f781b8);}});}google.maps.event.addDomListener(window, 'load', initialize);