// Forces popover to close when the user clicks anywhere on the page
$(function(){
// fnGetNearestLocations(storeId, expirationMin, isHTML5Geolocation, isGoogleGeoAPI, HTML5GeoTimeout, XHRTimeout, isDebuggingEnabled)
petcoNearestLocations.fnGetNearestLocations('10151','10080','true','true','10000','5000','https://www.googleapis.com/geolocation/v1/geolocate?key=','AIzaSyB1POydsXY7SJBDX-zowEC0y340ZJK6uig','false');
});