var map;
var infowindow;
function initMap() {
var pyrmont = {lat: -33.867, lng: 151.195};
map = new google.maps.Map(document.getElementById('map'), {
center: pyrmont,
zoom: 15
});
infowindow = new google.maps.InfoWindow();
var service = new google.maps.places.PlacesService(map);
service.nearbySearch({
location: pyrmont,
radius: 500,
type: ['store']
}, callback);
}
function callback(results, status) {
if (status === google.maps.places.PlacesServiceStatus.OK) {
for (var i = 0; i < results.length; i++) {
createMarker(results[i]);
}
}
}
function createMarker(place) {
var placeLoc = place.geometry.location;
var marker = new google.maps.Marker({
map: map,
position: place.geometry.location
});
google.maps.event.addListener(marker, 'click', function() {
infowindow.setContent(place.name);
infowindow.open(map, this);
});
}
Homey apartment with easy access to the beach!
-
Rent:
$1300 / Month
-
Deposit:
-
Beds:
1
-
Baths:
1
-
Size:
1000 Sq Ft
About this Home
1st floor apartment with an open floor plan and updated kitchen and bthroom
Facts
- Pets: No
- Smoking: No
- Lease: 12 Months
- Date Available: 2015-06-09
- Property Type: Apartment
- Floors: 1
Amenities
- Cable-ready
- Dishwasher
- Disposal
- Fireplace
- Washer/Dryer In Unit