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.8849,-74.1277)};var g_ead316e44cc96ef5f2397ca7cceaba82 = new google.maps.Geocoder();g_ead316e44cc96ef5f2397ca7cceaba82.geocode( { 'address': "935 River Dr, Garfield, NJ 07026, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garfield-NJ-atm-wawel-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('garfield-NJ-atm-wawel-savings-bank'), mapOptions);}document.getElementById('e512c9b8').innerHTML += ' | View Map';var $lead316e44cc96ef5f2397ca7cceaba82 = '

ATM Wawel Savings Bank

Address: 935 River Dr, Garfield, NJ 07026, USA
Phone: (800) 627-3999
';var m_ead316e44cc96ef5f2397ca7cceaba82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Wawel Savings Bank',});m_ead316e44cc96ef5f2397ca7cceaba82['infowindow'] = new google.maps.InfoWindow({content: $lead316e44cc96ef5f2397ca7cceaba82});var infowindow = new google.maps.InfoWindow({content: $lead316e44cc96ef5f2397ca7cceaba82});google.maps.event.addListener(m_ead316e44cc96ef5f2397ca7cceaba82, 'click', function() {infowindow.open(map,m_ead316e44cc96ef5f2397ca7cceaba82);});$marker.push(m_ead316e44cc96ef5f2397ca7cceaba82);}});}google.maps.event.addDomListener(window, 'load', initialize);