[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fAoFvk9TcCvMHInA7UO3f648NCn7W8IaAnyB7aPHfH2o":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":18,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":38,"analysis":132,"fingerprints":197},"address-geocoder","Address Geocoder","1.0.1","Marty Spellerberg","https:\u002F\u002Fprofiles.wordpress.org\u002Fmartyspellerberg\u002F","\u003Cp>The Address Geocoder plugin lets you attach coordinates to your posts, pages, and custom post types. On your edit screens, simply enter an address into the metabox and hit “Geocode”.\u003C\u002Fp>\n\u003Cp>This plugin uses Google Maps API v3 to translate an address to lat\u002Flng coordinates. A Google Maps API key is required.\u003C\u002Fp>\n\u003Ch3>Fequently Asked Questions\u003C\u002Fh3>\n\u003Ch4>How do I retrieve the coordinates?\u003C\u002Fh4>\n\u003Cp>Access your data in the loop using the following functions, with the post ID passed as a parameter. For the full coordinates (in brackets):\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_latlng( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the Latitude:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_lat( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the Longitude:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_lng( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For the Address:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php echo get_geocode_address( $post->ID ); ?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Add location coordinates to your post types.",500,14602,100,7,"2019-01-23T13:14:00.000Z","5.1.22","4.8","",[20,21,22,23,24],"coordinates","geocode","latitude","location","longitude","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faddress-geocoder.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":26,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"martyspellerberg",3,610,30,84,"2026-04-04T05:02:36.170Z",[39,58,79,96,115],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":13,"downloaded":47,"rating":13,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":18,"tags":52,"homepage":56,"download_link":57,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"simple-fields-map-extension","Simple Fields Map extension","1.3.4","Pär Thernström","https:\u002F\u002Fprofiles.wordpress.org\u002Feskapism\u002F","\u003Cp>Adds a new field type to \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fsimple-fields\u002F\" rel=\"ugc\">Simple Fields\u003C\u002Fa> that let you choose a location.\u003C\u002Fp>\n\u003Cp>The coordinates (lat\u002Flng) of that location is saved\u003Cbr \u002F>\nand easily retrieved in for example your theme.\u003C\u002Fp>\n\u003Cp>Happy geocoding!\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Easily add maps to any post, page or custom post type\u003C\u002Fli>\n\u003Cli>Integrates seamlessly into Simple Fields\u003C\u002Fli>\n\u003Cli>You can have multiple maps with separately settings\u003C\u002Fli>\n\u003Cli>Each map can have it’s own:\n\u003Cul>\n\u003Cli>zoom level\u003C\u002Fli>\n\u003Cli>map type (Roadmap, Satellite, Hybrid, Terrain)\u003C\u002Fli>\n\u003Cli>default location\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Search location of address by using built in search box\u003C\u002Fli>\n\u003Cli>Search location by enter its latitude and longitude coordinates\u003C\u002Fli>\n\u003Cli>Supports Repeatable Fields – have any amount of maps connected to each post\u003C\u002Fli>\n\u003Cli>From each saved position you can get\n\u003Cul>\n\u003Cli>Latitude and Longitude\u003C\u002Fli>\n\u003Cli>Address information, including store\u002Fshop name if that was what the user searched for when adding this location\u003C\u002Fli>\n\u003Cli>Preferred zoom level\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>To add a map to a field group programmatically\u003C\u002Fh4>\n\u003Cp>Slug for this field extension is “googlemaps”.\u003C\u002Fp>\n\u003Cp>Full example using register field group:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\n\u002F\u002F Add a field group with a Google Map-field\nsimple_fields_register_field_group('sf_map_test_field_fg',\n    array(\n        'name' => 'My map',\n        'slug' => \"mu_map\"\n        'repeatable' => 1,\n        'fields' => array(\n            array(\n                \"type\" => \"googlemaps\",\n                \"slug\" => \"sf_map\",\n                \"name\" => \"Test map\",\n                \"options\" => array(\n                    \"defaultZoomLevel\" => 10,\n                    \"defaultMapTypeId\" => \"HYBRID\", \u002F\u002F ROADMAP | SATELLITE | HYBRID | TERRAIN\n                    \"defaultLocationLat\" => 40.71435,\n                    \"defaultLocationLng\" => -74.00597,\n                    \"defaultZoomLevel\" => 10\n                )\n            )\n        )\n    )\n);\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Translations\u002FLanguages\u003C\u002Fh4>\n\u003Cp>This plugin is available in the following languages:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>(Make sure you have Simple Fields installed)\u003C\u002Fli>\n\u003Cli>Install the Simple Fields Maps Extension plugin\u003C\u002Fli>\n\u003Cli>You will find the Map field in the usual settings page of Simple Fields\u003C\u002Fli>\n\u003C\u002Fol>\n","Extension to Simple Fields that adds a field type for selecting a location on a Google Map.",5767,4,"2013-12-18T10:47:00.000Z","3.7.41","3.8",[53,54,22,24,55],"geolocation","google-maps","simple-fields","http:\u002F\u002Fearthpeople.se\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-fields-map-extension.1.3.4.zip",{"slug":59,"name":60,"version":61,"author":62,"author_profile":63,"description":64,"short_description":65,"active_installs":66,"downloaded":67,"rating":27,"num_ratings":27,"last_updated":68,"tested_up_to":69,"requires_at_least":70,"requires_php":71,"tags":72,"homepage":76,"download_link":77,"security_score":78,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"custom-map-coord","Coordinate for Google Map (No API Required)","1.1","Manish S","https:\u002F\u002Fprofiles.wordpress.org\u002Fshahmanish877\u002F","\u003Cp>No \u003Cstrong>API key\u003C\u002Fstrong> needed to use google maps, use direct iframe method.\u003Cbr \u002F>\nThis plugin allows to use the shortcode (\u003Cstrong>\u003Ccode>[map-coordinate]\u003C\u002Fcode>\u003C\u002Fstrong>), custom Elementor widget or a Gutenberg block to display Google Maps with Latitude & Longitude. There is also an admin menu to add Latitude & Longitude globally for all Gutenberg blocks and shortcodes.\u003C\u002Fp>\n\u003Cp>Check out the live version of the project here: \u003Ca href=\"https:\u002F\u002Ftastewp.com\u002Fplugins\u002Fcustom-map-coord\u002F\" rel=\"nofollow ugc\">Demo\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>You can add the coordinates globally for the map to use from admin menu (\u003Cstrong>\u003Ccode>Custom Map\u003C\u002Fcode>\u003C\u002Fstrong>) as shown on screenshot #1.\u003C\u002Fp>\n\u003Cp>The shortcode for the map to display is:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[map-coordinate]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>You can also add different coordinates for each shortcode:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[map-coordinate lat=\"xx\" lon=\"xx\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If you are using Gutenberg editor for your posts, then you can also use the Gutenberg block – \u003Cstrong>Custom Map Coordinates\u003C\u002Fstrong>\u003Cbr \u002F>\nCustom elementor widget is also available to use for Elementor page builder.\u003C\u002Fp>\n","Use Google Maps without API using coordinates (latitude & longitude) anywhere in WordPress with help of shortcodes & Gutenberg block",20,1002,"2024-12-15T13:54:00.000Z","6.7.5","5.6","7.0",[20,73,54,74,75],"google-map","latitude-longitude","maps","https:\u002F\u002F#","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-map-coord.zip",92,{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":87,"downloaded":88,"rating":27,"num_ratings":27,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":18,"tags":92,"homepage":94,"download_link":95,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"quick-location-maps","Quick Location Maps","1.0.0","Shashikanta","https:\u002F\u002Fprofiles.wordpress.org\u002Fsashikanta\u002F","\u003Cp>This Plugin insert a location map in your posts\u002Fpages using the iFrame based Google Maps without any Api.\u003Cbr \u002F>\nThe user can set the exact coords (latutude or longitudes) or insert the location address. If you want to insert a map in a posts you must to generate two personalized fields (called ‘latitude’ and ‘longitude’) with the coordinates or a personalized field called ‘location’ with the address.\u003C\u002Fp>\n\u003Cp>This is good for Real Estate type of Blog as shown in the pics and Custom filed type location. It is very lightweight tested in wordpress 3.3.2 version, custom template ready, Google API free.\u003C\u002Fp>\n","This Plugin insert a google map in to your posts using the Google Maps Api Free.",10,1782,"2012-11-10T19:44:00.000Z","3.3.2","2.8",[93,53,22,24,75],"custom-templates","http:\u002F\u002Fwww.anidipta.blogspot.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquick-location-maps.zip",{"slug":97,"name":98,"version":99,"author":100,"author_profile":101,"description":102,"short_description":103,"active_installs":104,"downloaded":105,"rating":106,"num_ratings":87,"last_updated":107,"tested_up_to":108,"requires_at_least":109,"requires_php":18,"tags":110,"homepage":18,"download_link":114,"security_score":13,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"bp-xprofile-location","BP xProfile Location","4.9","shanebp","https:\u002F\u002Fprofiles.wordpress.org\u002Fshanebp\u002F","\u003Cp>This plugin works with both BuddyPress and the BuddyBoss Platform. It creates an xProfile Location field type that will use the Google Places API to populate and validate address fields on member profiles.\u003C\u002Fp>\n\u003Cp>The result will be \u003Cem>uniform\u003C\u002Fem> and \u003Cem>searchable\u003C\u002Fem> addresses with a \u003Cem>single\u003C\u002Fem> input field.\u003C\u002Fp>\n\u003Cp>In BuddyPress, you can create multiple Location fields via \u003Cem>wp-admin > Users > Profile Fields > Add New Field\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>In BuddyBoss Platform, you can create multiple Location fields via \u003Cem>wp-admin > BuddyBoss > Profiles > Profile Fields > Add New Field\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>The xprofile field for each member will be populated as a searchable string.\u003C\u002Fp>\n\u003Cp>A latitude \u002F longitude ‘geocode’ will be saved as a separate field, if that option was selected when the field was created.\u003C\u002Fp>\n\u003Cp>You can then use the geocode in your preferred Member Map solution.\u003C\u002Fp>\n\u003Cp>Or you may be interested in this \u003Cstrong>Member Map\u003C\u002Fstrong> solution: \u003Ca href=\"https:\u002F\u002Fwww.philopress.com\u002Fproducts\u002Fbp-maps-for-members\" title=\"BP Maps for Members\" rel=\"nofollow ugc\">BP Maps for Members\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>For \u003Cstrong>Group Maps\u003C\u002Fstrong>, please see: \u003Ca href=\"https:\u002F\u002Fwww.philopress.com\u002Fproducts\u002Fbp-maps-for-groups\" title=\"BP Maps for Groups\" rel=\"nofollow ugc\">BP Maps for Groups\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>For more information about this plugin, please visit \u003Ca href=\"https:\u002F\u002Fwww.philopress.com\u002Fproducts\u002Fbp-xprofile-location\u002F\" title=\"BP xProfile Location\" rel=\"nofollow ugc\">BP xProfile Location\u003C\u002Fa>\u003C\u002Fp>\n","This plugin works with both BuddyPress and the BuddyBoss Platform. It creates an xProfile Location field type that will use the Google Places API to p &hellip;",900,32378,88,"2025-04-19T17:35:00.000Z","6.8.5","4.0",[111,112,21,23,113],"address","buddypress","map","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbp-xprofile-location.4.9.zip",{"slug":116,"name":117,"version":82,"author":118,"author_profile":119,"description":120,"short_description":121,"active_installs":27,"downloaded":122,"rating":27,"num_ratings":27,"last_updated":123,"tested_up_to":124,"requires_at_least":125,"requires_php":126,"tags":127,"homepage":130,"download_link":131,"security_score":13,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"gps-2-photos","GPS 2 Photos","Pawel","https:\u002F\u002Fprofiles.wordpress.org\u002Fpablo2\u002F","\u003Cp>GPS 2 Photos lets you view, add, or edit EXIF GPS coordinates for JPEG and WebP images in the WordPress Media Library and galleries powered by NextGEN, Envira, FooGallery, or Modula.\u003Cbr \u002F>\nIt displays existing GPS data as editable fields (Media Library only) or provides a button to add or update coordinates. Clicking the button opens a map interface where you can set a location by simply clicking on the map, searching for a place, or typing it in manually.\u003C\u002Fp>\n\u003Cp>This plugin extends the functionality of the Geo 2 Maps add-on for NextGEN Gallery, which displays maps with photos, galleries, or albums using EXIF GPS data.\u003C\u002Fp>\n\u003Cp>The plugin is using Microsoft Azure Maps and requires a free Azure Maps API Key to function as described below.\u003Cbr \u002F>\nTo amend EXIF GPS coordinates, use the PHP Exif Library (PEL) by Martin Geisler. (Copyright (C) 2004–2006 Martin Geisler. Licensed under the GNU GPL. \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FFileEye\u002Fpel\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002FFileEye\u002Fpel\u003C\u002Fa> )\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>WordPress Media Library & NextGEN Gallery Integration:\u003C\u002Fstrong> Works seamlessly inside the standard Media Library and also adds an “Add\u002FAmend GPS” option to images in the NextGEN Gallery management page.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gallery Support:\u003C\u002Fstrong> Integrates with popular gallery plugins, including NextGEN Gallery, Envira Gallery, FooGallery, and Modula.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>View GPS Data:\u003C\u002Fstrong> See a map with a pin for any image that has GPS coordinates in its EXIF data for JPEG photos and EXIF\u002FXMP for WebP images.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Edit & Add GPS Data:\u003C\u002Fstrong> Easily add or change an image’s location by dragging the pin or clicking anywhere on the map.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Interactive Map Modal:\u003C\u002Fstrong> A clean and simple map interface with a location search bar opens in a modal window.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Backup & Restore:\u003C\u002Fstrong> The plugin automatically backs up original GPS data, allowing you to restore it with a single click.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Azure Maps Integration:\u003C\u002Fstrong> Utilizes the powerful and reliable Azure Maps for displaying map tiles.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>External Services\u003C\u002Fh3>\n\u003Cp>This plugin relies on Microsoft Azure Maps to display interactive map in the WordPress admin area and obtain GPS coordinates.\u003Cbr \u002F>\nIt’s using additional modules to enable search for location functionality (geocoding), browser‑based geolocation and Fullscreen option.\u003C\u002Fp>\n\u003Ch3>What data is sent and when\u003C\u002Fh3>\n\u003Cp>Plugin sends sample geolocation query to the Azure REST server to validate the API Key.\u003Cbr \u002F>\nWhen the map loads or when the user interacts with it, the browser sends requests to Azure Maps servers. These requests may include:\u003Cbr \u002F>\n* Search queries entered by the user or location coordinates\u003Cbr \u002F>\n* Standard HTTP request data (e.g., IP address, browser type, OS)\u003Cbr \u002F>\n* Map tile requests triggered by zooming or panning\u003C\u002Fp>\n\u003Cp>If the user chooses to use the map’s “Locate Me” button, their location is only shared if they explicitly grant permission in their browser.\u003C\u002Fp>\n\u003Ch3>API key and account requirement\u003C\u002Fh3>\n\u003Cp>To use this plugin, the site owner must create a free Azure Maps account and generate an API key.\u003Cbr \u002F>\nAzure Maps offers a \u003Cstrong>free tier\u003C\u002Fstrong> with generous limits that typical individual or small‑site usage is very unlikely to exceed.\u003C\u002Fp>\n\u003Ch3>Legal documentation\u003C\u002Fh3>\n\u003Cp>Azure Maps is provided by Microsoft. Relevant policies:\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fazure.microsoft.com\u002Fsupport\u002Flegal\u002F\" rel=\"nofollow ugc\">Terms of Use\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fprivacy.microsoft.com\u002Fprivacystatement\" rel=\"nofollow ugc\">Privacy Policy\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fazure.microsoft.com\u002Fen-gb\u002Fpricing\u002Fpurchase-options\u002Fazure-account?icid=azurefreeaccount\" rel=\"nofollow ugc\">Azure free account creation\u003C\u002Fa>\u003C\u002Fp>\n","View, add, and edit EXIF GPS coordinates for your photos by selecting a location on a map, searching for it or typing in the coordinates.",196,"2026-03-02T14:08:00.000Z","6.9.4","5.0","7.2.0",[20,128,23,113,129],"gps","photo","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fgps-2-photos\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgps-2-photos.1.0.0.zip",{"attackSurface":133,"codeSignals":155,"taintFlows":172,"riskAssessment":191,"analyzedAt":196},{"hooks":134,"ajaxHandlers":151,"restRoutes":152,"shortcodes":153,"cronEvents":154,"entryPointCount":27,"unprotectedCount":27},[135,139,142,145,148],{"type":136,"name":137,"callback":137,"file":138,"line":66},"action","admin_init","address-geocoder.php",{"type":136,"name":140,"callback":140,"file":138,"line":141},"admin_menu",21,{"type":136,"name":143,"callback":143,"file":138,"line":144},"admin_enqueue_scripts",42,{"type":136,"name":146,"callback":146,"file":138,"line":147},"add_meta_boxes",43,{"type":136,"name":149,"callback":149,"priority":87,"file":138,"line":150},"save_post",44,[],[],[],[],{"dangerousFunctions":156,"sqlUsage":157,"outputEscaping":159,"fileOperations":27,"externalRequests":27,"nonceChecks":170,"capabilityChecks":170,"bundledLibraries":171},[],{"prepared":27,"raw":27,"locations":158},[],{"escaped":87,"rawEcho":160,"locations":161},5,[162,165,166,167,169],{"file":138,"line":163,"context":164},177,"raw output",{"file":138,"line":163,"context":164},{"file":138,"line":163,"context":164},{"file":138,"line":168,"context":164},178,{"file":138,"line":168,"context":164},1,[],[173],{"entryPoint":174,"graph":175,"unsanitizedCount":27,"severity":190},"\u003Caddress-geocoder> (address-geocoder.php:0)",{"nodes":176,"edges":187},[177,182],{"id":178,"type":179,"label":180,"file":138,"line":181},"n0","source","$_GET (x4)",93,{"id":183,"type":184,"label":185,"file":138,"line":163,"wp_function":186},"n1","sink","echo() [XSS]","echo",[188],{"from":178,"to":183,"sanitized":189},true,"low",{"summary":192,"deductions":193},"The \"address-geocoder\" plugin, version 1.0.1, exhibits a generally strong security posture based on the provided static analysis. The absence of any registered AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the plugin's attack surface.  Furthermore, the code analysis indicates a responsible approach to security, with all SQL queries using prepared statements and the presence of nonce and capability checks.  The taint analysis also revealed no unsanitized flows, which is a positive indicator.  The plugin's vulnerability history being entirely clear further supports the notion that this version has been developed with security in mind.\n\nHowever, a minor concern arises from the output escaping. While 15 outputs were analyzed, only 67% were properly escaped. This leaves a portion of the plugin's output potentially vulnerable to cross-site scripting (XSS) attacks if user-supplied data is not handled carefully in the unescaped outputs.  Despite this single area for improvement, the overall security of this plugin appears to be quite good, with no critical or high-risk vulnerabilities identified in the static analysis or historical data.",[194],{"reason":195,"points":160},"67% output escaping, potential for XSS","2026-03-16T19:34:39.941Z",{"wat":198,"direct":206},{"assetPaths":199,"generatorPatterns":201,"scriptPaths":202,"versionParams":203},[200],"\u002Fwp-content\u002Fplugins\u002Faddress-geocoder\u002Faddress-geocoder.js",[],[200],[204,205],"address-geocoder\u002Fstyle.css?ver=","address-geocoder\u002Faddress-geocoder.js?ver=",{"cssClasses":207,"htmlComments":208,"htmlAttributes":209,"restEndpoints":222,"jsGlobals":223,"shortcodeOutput":225},[],[],[210,211,212,213,214,215,216,217,218,219,220,221],"id=\"geocodepreview\"","name=\"martygeocoderaddress\"","id=\"martygeocoderaddress\"","name=\"martygeocoderlatlng\"","id=\"martygeocoderlatlng\"","id=\"geocode\"","id=\"geocoder-apikey\"","name=\"address_geocoder_options[apikey]\"","id=\"geocoder-type-","name=\"address_geocoder_options[","id=\"geocoder-meta-box-title\"","name=\"address_geocoder_options[meta-box-title]\"",[],[224],"window.marty_geocode",[]]