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(39.3602,-74.4287)};var g_f0d04ea8b0cf1cf7637b03183c611531 = new google.maps.Geocoder();g_f0d04ea8b0cf1cf7637b03183c611531.geocode( { 'address': "1501 Pacific Ave, Atlantic City, NJ 08401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlantic-city-NJ-oceanfirst-bank').style.display = '';map = new google.maps.Map(document.getElementById('atlantic-city-NJ-oceanfirst-bank'), mapOptions);}document.getElementById('d5a27f15').innerHTML += ' | View Map';var $lf0d04ea8b0cf1cf7637b03183c611531 = '

OceanFirst Bank

Address: 1501 Pacific Ave, Atlantic City, NJ 08401, USA
Phone: (609) 344-9027
';var m_f0d04ea8b0cf1cf7637b03183c611531 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OceanFirst Bank',});m_f0d04ea8b0cf1cf7637b03183c611531['infowindow'] = new google.maps.InfoWindow({content: $lf0d04ea8b0cf1cf7637b03183c611531});var infowindow = new google.maps.InfoWindow({content: $lf0d04ea8b0cf1cf7637b03183c611531});google.maps.event.addListener(m_f0d04ea8b0cf1cf7637b03183c611531, 'click', function() {infowindow.open(map,m_f0d04ea8b0cf1cf7637b03183c611531);});$marker.push(m_f0d04ea8b0cf1cf7637b03183c611531);}});}google.maps.event.addDomListener(window, 'load', initialize);