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.0605,-74.1424)};var g_82a63f5df8ac03fe2d5f6e2a0bc52fb9 = new google.maps.Geocoder();g_82a63f5df8ac03fe2d5f6e2a0bc52fb9.geocode( { 'address': "614 NJ-70, Brick, NJ 08723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brick-NJ-santander-walk-up-atm').style.display = '';map = new google.maps.Map(document.getElementById('brick-NJ-santander-walk-up-atm'), mapOptions);}document.getElementById('7bcaba84').innerHTML += ' | View Map';var $l82a63f5df8ac03fe2d5f6e2a0bc52fb9 = '

Santander Walk-Up ATM

Address: 614 NJ-70, Brick, NJ 08723, USA
Phone: (732) 920-0300
';var m_82a63f5df8ac03fe2d5f6e2a0bc52fb9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Walk-Up ATM',});m_82a63f5df8ac03fe2d5f6e2a0bc52fb9['infowindow'] = new google.maps.InfoWindow({content: $l82a63f5df8ac03fe2d5f6e2a0bc52fb9});var infowindow = new google.maps.InfoWindow({content: $l82a63f5df8ac03fe2d5f6e2a0bc52fb9});google.maps.event.addListener(m_82a63f5df8ac03fe2d5f6e2a0bc52fb9, 'click', function() {infowindow.open(map,m_82a63f5df8ac03fe2d5f6e2a0bc52fb9);});$marker.push(m_82a63f5df8ac03fe2d5f6e2a0bc52fb9);}});}google.maps.event.addDomListener(window, 'load', initialize);