Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- geocoder.geocode({'address':'139+Greenlea+Dr.%0D%0ACoraopolis%2C+PA+15108'},
- function(results, status){
- var loc = addLocation(results, status);
- if (loc === false) return false;
- loc.data = {
- name: "Location #1 Name",
- website: "http://www.nowhere.com",
- address: "139 Greenlea Dr.<br />
- Coraopolis, PA 15108",
- phone: "(123) 456-7890",
- /apps/219337434750480/?page_id=147580795332097:167Uncaught SyntaxError: Unexpected identifier
- html: null
- };
- if (locations.length == totalLocs) {
- finishLocs();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment