map = new google.maps.Map(document.getElementById('<b>googleMap</b>'),
{
center: new google.maps.LatLng(48.1293954,12.556663),
zoom: 10
}
);
<div id="<b>googleMap</b>" style="width: 100%; height: 400px; position: relative; overflow: hidden;">
console.log(typeof google === 'object') true undefined console.log(typeof google.maps === 'object') true undefined google.maps.LatLng('55.333', '37.555'); undefined google.maps.LatLng(55.333, 37.555); undefined
map.setCenter(new google.maps.LatLng(10.23,123.45));
var map = document.getElementById('MapPlaceHolder');