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.5867,-74.4197)};var g_a281004dce23a29d1821f1e8430b6f8f = new google.maps.Geocoder();g_a281004dce23a29d1821f1e8430b6f8f.geocode( { 'address': "2328 Plainfield Ave, South Plainfield, NJ 07080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-plainfield-NJ-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('south-plainfield-NJ-santander-atm'), mapOptions);}document.getElementById('4fa46ebe').innerHTML += ' | View Map';var $la281004dce23a29d1821f1e8430b6f8f = '

Santander ATM

Address: 2328 Plainfield Ave, South Plainfield, NJ 07080, USA
Phone:
';var m_a281004dce23a29d1821f1e8430b6f8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_a281004dce23a29d1821f1e8430b6f8f['infowindow'] = new google.maps.InfoWindow({content: $la281004dce23a29d1821f1e8430b6f8f});var infowindow = new google.maps.InfoWindow({content: $la281004dce23a29d1821f1e8430b6f8f});google.maps.event.addListener(m_a281004dce23a29d1821f1e8430b6f8f, 'click', function() {infowindow.open(map,m_a281004dce23a29d1821f1e8430b6f8f);});$marker.push(m_a281004dce23a29d1821f1e8430b6f8f);}});}google.maps.event.addDomListener(window, 'load', initialize);