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.4481,-74.7085)};var g_697c39d9a177c0d657e1ff2b258a8094 = new google.maps.Geocoder();g_697c39d9a177c0d657e1ff2b258a8094.geocode( { 'address': "5401 Harding Hwy, Mays Landing, NJ 08330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-township-NJ-ocean-city-home-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-township-NJ-ocean-city-home-bank'), mapOptions);}document.getElementById('29c231b3').innerHTML += ' | View Map';var $l697c39d9a177c0d657e1ff2b258a8094 = '

Ocean City Home Bank

Address: 5401 Harding Hwy, Mays Landing, NJ 08330, USA
Phone: (609) 927-7722
';var m_697c39d9a177c0d657e1ff2b258a8094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ocean City Home Bank',});m_697c39d9a177c0d657e1ff2b258a8094['infowindow'] = new google.maps.InfoWindow({content: $l697c39d9a177c0d657e1ff2b258a8094});var infowindow = new google.maps.InfoWindow({content: $l697c39d9a177c0d657e1ff2b258a8094});google.maps.event.addListener(m_697c39d9a177c0d657e1ff2b258a8094, 'click', function() {infowindow.open(map,m_697c39d9a177c0d657e1ff2b258a8094);});$marker.push(m_697c39d9a177c0d657e1ff2b258a8094);}});}google.maps.event.addDomListener(window, 'load', initialize);