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.053,-74.1312)};var g_3284b792f98b28e27b5264d87bc77f36 = new google.maps.Geocoder();g_3284b792f98b28e27b5264d87bc77f36.geocode( { 'address': "S Franklin Turnpike, Ramsey, NJ 07446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramsey-NJ-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('ramsey-NJ-sovereign-atm'), mapOptions);}document.getElementById('093100c4').innerHTML += ' | View Map';var $l3284b792f98b28e27b5264d87bc77f36 = '

Sovereign ATM

Address: S Franklin Turnpike, Ramsey, NJ 07446, USA
Phone:
';var m_3284b792f98b28e27b5264d87bc77f36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_3284b792f98b28e27b5264d87bc77f36['infowindow'] = new google.maps.InfoWindow({content: $l3284b792f98b28e27b5264d87bc77f36});var infowindow = new google.maps.InfoWindow({content: $l3284b792f98b28e27b5264d87bc77f36});google.maps.event.addListener(m_3284b792f98b28e27b5264d87bc77f36, 'click', function() {infowindow.open(map,m_3284b792f98b28e27b5264d87bc77f36);});$marker.push(m_3284b792f98b28e27b5264d87bc77f36);}});}google.maps.event.addDomListener(window, 'load', initialize);