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.3531,-74.0746)};var g_54c9b3c34d26108f3eb74c2f78a88c1f = new google.maps.Geocoder();g_54c9b3c34d26108f3eb74c2f78a88c1f.geocode( { 'address': "35 Broad Street, Red Bank, NJ 07701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-bank-NJ-surf-taco').style.display = '';map = new google.maps.Map(document.getElementById('red-bank-NJ-surf-taco'), mapOptions);}document.getElementById('5cc4e233').innerHTML += ' | View Map';var $l54c9b3c34d26108f3eb74c2f78a88c1f = '

Surf Taco

Address: 35 Broad Street, Red Bank, NJ 07701
Phone: (732) 936-1800
';var m_54c9b3c34d26108f3eb74c2f78a88c1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Surf Taco',});m_54c9b3c34d26108f3eb74c2f78a88c1f['infowindow'] = new google.maps.InfoWindow({content: $l54c9b3c34d26108f3eb74c2f78a88c1f});var infowindow = new google.maps.InfoWindow({content: $l54c9b3c34d26108f3eb74c2f78a88c1f});google.maps.event.addListener(m_54c9b3c34d26108f3eb74c2f78a88c1f, 'click', function() {infowindow.open(map,m_54c9b3c34d26108f3eb74c2f78a88c1f);});$marker.push(m_54c9b3c34d26108f3eb74c2f78a88c1f);}});}google.maps.event.addDomListener(window, 'load', initialize);