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);
});
}
Quiet home in friendly neighborhood ready for you
-
Rent:
$1750 / Month
-
Deposit:
$1,750.00
-
Beds:
3
-
Baths:
1.5
-
Size:
2100 Sq Ft
About this Home
Incredible single story home on fabulous corner lot! This home showcases all the right updates. Beautiful kitchen remodel with granite c-tops, open eating area, updated cabinets and hardware. Gigantic living area w vaulted ceilings and fresh carpet is ideal entertaining space. Incredible owners suite with remodeled bath featuring tiled shower, updated vanities, relaxing garden tub.
Facts
- Pets: No
- Smoking: No
- Lease: 12 Months
- Date Available: 2016-10-01
- Property Type: House
- Floors: 2
Amenities
- Air Conditioning
- Assigned Covered Parking
- Balcony
- Cable-ready
- Disposal
- Fireplace
- Pets Allowed
- Pool
- Views
- Washer/Dryer In Unit