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.6263,-74.3423)};var g_2894b23af9f0412e5f67c3c823cae9ef = new google.maps.Geocoder();g_2894b23af9f0412e5f67c3c823cae9ef.geocode( { 'address': "1387 County Rd 539 #1-B, Little Egg Harbor Township, NJ 08087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-egg-harbor-township-NJ-rick-pristas').style.display = '';map = new google.maps.Map(document.getElementById('little-egg-harbor-township-NJ-rick-pristas'), mapOptions);}document.getElementById('3401b7c2').innerHTML += ' | View Map';var $l2894b23af9f0412e5f67c3c823cae9ef = '

Rick Pristas

Address: 1387 County Rd 539 #1-B, Little Egg Harbor Township, NJ 08087, USA
Phone: (732) 600-6181
';var m_2894b23af9f0412e5f67c3c823cae9ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rick Pristas',});m_2894b23af9f0412e5f67c3c823cae9ef['infowindow'] = new google.maps.InfoWindow({content: $l2894b23af9f0412e5f67c3c823cae9ef});var infowindow = new google.maps.InfoWindow({content: $l2894b23af9f0412e5f67c3c823cae9ef});google.maps.event.addListener(m_2894b23af9f0412e5f67c3c823cae9ef, 'click', function() {infowindow.open(map,m_2894b23af9f0412e5f67c3c823cae9ef);});$marker.push(m_2894b23af9f0412e5f67c3c823cae9ef);}});}google.maps.event.addDomListener(window, 'load', initialize);