The blazer - A classic piece that will never go out of style! With so many ways to wear it and new twists on old ways, the outfit opportunities are tr...
Wide leg pants have been huge this past year, and the trend doesn't seem to be going away any time soon! Ditching the skinny fit pants can feel intimi...
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);
}