Deprecated: Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 309

Deprecated: Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 317

Deprecated: Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 301

Deprecated: Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 313

Deprecated: Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 328

Deprecated: Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 339

Deprecated: Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 350

Deprecated: Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 362

Deprecated: Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 375

Deprecated: Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php on line 389

Warning: Cannot modify header information - headers already sent by (output started at /home/dh_ienzsb/susanfrick.com/wp-content/plugins/delete-all-comments-of-website/freemius/includes/managers/class-fs-key-value-storage.php:44) in /home/dh_ienzsb/susanfrick.com/wp-content/themes/stockholm/js/default_dynamic_callback.php on line 11
function ajaxSubmitCommentForm(){ "use strict"; var options = { success: function(){ $j("#commentform textarea").val(""); $j("#commentform .success p").text("Comment has been sent!"); } }; $j('#commentform').submit(function() { $j(this).find('input[type="submit"]').next('.success').remove(); $j(this).find('input[type="submit"]').after('

'); $j(this).ajaxSubmit(options); return false; }); } var header_height = 100; var min_header_height_scroll = 57; var min_header_height_fixed_hidden = 50; var min_header_height_sticky = 60; var scroll_amount_for_sticky = 85; var content_line_height = 60; var header_bottom_border_weight = 1; var scroll_amount_for_fixed_hiding = 200; var paspartu_width_init = 0.02; var search_header_height = 50; header_height = 70; min_header_height_scroll = 70; var logo_height = 130; // stockholm logo height var logo_width = 280; // stockholm logo width logo_height = 33; logo_width = 244; header_top_height = 0; var loading_text; loading_text = 'Loading new posts...'; var finished_text; finished_text = 'No more posts'; var piechartcolor; piechartcolor = "#e6ae48"; piechartcolor = "#000000"; var geocoder; var map; function initialize() { "use strict"; // Create an array of styles. var mapStyles = [ { stylers: [ {hue: "#393939" }, {saturation: "-100"}, {lightness: "-60"}, {gamma: 1} ] } ]; var qodeMapType = new google.maps.StyledMapType(mapStyles, {name: "Qode Map"}); geocoder = new google.maps.Geocoder(); var latlng = new google.maps.LatLng(-34.397, 150.644); var myOptions = { zoom: 12, scrollwheel: false, center: latlng, zoomControl: true, zoomControlOptions: { style: google.maps.ZoomControlStyle.SMALL, position: google.maps.ControlPosition.RIGHT_CENTER }, scaleControl: false, scaleControlOptions: { position: google.maps.ControlPosition.LEFT_CENTER }, streetViewControl: false, streetViewControlOptions: { position: google.maps.ControlPosition.LEFT_CENTER }, panControl: false, panControlOptions: { position: google.maps.ControlPosition.LEFT_CENTER }, mapTypeControl: false, mapTypeControlOptions: { mapTypeIds: [google.maps.MapTypeId.ROADMAP, 'qode_style'], style: google.maps.MapTypeControlStyle.HORIZONTAL_BAR, position: google.maps.ControlPosition.LEFT_CENTER }, mapTypeId: 'qode_style' }; map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); map.mapTypes.set('qode_style', qodeMapType); } function codeAddress(data) { "use strict"; if (data === '') return; var contentString = '

'+data+'

'; var infowindow = new google.maps.InfoWindow({ content: contentString }); geocoder.geocode( { 'address': data}, function(results, status) { if (status === google.maps.GeocoderStatus.OK) { map.setCenter(results[0].geometry.location); var marker = new google.maps.Marker({ map: map, position: results[0].geometry.location, icon: 'http://susanfrick.com/wp-content/themes/stockholm/img/pin.png', title: data['store_title'] }); google.maps.event.addListener(marker, 'click', function() { infowindow.open(map,marker); }); } }); } var $j = jQuery.noConflict(); $j(document).ready(function() { "use strict"; showContactMap(); }); function showContactMap() { "use strict"; if($j("#map_canvas").length > 0 && typeof google === 'object'){ initialize(); codeAddress(""); codeAddress(""); codeAddress(""); codeAddress(""); codeAddress(""); } } var no_ajax_pages = []; var qode_root = 'https://susanfrick.com/'; var theme_root = 'https://susanfrick.com/wp-content/themes/stockholm'; var header_style_admin = ""; if(typeof no_ajax_obj !== 'undefined') { no_ajax_pages = no_ajax_obj.no_ajax_pages; }