What Would it Be Like to Date an Alien?

function piotnetformsAddressAutocompleteInitMap() { var inputs = document.querySelectorAll(‘[data-piotnetforms-address-autocomplete]’); inputs.forEach(function(el, index, array){ var autocomplete = new google.maps.places.Autocomplete(el); var country = el.getAttribute(‘data-piotnetforms-address-autocomplete-country’); var map_lat = el.getAttribute(‘data-piotnetforms-google-maps-lat’); var map_lng = el.getAttribute(‘data-piotnetforms-google-maps-lng’); var zoom = … Read More

Translate