Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
crm.ynorme.com
/
assets
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/ynormeco/crm.ynorme.com/assets/js/map.min.js
/* v2.8.4 */ var marker;function initMap(){var e=$("#google-maps-api-js").attr("latitude"),a=$("#google-maps-api-js").attr("longitude"),t=$("#google-maps-api-js").attr("mapMarkerTitle");if(""!=e&&""!=a&&!isNaN(e)&&!isNaN(a)){latLng=new google.maps.LatLng(e,a);var l=document.getElementById("map");if(l){map=new google.maps.Map(l,{center:{lat:parseFloat(e),lng:parseFloat(a)},zoom:10,styles:[{featureType:"administrative",elementType:"labels.text.fill",stylers:[{color:"#444444"}]},{featureType:"landscape",elementType:"all",stylers:[{color:"#f2f2f2"}]},{featureType:"poi",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"road",elementType:"all",stylers:[{saturation:-100},{lightness:45}]},{featureType:"road.highway",elementType:"all",stylers:[{visibility:"simplified"}]},{featureType:"road.arterial",elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"transit",elementType:"all",stylers:[{visibility:"off"}]},{featureType:"water",elementType:"all",stylers:[{color:"#03a9f4"},{visibility:"on"}]}]});var i=new google.maps.InfoWindow({content:t});(marker=new google.maps.Marker({position:latLng,title:t,visible:!0})).addListener("click",function(){i.open(map,marker)}),marker.setMap(map)}}}