Streamlining code in the JavaScript Maps API
zoom: 8,
center: new google.maps.LatLng(-34.397, 150.644),
mapTypeId: google.maps.MapTypeId.ROADMAP
};
zoom: 8,
center: {lat: -34.397, lng: 150.644}
};
Posted by Josh Livni, Maps API Team
Since its introduction in 2005, the Google Maps API has evolved into a developer-friendly way for to include maps your website. Many companies use the Google Maps API to include a store locator on their website.
Developers have a variety of useful APIs at their disposal, like Street View, Directions API, Places Autocomplete and HTML5 geolocation. While it may be easy for a developer to code a store locator, they often consist of nothing more than a base map and marker.
With that in mind, I’d like to introduce the Store Locator utility library. This open-source library makes it simple for developers to create interactive, useful store locators. Don’t spend your time re-inventing the wheel – you can spend your time on more exciting things like designing custom markers and styling maps to truly make your store locator your own.
Watch the short video below to get a glimpse of the great functionality offered by the Store Locator utility library.
Get started today by visiting the project homepage. The library is open-sourced under the Apache 2 license.
Posted by Chris Broadfoot, Google Maps Developer Relations team

Google Vector Layers: “Google Vector Layers allows you to easily add one or more vector layers from a number of different geo web services to a Google Maps API based application. Currently there's support for ArcGIS Server, Arc2Earth, GeoIQ and CartoDB with more planned.”
jsFiddle: “jsFiddle is a playground for web developers, a tool which may be used in many ways. One can use it as an online editor for snippets build from HTML, CSS and JavaScript. The code can then be shared with others, embedded on a blog, etc.” Many people are starting to use jsFiddle get help debugging their code in developer forums.
Tips for approaching Google Developer Advocates: I posted this on Google Plus, thought it might be helpful.
Posted by Mano Marks, Maps Developer Relations teamGive us feedback in our Product Forums.