<div id="googleMap" class="projects-map" style="width: 100%; height: 300px;"></div>
<script>
function myMap()
{
var myLatLng = {lat: 29.265105, lng:48.081915};
var map = new google.maps.Map(document.getElementById('googleMap'), {
zoom: 11,
center: myLatLng
});
</script>