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.9576,-74.3883)};var g_207239975ffa605b92e0312d3cbc9e7b = new google.maps.Geocoder();g_207239975ffa605b92e0312d3cbc9e7b.geocode( { 'address': "400 Lacey Rd, Whiting, NJ 08759, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manchester-township-NJ-ocean-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('manchester-township-NJ-ocean-first-bank'), mapOptions);}document.getElementById('ab2b9412').innerHTML += ' | View Map';var $l207239975ffa605b92e0312d3cbc9e7b = '

Ocean First Bank

Address: 400 Lacey Rd, Whiting, NJ 08759, USA
Phone: (888) 623-2633
';var m_207239975ffa605b92e0312d3cbc9e7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ocean First Bank',});m_207239975ffa605b92e0312d3cbc9e7b['infowindow'] = new google.maps.InfoWindow({content: $l207239975ffa605b92e0312d3cbc9e7b});var infowindow = new google.maps.InfoWindow({content: $l207239975ffa605b92e0312d3cbc9e7b});google.maps.event.addListener(m_207239975ffa605b92e0312d3cbc9e7b, 'click', function() {infowindow.open(map,m_207239975ffa605b92e0312d3cbc9e7b);});$marker.push(m_207239975ffa605b92e0312d3cbc9e7b);}});}google.maps.event.addDomListener(window, 'load', initialize);