+
+
+ have_posts() ) : $the_query_associat->the_post(); ?>
+
+ ' . get_the_title() . '';
+ $associat_own_weblink = '' . get_field('xxp_associat_web') . '';
+ $associat_email = '' . get_field('xxp_associat_mail') . '';
+ $associat_lat = $marker['lat'];
+ $associat_lng = $marker['lng'];
+ $associat_blobcolor = get_field('xxp_associat_colormap');
+ echo do_shortcode( '
+ [leaflet-marker svg background="#555" color="#555" iconSize="17,19" iconClass="dashicons dashicons-marker" opacity="0.6" lat=' . $associat_lat . ' lng=' . $associat_lng . ']'
+ . '' . $associat_address . '
'
+ . '' . $associat_xxp_weblink . '
'
+ . '' . $associat_own_weblink . '
'
+ . '' . $associat_email . '
'
+ . '[/leaflet-marker]'
+ ); // end shortcode each marker
+ }; // end each marker
+ }; // end count all markers
+?>
+
+
+
+