equal
deleted
inserted
replaced
8 width: 500px; |
8 width: 500px; |
9 height: 400px; |
9 height: 400px; |
10 } |
10 } |
11 </style> |
11 </style> |
12 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> |
12 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> |
13 <script> |
13 <script type="text/javascript"> |
14 function initialize() { |
14 function initialize() { |
15 var Latlng = new google.maps.LatLng(32.060255, 118.796877); |
15 var Latlng = new google.maps.LatLng(32.060255, 118.796877); |
16 var map_canvas = document.getElementById('map_canvas'); |
16 var map_canvas = document.getElementById('map_canvas'); |
17 var map_options = { |
17 var map_options = { |
18 center: Latlng, |
18 center: Latlng, |