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.8052,-74.1935)};var g_dbcec7736b4d543d9251de81b4a9917f = new google.maps.Geocoder();g_dbcec7736b4d543d9251de81b4a9917f.geocode( { 'address': "331 Broad St, Bloomfield, NJ 07003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-NJ-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-NJ-sovereign-atm'), mapOptions);}document.getElementById('775143b7').innerHTML += ' | View Map';var $ldbcec7736b4d543d9251de81b4a9917f = '

Sovereign ATM

Address: 331 Broad St, Bloomfield, NJ 07003, USA
Phone:
';var m_dbcec7736b4d543d9251de81b4a9917f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_dbcec7736b4d543d9251de81b4a9917f['infowindow'] = new google.maps.InfoWindow({content: $ldbcec7736b4d543d9251de81b4a9917f});var infowindow = new google.maps.InfoWindow({content: $ldbcec7736b4d543d9251de81b4a9917f});google.maps.event.addListener(m_dbcec7736b4d543d9251de81b4a9917f, 'click', function() {infowindow.open(map,m_dbcec7736b4d543d9251de81b4a9917f);});$marker.push(m_dbcec7736b4d543d9251de81b4a9917f);}});}google.maps.event.addDomListener(window, 'load', initialize);