Enter your address on Google Maps.
Now enter this in the address bar:
javascript:void(prompt('',gApplication.getMap().getCenter()))
This will return you longitude and latitude. Just copy and paste these numbers into your code.
EDIT
, , , , :
prompt('',gApplication.getMap().getCenter())
, javascript, :
gApplication.getMap().getCenter()
, .