PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
dokan-lite
/
templates
/
widgets
<script type="text/javascript"> jQuery( document ).ready( function ( $ ) { try { var location = <?php echo json_encode( $location ); ?>; var curpoint = new google.maps.LatLng( location.latitude, location.longitude ), $map_area = $( '#dokan-store-location' ); var gmap = new google.maps.Map( $map_area[0], { center: curpoint, zoom: location.zoom, mapTypeId: window.google.maps.MapTypeId.ROADMAP, }); new window.google.maps.Marker({ position: curpoint, map: gmap }); } catch( error ) { console.log( error ); } } ); </script>
[+]
..
[-] store-contact-form.php
[edit]
[-] store-map-google-maps.php
[edit]
[-] store-map.php
[edit]
[-] widget-content-product.php
[edit]
[-] store-map-mapbox.php
[edit]
[-] store-open-close.php
[edit]