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.8117,-72.6451)};var g_37d796a19e448f1b719738deab7b57cb = new google.maps.Geocoder();g_37d796a19e448f1b719738deab7b57cb.geocode( { 'address': "43 Main St, Westhampton Beach, NY 11978"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westhampton-beach-NY-jsj-consulting').style.display = '';map = new google.maps.Map(document.getElementById('westhampton-beach-NY-jsj-consulting'), mapOptions);}document.getElementById('25966722').innerHTML += ' | View Map';var $l37d796a19e448f1b719738deab7b57cb = '

JSJ Consulting

Address: 43 Main St, Westhampton Beach, NY 11978
Phone: (631) 288-7943
';var m_37d796a19e448f1b719738deab7b57cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JSJ Consulting',});m_37d796a19e448f1b719738deab7b57cb['infowindow'] = new google.maps.InfoWindow({content: $l37d796a19e448f1b719738deab7b57cb});var infowindow = new google.maps.InfoWindow({content: $l37d796a19e448f1b719738deab7b57cb});google.maps.event.addListener(m_37d796a19e448f1b719738deab7b57cb, 'click', function() {infowindow.open(map,m_37d796a19e448f1b719738deab7b57cb);});$marker.push(m_37d796a19e448f1b719738deab7b57cb);}});}google.maps.event.addDomListener(window, 'load', initialize);