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.8259,-72.9861)};var g_13ab292915288fa2636f26c869f66e98 = new google.maps.Geocoder();g_13ab292915288fa2636f26c869f66e98.geocode( { 'address': "1735 N Ocean Ave, Medford, NY 11763"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-NY-atlantic-home-capital').style.display = '';map = new google.maps.Map(document.getElementById('medford-NY-atlantic-home-capital'), mapOptions);}document.getElementById('1bdc028f').innerHTML += ' | View Map';var $l13ab292915288fa2636f26c869f66e98 = '

Atlantic Home Capital

Address: 1735 N Ocean Ave, Medford, NY 11763
Phone: (631) 687-3510
';var m_13ab292915288fa2636f26c869f66e98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlantic Home Capital',});m_13ab292915288fa2636f26c869f66e98['infowindow'] = new google.maps.InfoWindow({content: $l13ab292915288fa2636f26c869f66e98});var infowindow = new google.maps.InfoWindow({content: $l13ab292915288fa2636f26c869f66e98});google.maps.event.addListener(m_13ab292915288fa2636f26c869f66e98, 'click', function() {infowindow.open(map,m_13ab292915288fa2636f26c869f66e98);});$marker.push(m_13ab292915288fa2636f26c869f66e98);}});}google.maps.event.addDomListener(window, 'load', initialize);