Sneakers have been making a strong statement over the last year and a bit, and luckily for those of us who experience seasons, it's getting to the tim...
Spring is (almost) here, and along with a new season comes new fashion trends! With so many trends it's tough to pick and choose favourites, so let us...
var mapProp = {center:myCenter, zoom:12, scrollwheel:false, draggable:false, mapTypeId:google.maps.MapTypeId.ROADMAP};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
var marker = new google.maps.Marker({position:myCenter});
marker.setMap(map);
}