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.0232,-74.9313)};var g_11729512a959c7b34ecf19e66d89884d = new google.maps.Geocoder();g_11729512a959c7b34ecf19e66d89884d.geocode( { 'address': "1899 Bayshore Rd, Villas, NJ 08251"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villas-NJ-cape-bank').style.display = '';map = new google.maps.Map(document.getElementById('villas-NJ-cape-bank'), mapOptions);}document.getElementById('374dda7d').innerHTML += ' | View Map';var $l11729512a959c7b34ecf19e66d89884d = '

Cape Bank

Address: 1899 Bayshore Rd, Villas, NJ 08251
Phone: (609) 886-2773
';var m_11729512a959c7b34ecf19e66d89884d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cape Bank',});m_11729512a959c7b34ecf19e66d89884d['infowindow'] = new google.maps.InfoWindow({content: $l11729512a959c7b34ecf19e66d89884d});var infowindow = new google.maps.InfoWindow({content: $l11729512a959c7b34ecf19e66d89884d});google.maps.event.addListener(m_11729512a959c7b34ecf19e66d89884d, 'click', function() {infowindow.open(map,m_11729512a959c7b34ecf19e66d89884d);});$marker.push(m_11729512a959c7b34ecf19e66d89884d);}});}google.maps.event.addDomListener(window, 'load', initialize);