diff --git a/blocks/branchlocator/branchlocator-biz.js b/blocks/branchlocator/branchlocator-biz.js index 06c26614dc..63390b0173 100644 --- a/blocks/branchlocator/branchlocator-biz.js +++ b/blocks/branchlocator/branchlocator-biz.js @@ -190,10 +190,6 @@ function myMap(lat, long, sortedBranch) { // adding the markers function addMarkers() { for (let eachLagLong of sortedBranch) { - if (typeof eachLagLong["Latitude"] == "string" || typeof eachLagLong["Longitude"] == "string") { - continue; - } - new google.maps.Marker({ position: new google.maps.LatLng(eachLagLong["Latitude"], eachLagLong["Longitude"]), title: eachLagLong['Address'],