This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Google Map js --> | |
| <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDC3Ip9iVC0nIxC6V14CKLQ1HZNF_65qEQ "></script> | |
| <script> | |
| // When the window has finished loading create our google map below | |
| google.maps.event.addDomListener(window, 'load', init); | |
| function init() { | |
| // Basic options for a simple Google Map | |
| // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions | |
| var mapOptions = { |