rintaun

Untitled

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